aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2008-03-23 04:01:40 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-17 11:41:21 -0400
commit3c311febfa8cc240e2922931d7403a6bb7f3fa1b (patch)
tree9f22878848c27657f411b7b0dad50e187a22de3f
parent79a4a961ef92744dd8876963690a8beb56758457 (diff)
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>
-rw-r--r--include/asm-x86/apic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/apic.h b/include/asm-x86/apic.h
index b11d6524fb13..be9639a9a186 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)
67 67
68static inline void native_apic_write_atomic(unsigned long reg, u32 v) 68static inline void native_apic_write_atomic(unsigned long reg, u32 v)
69{ 69{
70 (void) xchg((u32*)(APIC_BASE + reg), v); 70 (void)xchg((u32 *)(APIC_BASE + reg), v);
71} 71}
72 72
73static inline u32 native_apic_read(unsigned long reg) 73static inline u32 native_apic_read(unsigned long reg)