summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/apic.h
diff options
context:
space:
mode:
authorJoe Perches2008-03-23 09:01:40 +0100
committerIngo Molnar2008-04-17 17:41:21 +0200
commit3c311febfa8cc240e2922931d7403a6bb7f3fa1b (patch)
tree9f22878848c27657f411b7b0dad50e187a22de3f /include/asm-x86/apic.h
parentinclude/asm-x86/apicdef.h: checkpatch cleanups - formatting only (diff)
downloadkernel-qcow2-linux-3c311febfa8cc240e2922931d7403a6bb7f3fa1b.tar.gz
kernel-qcow2-linux-3c311febfa8cc240e2922931d7403a6bb7f3fa1b.tar.xz
kernel-qcow2-linux-3c311febfa8cc240e2922931d7403a6bb7f3fa1b.zip
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>
Diffstat (limited to 'include/asm-x86/apic.h')
-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)
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)