Re: [PATCH] riscv: Fix spelling mistake "initialisation" -> "initialization

From: Randy Dunlap
Date: Tue Mar 16 2021 - 12:42:35 EST


On 3/16/21 2:30 AM, Muhammad Usama Anjum wrote:
> There is a spelling mistake in a comment. Fix it.
>
> Signed-off-by: Muhammad Usama Anjum <musamaanjum@xxxxxxxxx>
> ---
> 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.

Hi--

We accept British or American spellings, so it's OK as it was.

--
~Randy