From: Randy Dunlap Date: Sun, 26 Jul 2020 00:41:24 +0000 (-0700) Subject: x86: uv: uv_hub.h: Delete duplicated word X-Git-Tag: v5.9-rc1~195^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de0038bfaf53af0e8bc4961b7aacdcb79f43bf08;p=thirdparty%2Fkernel%2Flinux.git x86: uv: uv_hub.h: Delete duplicated word Delete the repeated word "the". [ mingo: While at it, also capitalize CPU properly. ] Signed-off-by: Randy Dunlap Signed-off-by: Ingo Molnar Link: https://lore.kernel.org/r/20200726004124.20618-4-rdunlap@infradead.org --- diff --git a/arch/x86/include/asm/uv/uv_hub.h b/arch/x86/include/asm/uv/uv_hub.h index 60ca0afdeaf9f..5738c36be6740 100644 --- a/arch/x86/include/asm/uv/uv_hub.h +++ b/arch/x86/include/asm/uv/uv_hub.h @@ -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));