public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] riscv: Fix spelling mistake "initialisation" -> "initialization
@ 2021-03-16  9:30 Muhammad Usama Anjum
  2021-03-16 16:41 ` Randy Dunlap
  2021-03-17  5:14 ` Palmer Dabbelt
  0 siblings, 2 replies; 3+ messages in thread
From: Muhammad Usama Anjum @ 2021-03-16  9:30 UTC (permalink / raw)
  To: Paul Walmsley, Palmer Dabbelt, Albert Ou
  Cc: musamaanjum, kernel-janitors, linux-kernel

There is a spelling mistake in a comment. Fix it.

Signed-off-by: Muhammad Usama Anjum <musamaanjum@gmail.com>
---
 arch/riscv/kernel/smp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv/kernel/smp.c b/arch/riscv/kernel/smp.c
index ea028d9e0d24..1ec014067855 100644
--- a/arch/riscv/kernel/smp.c
+++ b/arch/riscv/kernel/smp.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * SMP initialisation and IPI support
+ * SMP initialization and IPI support
  * Based on arch/arm64/kernel/smp.c
  *
  * Copyright (C) 2012 ARM Ltd.
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-17  5:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-16  9:30 [PATCH] riscv: Fix spelling mistake "initialisation" -> "initialization Muhammad Usama Anjum
2021-03-16 16:41 ` Randy Dunlap
2021-03-17  5:14 ` Palmer Dabbelt

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