include/asm-x86/apic.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
79a4a961ef
commit
3c311febfa
|
@ -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)
|
||||
{
|
||||
(void) xchg((u32*)(APIC_BASE + reg), v);
|
||||
(void)xchg((u32 *)(APIC_BASE + reg), v);
|
||||
}
|
||||
|
||||
static inline u32 native_apic_read(unsigned long reg)
|
||||
|
|
Loading…
Reference in New Issue