Commit de0038bf authored by Randy Dunlap's avatar Randy Dunlap Committed by Ingo Molnar
Browse files

x86: uv: uv_hub.h: Delete duplicated word



Delete the repeated word "the".

[ mingo: While at it, also capitalize CPU properly. ]

Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20200726004124.20618-4-rdunlap@infradead.org
parent 8b9fd48e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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));