2021-10-23 11:49:37

by Colin Ian King

[permalink] [raw]
Subject: [PATCH][next] parisc: Fix spelling mistake "Plase" -> "Please"

From: Colin Ian King <[email protected]>

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

Signed-off-by: Colin Ian King <[email protected]>
---
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


2021-10-23 20:56:50

by Helge Deller

[permalink] [raw]
Subject: Re: [PATCH][next] parisc: Fix spelling mistake "Plase" -> "Please"

On 10/23/21 13:45, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> There is a spelling mistake in a pr_warning message. Fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>

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;
>