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:   Fri, 12 May 2017 09:16:00 +0200
From:   Helge Deller <deller@....de>
To:     Colin King <colin.king@...onical.com>,
        "James E . J . Bottomley" <jejb@...isc-linux.org>,
        linux-parisc@...r.kernel.org
Cc:     kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] parisc: fix spelling mistake: "page_tye" -> "page_type"

On 12.05.2017 07:50, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
> 
> Trivial fix to spelling mistake in a pr_warn message.

Thanks Colin,

Interestingly, your patch is against my for-next git tree which I
haven't pushed upstream yet.
I'll fix it before pushing.

Btw, your patch title is wrong, it should be "error_tye" instead of "patch_tye"...

Thanks,
Helge



> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
>  arch/parisc/kernel/pdt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/parisc/kernel/pdt.c b/arch/parisc/kernel/pdt.c
> index 261e134ee7f8..6362614c5160 100644
> --- a/arch/parisc/kernel/pdt.c
> +++ b/arch/parisc/kernel/pdt.c
> @@ -131,7 +131,7 @@ void __init pdc_pdt_init(void)
>  	}
>  
>  	for (i = 0; i < pdt_status.pdt_entries; i++) {
> -		pr_warn("PDT: BAD PAGE at 0x%08lx (error_tye = %lu)\n",
> +		pr_warn("PDT: BAD PAGE at 0x%08lx (error_type = %lu)\n",
>  			pdt_entry[i] & PAGE_MASK,
>  			pdt_entry[i] & 1);
>  
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ