[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20260130132656.1917-1-sef1548@gmail.com>
Date: Fri, 30 Jan 2026 13:26:55 +0000
From: Nick Huang <sef1548@...il.com>
To: Andrew Morton <akpm@...ux-foundation.org>,
David Hildenbrand <david@...nel.org>
Cc: Lorenzo Stoakes <lorenzo.stoakes@...cle.com>,
"Liam R . Howlett" <Liam.Howlett@...cle.com>,
Vlastimil Babka <vbabka@...e.cz>,
Mike Rapoport <rppt@...nel.org>,
Suren Baghdasaryan <surenb@...gle.com>,
Michal Hocko <mhocko@...e.com>,
linux-mm@...ck.org,
linux-kernel@...r.kernel.org,
Nick Huang <sef1548@...il.com>
Subject: [PATCH] mm: fix typo in MMF_HAS_PINNED comment
Fix a spelling mistake in include/linux/mm_types.h.
Change "aggresive" to "aggressive".
Signed-off-by: Nick Huang <sef1548@...il.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
Powered by blists - more mailing lists