[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] mark 8x14 font data const


  • To: "xen-devel" <xen-devel@xxxxxxxxxxxxx>
  • From: "Jan Beulich" <JBeulich@xxxxxxxx>
  • Date: Tue, 07 Aug 2012 12:39:16 +0100
  • Delivery-date: Tue, 07 Aug 2012 11:39:44 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xen.org>

Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>

---
Given that this is trivially correct (only getting this font in line
with the other two), I'll commit this right away, without waiting for
an ack.

--- a/xen/drivers/video/font_8x14.c
+++ b/xen/drivers/video/font_8x14.c
@@ -9,7 +9,7 @@
 
 #define FONTDATAMAX (256*14)
 
-static unsigned char fontdata_8x14[FONTDATAMAX] = {
+static const unsigned char fontdata_8x14[FONTDATAMAX] = {
 
     /* 0 0x00 '^@' */
     0x00, /* 00000000 */




_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.