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:   Wed, 15 Apr 2020 11:34:42 -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/compaction: Fix a typo in comment
 "pessemistic"->"pessimistic"


On 4/11/20 12:03 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>

> ---
>   mm/compaction.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mm/compaction.c b/mm/compaction.c
> index 46f0fcc93081..17e41b43db4f 100644
> --- a/mm/compaction.c
> +++ b/mm/compaction.c
> @@ -1401,7 +1401,7 @@ fast_isolate_freepages(struct compact_control *cc)
>   		if (scan_start) {
>   			/*
>   			 * Use the highest PFN found above min. If one was
> -			 * not found, be pessemistic for direct compaction
> +			 * not found, be pessimistic for direct compaction
>   			 * and use the min mark.
>   			 */
>   			if (highest) {
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ