diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-25 17:41:24 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2020-07-26 12:47:22 +0200 |
commit | de0038bfaf53af0e8bc4961b7aacdcb79f43bf08 (patch) | |
tree | 32b49fe177cdf175cec4294b89944e47054e9203 | |
parent | 8b9fd48eb73ec854c2877735e96c91127cc78a1d (diff) | |
download | linux-de0038bfaf53af0e8bc4961b7aacdcb79f43bf08.tar.gz linux-de0038bfaf53af0e8bc4961b7aacdcb79f43bf08.tar.bz2 linux-de0038bfaf53af0e8bc4961b7aacdcb79f43bf08.zip |
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@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20200726004124.20618-4-rdunlap@infradead.org
-rw-r--r-- | arch/x86/include/asm/uv/uv_hub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/uv/uv_hub.h b/arch/x86/include/asm/uv/uv_hub.h index 60ca0afdeaf9..5738c36be674 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)); |