[PATCH] docs: mm: fix typo in numa_memory_policy.rst

Akinobu Mita posted 1 patch 4 weeks ago
Documentation/admin-guide/mm/numa_memory_policy.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: mm: fix typo in numa_memory_policy.rst
Posted by Akinobu Mita 4 weeks ago
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
Re: [PATCH] docs: mm: fix typo in numa_memory_policy.rst
Posted by SeongJae Park 4 weeks ago
On Wed, 11 Mar 2026 00:18:37 +0900 Akinobu Mita <akinobu.mita@gmail.com> wrote:

> Fix a typo: MPOL_INTERLEAVED -> MPOL_INTERLEAVE.

Nice catch.

> 
> Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>

Acked-by: SeongJae Park <sj@kernel.org>


Thanks,
SJ

[...]