aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/vga.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2008-03-23 04:03:57 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-17 11:41:28 -0400
commit364fe5ef4725176324ec17f8dc3fd488d615b0de (patch)
tree757587d168fb9b100e2e03a2d2d7ca68b2c20226 /include/asm-x86/vga.h
parentac1a7b0eaa1db04143ab6132c6ce4489afbb8a18 (diff)
include/asm-x86/vga.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/vga.h')
-rw-r--r--include/asm-x86/vga.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-x86/vga.h b/include/asm-x86/vga.h
index 0ecf68ac03aa..0ccf804377e6 100644
--- a/include/asm-x86/vga.h
+++ b/include/asm-x86/vga.h
@@ -12,9 +12,9 @@
12 * access the videoram directly without any black magic. 12 * access the videoram directly without any black magic.
13 */ 13 */
14 14
15#define VGA_MAP_MEM(x,s) (unsigned long)phys_to_virt(x) 15#define VGA_MAP_MEM(x, s) (unsigned long)phys_to_virt(x)
16 16
17#define vga_readb(x) (*(x)) 17#define vga_readb(x) (*(x))
18#define vga_writeb(x,y) (*(y) = (x)) 18#define vga_writeb(x, y) (*(y) = (x))
19 19
20#endif 20#endif