提交 364fe5ef 编写于 作者: J Joe Perches 提交者: Ingo Molnar

include/asm-x86/vga.h: checkpatch cleanups - formatting only

Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 ac1a7b0e
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册