Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: mm: fix typo in numa_memory_policy.rst

Fix a typo: MPOL_INTERLEAVED -> MPOL_INTERLEAVE.

Link: https://lkml.kernel.org/r/20260310151837.5888-1-akinobu.mita@gmail.com
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Akinobu Mita and committed by
Andrew Morton
1eba4c95 a4e82de8

+1 -1
+1 -1
Documentation/admin-guide/mm/numa_memory_policy.rst
··· 217 217 the MPOL_F_STATIC_NODES or MPOL_F_RELATIVE_NODES flags 218 218 described below. 219 219 220 - MPOL_INTERLEAVED 220 + MPOL_INTERLEAVE 221 221 This mode specifies that page allocations be interleaved, on a 222 222 page granularity, across the nodes specified in the policy. 223 223 This mode also behaves slightly differently, based on the