lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sat, 23 Oct 2021 22:51:26 +0200
From:   Helge Deller <deller@....de>
To:     Colin King <colin.i.king@...glemail.com>,
        "James E . J . Bottomley" <James.Bottomley@...senPartnership.com>,
        Colin Ian King <colin.i.king@...il.com>,
        linux-parisc@...r.kernel.org
Cc:     kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] parisc: Fix spelling mistake "Plase" -> "Please"

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ