linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm/list_lru: Fix a typo in comment "numbesr"->"numbers"
@ 2020-04-11  7:10 Ethon Paul
  2020-04-15 18:30 ` Ralph Campbell
  0 siblings, 1 reply; 2+ messages in thread
From: Ethon Paul @ 2020-04-11  7:10 UTC (permalink / raw)
  To: akpm, linux-mm, linux-kernel; +Cc: Ethon Paul

There is a typo in comment, fix it.

Signed-off-by: Ethon Paul <ethp@qq.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;
-- 
2.24.1 (Apple Git-126)



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

* Re: [PATCH] mm/list_lru: Fix a typo in comment "numbesr"->"numbers"
  2020-04-11  7:10 [PATCH] mm/list_lru: Fix a typo in comment "numbesr"->"numbers" Ethon Paul
@ 2020-04-15 18:30 ` Ralph Campbell
  0 siblings, 0 replies; 2+ messages in thread
From: Ralph Campbell @ 2020-04-15 18:30 UTC (permalink / raw)
  To: Ethon Paul, akpm, linux-mm, linux-kernel


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

Reviewed-by: Ralph Campbell <rcampbell@nvidia.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;
> 


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

end of thread, other threads:[~2020-04-15 18:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-11  7:10 [PATCH] mm/list_lru: Fix a typo in comment "numbesr"->"numbers" Ethon Paul
2020-04-15 18:30 ` Ralph Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).