Skip to content

Commit

Permalink
include/asm-x86/vga.h: checkpatch cleanups - formatting only
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Joe Perches authored and Ingo Molnar committed Apr 17, 2008
1 parent ac1a7b0 commit 364fe5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/asm-x86/vga.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 364fe5e

Please sign in to comment.