public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
* [PATCH] docs: mm: fix typo in numa_memory_policy.rst
@ 2026-03-10 15:18 Akinobu Mita
  2026-03-11  0:02 ` SeongJae Park
  0 siblings, 1 reply; 2+ messages in thread
From: Akinobu Mita @ 2026-03-10 15:18 UTC (permalink / raw)
  To: linux-mm; +Cc: linux-doc, linux-kernel, akpm, Akinobu Mita

Fix a typo: MPOL_INTERLEAVED -> MPOL_INTERLEAVE.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
---
 Documentation/admin-guide/mm/numa_memory_policy.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/mm/numa_memory_policy.rst b/Documentation/admin-guide/mm/numa_memory_policy.rst
index a70f20ce1ffb..90ab26e805a9 100644
--- a/Documentation/admin-guide/mm/numa_memory_policy.rst
+++ b/Documentation/admin-guide/mm/numa_memory_policy.rst
@@ -217,7 +217,7 @@ MPOL_PREFERRED
 	the MPOL_F_STATIC_NODES or MPOL_F_RELATIVE_NODES flags
 	described below.
 
-MPOL_INTERLEAVED
+MPOL_INTERLEAVE
 	This mode specifies that page allocations be interleaved, on a
 	page granularity, across the nodes specified in the policy.
 	This mode also behaves slightly differently, based on the
-- 
2.43.0



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

end of thread, other threads:[~2026-03-11  0:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-10 15:18 [PATCH] docs: mm: fix typo in numa_memory_policy.rst Akinobu Mita
2026-03-11  0:02 ` SeongJae Park

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