diff --git a/[refs] b/[refs] index f2937111820c..4f6a2b746051 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ac1a7b0eaa1db04143ab6132c6ce4489afbb8a18 +refs/heads/master: 364fe5ef4725176324ec17f8dc3fd488d615b0de diff --git a/trunk/include/asm-x86/vga.h b/trunk/include/asm-x86/vga.h index 0ecf68ac03aa..0ccf804377e6 100644 --- a/trunk/include/asm-x86/vga.h +++ b/trunk/include/asm-x86/vga.h @@ -12,9 +12,9 @@ * access the videoram directly without any black magic. */ -#define VGA_MAP_MEM(x,s) (unsigned long)phys_to_virt(x) +#define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x) #define vga_readb(x) (*(x)) -#define vga_writeb(x,y) (*(y) = (x)) +#define vga_writeb(x, y) (*(y) = (x)) #endif