From: Joe Perches Date: Sun, 23 Mar 2008 08:01:40 +0000 (-0700) Subject: include/asm-x86/apic.h: checkpatch cleanups - formatting only X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3c311febfa8cc240e2922931d7403a6bb7f3fa1b;p=mv-sheeva.git include/asm-x86/apic.h: checkpatch cleanups - formatting only Signed-off-by: Joe Perches Signed-off-by: Ingo Molnar --- diff --git a/include/asm-x86/apic.h b/include/asm-x86/apic.h index b11d6524fb1..be9639a9a18 100644 --- a/include/asm-x86/apic.h +++ b/include/asm-x86/apic.h @@ -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)