All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] include: linux: Fix in two lines in the file list_lru.sh ,resposible -> responsible
@ 2021-01-20 14:46 Bhaskar Chowdhury
  2021-01-20 16:49 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-01-20 14:46 UTC (permalink / raw)
  To: gustavo, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury

s/resposible/responsible/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] include: linux: Fix in two lines in the file list_lru.sh ,resposible -> responsible
  2021-01-20 14:46 [PATCH] include: linux: Fix in two lines in the file list_lru.sh ,resposible -> responsible Bhaskar Chowdhury
@ 2021-01-20 16:49 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-01-20 16:49 UTC (permalink / raw)
  To: Bhaskar Chowdhury, gustavo, linux-kernel

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

Acked-by: Randy Dunlap <rdunlap@infradead.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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-20 16:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-20 14:46 [PATCH] include: linux: Fix in two lines in the file list_lru.sh ,resposible -> responsible Bhaskar Chowdhury
2021-01-20 16:49 ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.