* [PATCH] mm: fix typo in MMF_HAS_PINNED comment
@ 2026-01-30 13:26 Nick Huang
0 siblings, 0 replies; only message in thread
From: Nick Huang @ 2026-01-30 13:26 UTC (permalink / raw)
To: Andrew Morton, David Hildenbrand
Cc: Lorenzo Stoakes, Liam R . Howlett, Vlastimil Babka,
Mike Rapoport, Suren Baghdasaryan, Michal Hocko, linux-mm,
linux-kernel, Nick Huang
Fix a spelling mistake in include/linux/mm_types.h.
Change "aggresive" to "aggressive".
Signed-off-by: Nick Huang <sef1548@gmail.com>
---
include/linux/mm_types.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h
index 42af22929..674c7cd1e 100644
--- a/include/linux/mm_types.h
+++ b/include/linux/mm_types.h
@@ -1845,7 +1845,7 @@ enum {
/*
* MMF_HAS_PINNED: Whether this mm has pinned any pages. This can be either
* replaced in the future by mm.pinned_vm when it becomes stable, or grow into
- * a counter on its own. We're aggresive on this bit for now: even if the
+ * a counter on its own. We're aggressive on this bit for now: even if the
* pinned pages were unpinned later on, we'll still keep this bit set for the
* lifecycle of this mm, just for simplicity.
*/
--
2.43.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-01-30 13:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-30 13:26 [PATCH] mm: fix typo in MMF_HAS_PINNED comment Nick Huang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox