mirror of https://gitee.com/openkylin/linux.git
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
This commit is contained in:
parent
8b9fd48eb7
commit
de0038bfaf
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue