提交 3c311feb 编写于 作者: J Joe Perches 提交者: Ingo Molnar

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

Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 79a4a961
...@@ -67,7 +67,7 @@ static inline void native_apic_write(unsigned long reg, u32 v) ...@@ -67,7 +67,7 @@ static inline void native_apic_write(unsigned long reg, u32 v)
static inline void native_apic_write_atomic(unsigned long reg, u32 v) static inline void native_apic_write_atomic(unsigned long reg, u32 v)
{ {
(void) xchg((u32*)(APIC_BASE + reg), v); (void)xchg((u32 *)(APIC_BASE + reg), v);
} }
static inline u32 native_apic_read(unsigned long reg) static inline u32 native_apic_read(unsigned long reg)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册