1
0
Fork 0

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
zero-sugar-mainline-defconfig
Randy Dunlap 2020-07-25 17:41:24 -07:00 committed by Ingo Molnar
parent 8b9fd48eb7
commit de0038bfaf
1 changed files with 1 additions and 1 deletions

View 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));