forked from Minki/linux
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>
This commit is contained in:
parent
94cf8de0a0
commit
5d7d03b81a
@ -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];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user