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:   Wed, 20 Jan 2021 08:49:14 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>, gustavo@...eddedor.com,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] include: linux: Fix in two lines in the file list_lru.sh
 ,resposible -> responsible

On 1/20/21 6:46 AM, Bhaskar Chowdhury wrote:
> s/resposible/responsible/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org>

Thanks.

> ---
>  include/linux/list_lru.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/linux/list_lru.h b/include/linux/list_lru.h
> index 9dcaa3e582c9..1b5fceb565df 100644
> --- a/include/linux/list_lru.h
> +++ b/include/linux/list_lru.h
> @@ -146,7 +146,7 @@ typedef enum lru_status (*list_lru_walk_cb)(struct list_head *item,
>   * @lru: the lru pointer.
>   * @nid: the node id to scan from.
>   * @memcg: the cgroup to scan from.
> - * @isolate: callback function that is resposible for deciding what to do with
> + * @isolate: callback function that is responsible for deciding what to do with
>   *  the item currently being scanned
>   * @cb_arg: opaque type that will be passed to @isolate
>   * @nr_to_walk: how many items to scan.
> @@ -172,7 +172,7 @@ unsigned long list_lru_walk_one(struct list_lru *lru,
>   * @lru: the lru pointer.
>   * @nid: the node id to scan from.
>   * @memcg: the cgroup to scan from.
> - * @isolate: callback function that is resposible for deciding what to do with
> + * @isolate: callback function that is responsible for deciding what to do with
>   *  the item currently being scanned
>   * @cb_arg: opaque type that will be passed to @isolate
>   * @nr_to_walk: how many items to scan.
> --
> 2.30.0
> 


-- 
~Randy
"He closes his eyes and drops the goggles.  You can't get hurt
by looking at a bitmap.  Or can you?"
(Neal Stephenson: Snow Crash)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ