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

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
......@@ -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));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment