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:
parent
ac1a7b0eaa
commit
364fe5ef47
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue