All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] parisc: Fix spelling mistake "Plase" -> "Please"
@ 2021-10-23 11:45 Colin King
  2021-10-23 20:51 ` Helge Deller
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2021-10-23 11:45 UTC (permalink / raw)
  To: James E . J . Bottomley, Helge Deller, Colin Ian King, linux-parisc
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.i.king@gmail.com>

There is a spelling mistake in a pr_warning message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 arch/parisc/kernel/sys_parisc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/parisc/kernel/sys_parisc.c b/arch/parisc/kernel/sys_parisc.c
index d11834377676..2b34294517a1 100644
--- a/arch/parisc/kernel/sys_parisc.c
+++ b/arch/parisc/kernel/sys_parisc.c
@@ -413,7 +413,7 @@ static int FIX_O_NONBLOCK(int flags)
 			!test_thread_flag(TIF_NONBLOCK_WARNING)) {
 		set_thread_flag(TIF_NONBLOCK_WARNING);
 		pr_warn("%s(%d) uses a deprecated O_NONBLOCK value."
-			" Plase recompile with newer glibc.\n",
+			" Please recompile with newer glibc.\n",
 			current->comm, current->pid);
 	}
 	return flags & ~O_NONBLOCK_MASK_OUT;
-- 
2.32.0


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

* Re: [PATCH][next] parisc: Fix spelling mistake "Plase" -> "Please"
  2021-10-23 11:45 [PATCH][next] parisc: Fix spelling mistake "Plase" -> "Please" Colin King
@ 2021-10-23 20:51 ` Helge Deller
  0 siblings, 0 replies; 2+ messages in thread
From: Helge Deller @ 2021-10-23 20:51 UTC (permalink / raw)
  To: Colin King, James E . J . Bottomley, Colin Ian King, linux-parisc
  Cc: kernel-janitors, linux-kernel

On 10/23/21 13:45, Colin King wrote:
> From: Colin Ian King <colin.i.king@gmail.com>
>
> There is a spelling mistake in a pr_warning message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Thanks!
I've fixed it in the original patch.

Helge

> ---
>  arch/parisc/kernel/sys_parisc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/parisc/kernel/sys_parisc.c b/arch/parisc/kernel/sys_parisc.c
> index d11834377676..2b34294517a1 100644
> --- a/arch/parisc/kernel/sys_parisc.c
> +++ b/arch/parisc/kernel/sys_parisc.c
> @@ -413,7 +413,7 @@ static int FIX_O_NONBLOCK(int flags)
>  			!test_thread_flag(TIF_NONBLOCK_WARNING)) {
>  		set_thread_flag(TIF_NONBLOCK_WARNING);
>  		pr_warn("%s(%d) uses a deprecated O_NONBLOCK value."
> -			" Plase recompile with newer glibc.\n",
> +			" Please recompile with newer glibc.\n",
>  			current->comm, current->pid);
>  	}
>  	return flags & ~O_NONBLOCK_MASK_OUT;
>


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

end of thread, other threads:[~2021-10-23 20:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-23 11:45 [PATCH][next] parisc: Fix spelling mistake "Plase" -> "Please" Colin King
2021-10-23 20:51 ` Helge Deller

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.