From: Ariful Islam Shoikot Date: Sat, 7 Mar 2026 11:40:06 +0000 (+0600) Subject: Documentation/mm: Fix typo in NUMA paragraph X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73f29b02e78e2d45c97024d8c05a798b4b235383;p=thirdparty%2Fkernel%2Flinux.git Documentation/mm: Fix typo in NUMA paragraph Fixed a typo in Documentation/mm/numa.rst: -changed 'allocated' to 'allocate' in the paragraph about memoryless nodes. Signed-off-by: Ariful Islam Shoikot Signed-off-by: Jonathan Corbet Message-ID: <20260307114006.33183-1-islamarifulshoikat@gmail.com> --- diff --git a/Documentation/mm/numa.rst b/Documentation/mm/numa.rst index 0f1b56809dcab..b765295c6e856 100644 --- a/Documentation/mm/numa.rst +++ b/Documentation/mm/numa.rst @@ -140,7 +140,7 @@ this. If the architecture supports--does not hide--memoryless nodes, then CPUs attached to memoryless nodes would always incur the fallback path overhead -or some subsystems would fail to initialize if they attempted to allocated +or some subsystems would fail to initialize if they attempted to allocate memory exclusively from a node without memory. To support such architectures transparently, kernel subsystems can use the numa_mem_id() or cpu_to_mem() function to locate the "local memory node" for the calling or