Эх сурвалжийг харах

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>
Joe Perches 17 жил өмнө
parent
commit
5d7d03b81a

+ 1 - 1
include/asm-x86/topology.h

@@ -71,7 +71,7 @@ static inline int cpu_to_node(int cpu)
 #ifdef CONFIG_DEBUG_PER_CPU_MAPS
 #ifdef CONFIG_DEBUG_PER_CPU_MAPS
 	if (x86_cpu_to_node_map_early_ptr) {
 	if (x86_cpu_to_node_map_early_ptr) {
 		printk("KERN_NOTICE cpu_to_node(%d): usage too early!\n",
 		printk("KERN_NOTICE cpu_to_node(%d): usage too early!\n",
-			(int)cpu);
+		       (int)cpu);
 		dump_stack();
 		dump_stack();
 		return ((int *)x86_cpu_to_node_map_early_ptr)[cpu];
 		return ((int *)x86_cpu_to_node_map_early_ptr)[cpu];
 	}
 	}