]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
x86: uv: uv_hub.h: Delete duplicated word
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 26 Jul 2020 00:41:24 +0000 (17:41 -0700)
committerIngo Molnar <mingo@kernel.org>
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 <rdunlap@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20200726004124.20618-4-rdunlap@infradead.org
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));