[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250513163941.261240-2-vishalc@linux.ibm.com>
Date: Tue, 13 May 2025 22:09:42 +0530
From: Vishal Chourasia <vishalc@...ux.ibm.com>
To: tglx@...utronix.de, peterz@...radead.org, linux-kernel@...r.kernel.org
Cc: Vishal Chourasia <vishalc@...ux.ibm.com>
Subject: [PATCH] kernel/cpu: fix comment typo
s/Archicture/Architecture
Signed-off-by: Vishal Chourasia <vishalc@...ux.ibm.com>
---
kernel/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/cpu.c b/kernel/cpu.c
index b08bb34b1718..ff9d0b5313d2 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -656,7 +656,7 @@ static int __init smt_cmdline_disable(char *str)
early_param("nosmt", smt_cmdline_disable);
/*
- * For Archicture supporting partial SMT states check if the thread is allowed.
+ * For Architecture supporting partial SMT states check if the thread is allowed.
* Otherwise this has already been checked through cpu_smt_max_threads when
* setting the SMT level.
*/
--
2.49.0
Powered by blists - more mailing lists