[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210316093054.GA1081018@LEGION>
Date: Tue, 16 Mar 2021 14:30:54 +0500
From: Muhammad Usama Anjum <musamaanjum@...il.com>
To: Paul Walmsley <paul.walmsley@...ive.com>,
Palmer Dabbelt <palmer@...belt.com>,
Albert Ou <aou@...s.berkeley.edu>
Cc: musamaanjum@...il.com, kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] riscv: Fix spelling mistake "initialisation" ->
"initialization
There is a spelling mistake in a comment. Fix it.
Signed-off-by: Muhammad Usama Anjum <musamaanjum@...il.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
Powered by blists - more mailing lists