linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm/vmscan: fix typos in comments
@ 2026-04-16  2:42 Xiang Gao
  2026-04-16  4:02 ` Donet Tom
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Xiang Gao @ 2026-04-16  2:42 UTC (permalink / raw)
  To: akpm, axelrasmussen, yuanchu, hannes
  Cc: weixugc, david, mhocko, zhengqi.arch, shakeel.butt, ljs,
	linux-mm, linux-kernel, Xiang Gao

From: Xiang Gao <gaoxiang17@xiaomi.com>

Fix three typos in comments:

- Line 112: "zome_reclaim_mode" -> "zone_reclaim_mode"
- Line 6208: "prioities" -> "priorities"
- Line 7067: "that that high" -> "that the high" (duplicated word)

Signed-off-by: gaoxiang17 <gaoxiang17@xiaomi.com>
---
 mm/vmscan.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mm/vmscan.c b/mm/vmscan.c
index 0fc9373e8251..710fbe1ee151 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -109,7 +109,7 @@ struct scan_control {
 	/* zone_reclaim_mode */
 	unsigned int may_unmap:1;
 
-	/* zome_reclaim_mode, boost reclaim, cgroup restrictions */
+	/* zone_reclaim_mode, boost reclaim, cgroup restrictions */
 	unsigned int may_swap:1;
 
 	/* Not allow cache_trim_mode to be turned on as part of reclaim? */
@@ -6205,7 +6205,7 @@ static void consider_reclaim_throttle(pg_data_t *pgdat, struct scan_control *sc)
 	if (current_is_kswapd() || cgroup_reclaim(sc))
 		return;
 
-	/* Throttle if making no progress at high prioities. */
+	/* Throttle if making no progress at high priorities. */
 	if (sc->priority == 1 && !sc->nr_reclaimed)
 		reclaim_throttle(pgdat, VMSCAN_THROTTLE_NOPROGRESS);
 }
@@ -7064,7 +7064,7 @@ static int balance_pgdat(pg_data_t *pgdat, int order, int highest_zoneidx)
 
 		/*
 		 * There should be no need to raise the scanning priority if
-		 * enough pages are already being scanned that that high
+		 * enough pages are already being scanned that the high
 		 * watermark would be met at 100% efficiency.
 		 */
 		if (kswapd_shrink_node(pgdat, &sc))
-- 
2.34.1



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

end of thread, other threads:[~2026-04-16  6:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-16  2:42 [PATCH] mm/vmscan: fix typos in comments Xiang Gao
2026-04-16  4:02 ` Donet Tom
2026-04-16  4:40 ` Donet Tom
2026-04-16  5:18   ` 答复: [External Mail]Re: " 高翔
2026-04-16  4:49 ` Barry Song
2026-04-16  5:18   ` 答复: [External Mail]Re: " 高翔
2026-04-16  5:15 ` [PATCH v2] " Xiang Gao
2026-04-16  5:47   ` Donet Tom
2026-04-16  6:23     ` 答复: [External Mail]Re: " 高翔
2026-04-16  6:25     ` 高翔

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox