lkml.org 
[lkml]   [2021]   [Oct]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH][next] parisc: Fix spelling mistake "Plase" -> "Please"
From
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;
>

\
 
 \ /
  Last update: 2021-10-23 22:53    [W:0.037 / U:0.224 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site