The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] kernel/cpu: fix comment typo
@ 2025-05-13 16:39 Vishal Chourasia
  0 siblings, 0 replies; only message in thread
From: Vishal Chourasia @ 2025-05-13 16:39 UTC (permalink / raw)
  To: tglx, peterz, linux-kernel; +Cc: Vishal Chourasia

s/Archicture/Architecture

Signed-off-by: Vishal Chourasia <vishalc@linux.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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-05-13 16:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-13 16:39 [PATCH] kernel/cpu: fix comment typo Vishal Chourasia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox