Skip to content

Commit de0038b

Browse files
rddunlapIngo Molnar
authored andcommitted
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 <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 8b9fd48 commit de0038b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/include/asm/uv/uv_hub.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ static inline int uv_node_to_blade_id(int nid)
682682
return nid;
683683
}
684684

685-
/* Convert a cpu number to the the UV blade number */
685+
/* Convert a CPU number to the UV blade number */
686686
static inline int uv_cpu_to_blade_id(int cpu)
687687
{
688688
return uv_node_to_blade_id(cpu_to_node(cpu));

0 commit comments

Comments
 (0)