The following commit has been merged into the x86/cleanups branch of tip: Commit-ID: de0038bfaf53af0e8bc4961b7aacdcb79f43bf08 Gitweb: https://git.kernel.org/tip/de0038bfaf53af0e8bc4961b7aacdcb79f43bf08 Author: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> AuthorDate: Sat, 25 Jul 2020 17:41:24 -07:00 Committer: Ingo Molnar <mingo@xxxxxxxxxx> CommitterDate: Sun, 26 Jul 2020 12:47:22 +02:00 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 <rdunlap@xxxxxxxxxxxxx> Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx> Link: https://lore.kernel.org/r/20200726004124.20618-4-rdunlap@xxxxxxxxxxxxx --- arch/x86/include/asm/uv/uv_hub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/include/asm/uv/uv_hub.h b/arch/x86/include/asm/uv/uv_hub.h index 60ca0af..5738c36 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));