]> Git Repo - linux.git/commitdiff
x86: uv: uv_hub.h: Delete duplicated word
authorRandy Dunlap <[email protected]>
Sun, 26 Jul 2020 00:41:24 +0000 (17:41 -0700)
committerIngo Molnar <[email protected]>
Sun, 26 Jul 2020 10:47:22 +0000 (12:47 +0200)
Delete the repeated word "the".

[ mingo: While at it, also capitalize CPU properly. ]

Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
arch/x86/include/asm/uv/uv_hub.h

index 60ca0afdeaf9f67c31a214952363e5c930020a02..5738c36be6740de14278c6c073886ee3327c4766 100644 (file)
@@ -682,7 +682,7 @@ static inline int uv_node_to_blade_id(int nid)
        return nid;
 }
 
-/* Convert a cpu number to the the UV blade number */
+/* Convert a CPU number to the UV blade number */
 static inline int uv_cpu_to_blade_id(int cpu)
 {
        return uv_node_to_blade_id(cpu_to_node(cpu));
This page took 0.06005 seconds and 4 git commands to generate.