projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac1a7b0
)
include/asm-x86/vga.h: checkpatch cleanups - formatting only
author
Joe Perches
<joe@perches.com>
Sun, 23 Mar 2008 08:03:57 +0000
(
01:03
-0700)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 17 Apr 2008 15:41:28 +0000
(17:41 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/vga.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/vga.h
b/include/asm-x86/vga.h
index 0ecf68ac03aa95c312a15876473d5df5a8851301..0ccf804377e600b7014a7247f964b8b83a4dd058 100644
(file)
--- a/
include/asm-x86/vga.h
+++ b/
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