summaryrefslogtreecommitdiff
path: root/include/asm-x86/topology.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2008-03-23 01:03:46 -0700
committerIngo Molnar <mingo@elte.hu>2008-04-17 17:41:28 +0200
commit5d7d03b81af05f3c291b5c6be621a2b53d187e09 (patch)
treedd5b239a902a68302cdc48c8e6523cb0fae5bb54 /include/asm-x86/topology.h
parent94cf8de0a0aff39c7b7785af4fc938ecacb79b7c (diff)
include/asm-x86/topology.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/topology.h')
-rw-r--r--include/asm-x86/topology.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/topology.h b/include/asm-x86/topology.h
index dada89e5b152..8d1a1f3d21b4 100644
--- a/include/asm-x86/topology.h
+++ b/include/asm-x86/topology.h
@@ -71,7 +71,7 @@ static inline int cpu_to_node(int cpu)
#ifdef CONFIG_DEBUG_PER_CPU_MAPS
if (x86_cpu_to_node_map_early_ptr) {
printk("KERN_NOTICE cpu_to_node(%d): usage too early!\n",
- (int)cpu);
+ (int)cpu);
dump_stack();
return ((int *)x86_cpu_to_node_map_early_ptr)[cpu];
}