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>
This commit is contained in:
Joe Perches 2008-03-23 01:03:57 -07:00 committed by Ingo Molnar
parent ac1a7b0eaa
commit 364fe5ef47
1 changed files with 2 additions and 2 deletions

View File

@ -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