[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <159576063629.4006.9768537728578352299.tip-bot2@tip-bot2>
Date: Sun, 26 Jul 2020 10:50:36 -0000
From: "tip-bot2 for Randy Dunlap" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
Ingo Molnar <mingo@...nel.org>, x86 <x86@...nel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [tip: x86/cleanups] x86: uv: uv_hub.h: Delete duplicated word
The following commit has been merged into the x86/cleanups branch of tip:
Commit-ID: de0038bfaf53af0e8bc4961b7aacdcb79f43bf08
Gitweb: https://git.kernel.org/tip/de0038bfaf53af0e8bc4961b7aacdcb79f43bf08
Author: Randy Dunlap <rdunlap@...radead.org>
AuthorDate: Sat, 25 Jul 2020 17:41:24 -07:00
Committer: Ingo Molnar <mingo@...nel.org>
CommitterDate: Sun, 26 Jul 2020 12:47:22 +02:00
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@...radead.org>
Signed-off-by: Ingo Molnar <mingo@...nel.org>
Link: https://lore.kernel.org/r/20200726004124.20618-4-rdunlap@infradead.org
---
arch/x86/include/asm/uv/uv_hub.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/include/asm/uv/uv_hub.h b/arch/x86/include/asm/uv/uv_hub.h
index 60ca0af..5738c36 100644
--- a/arch/x86/include/asm/uv/uv_hub.h
+++ b/arch/x86/include/asm/uv/uv_hub.h
@@ -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));
Powered by blists - more mailing lists