Skip to content

Commit

Permalink
mm/list_lru: fix a typo in comment "numbesr"->"numbers"
Browse files Browse the repository at this point in the history
There is a typo in comment, fix it.

Signed-off-by: Ethon Paul <ethp@qq.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Ralph Campbell <rcampbell@nvidia.com>
Link: http://lkml.kernel.org/r/20200411071041.16161-1-ethp@qq.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Ethon Paul authored and torvalds committed Jun 5, 2020
1 parent df1758d commit 3dc5f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/list_lru.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3dc5f03

Please sign in to comment.