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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 15 Apr 2020 11:30:44 -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/list_lru: Fix a typo in comment "numbesr"->"numbers"


On 4/11/20 12:10 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/list_lru.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mm/list_lru.c b/mm/list_lru.c
> index 4d5294c39bba..9222910ab1cb 100644
> --- a/mm/list_lru.c
> +++ b/mm/list_lru.c
> @@ -213,7 +213,7 @@ __list_lru_walk_one(struct list_lru_node *nlru, int memcg_idx,
>   
>   		/*
>   		 * decrement nr_to_walk first so that we don't livelock if we
> -		 * get stuck on large numbesr of LRU_RETRY items
> +		 * get stuck on large numbers of LRU_RETRY items
>   		 */
>   		if (!*nr_to_walk)
>   			break;
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ