All the mail mirrored from lore.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

* Re: [PATCH] riscv: Fix spelling mistake "initialisation" -> "initialization
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-03-16 16:41 UTC (permalink / raw
  To: Muhammad Usama Anjum, Paul Walmsley, Palmer Dabbelt, Albert Ou
  Cc: kernel-janitors, linux-kernel

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@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.

Hi--

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

-- 
~Randy


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

* Re: [PATCH] riscv: Fix spelling mistake "initialisation" -> "initialization
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Palmer Dabbelt @ 2021-03-17  5:14 UTC (permalink / raw
  To: musamaanjum
  Cc: Paul Walmsley, aou, musamaanjum, kernel-janitors, linux-kernel

On Tue, 16 Mar 2021 02:30:54 PDT (-0700), musamaanjum@gmail.com wrote:
> 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.

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

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.