2021-03-16 15:14:27

by Muhammad Usama Anjum

[permalink] [raw]
Subject: [PATCH] riscv: Fix spelling mistake "initialisation" -> "initialization

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

Signed-off-by: Muhammad Usama Anjum <[email protected]>
---
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


2021-03-16 17:18:15

by Randy Dunlap

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

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 <[email protected]>
> ---
> 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

2021-03-17 05:17:48

by Palmer Dabbelt

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

On Tue, 16 Mar 2021 02:30:54 PDT (-0700), [email protected] wrote:
> There is a spelling mistake in a comment. Fix it.
>
> Signed-off-by: Muhammad Usama Anjum <[email protected]>
> ---
> 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.

The internet seems to suggest that both of these are words and that they mean
the same thing.