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>] [day] [month] [year] [list]
Date:   Fri, 10 Apr 2020 12:25:15 -0700
From:   Ralph Campbell <rcampbell@...dia.com>
To:     Ethon Paul <ethp@...com>, <akpm@...ux-foundation.org>,
        <linux-mm@...ck.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] mm: ksm: Fix a typo in comment "alreaady"->"already"


On 4/10/20 9:24 AM, Ethon Paul wrote:
> There is a typo in comment, fix it.
> 
> Signed-off-by: Ethon Paul <ethp@...com>

Reviewed-by: Ralph Campbell <rcampbell@...dia.com>

Maybe also change line 615, 1846, s/wrprotected/write protected
and line 2004, s/undeflow/underflow

> ---
>   mm/ksm.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mm/ksm.c b/mm/ksm.c
> index a558da9e7177..7ff8fc180a4b 100644
> --- a/mm/ksm.c
> +++ b/mm/ksm.c
> @@ -1148,7 +1148,7 @@ static int replace_page(struct vm_area_struct *vma, struct page *page,
>   
>   	/*
>   	 * No need to check ksm_use_zero_pages here: we can only have a
> -	 * zero_page here if ksm_use_zero_pages was enabled alreaady.
> +	 * zero_page here if ksm_use_zero_pages was enabled already.
>   	 */
>   	if (!is_zero_pfn(page_to_pfn(kpage))) {
>   		get_page(kpage);
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ