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

docs/mm: Physical Memory: correct spelling in reference to CONFIG_PAGE_EXTENSION

Commit 5d8c5e430a63 ("docs/mm: Physical Memory: add structure, introduction
and nodes description") slips in a minor spelling mistake for the config
PAGE_EXTENSION.

Correct the config name in the physical-memory documentation.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Mike Rapoport (IBM) <rppt@kernel.org>
Link: https://lore.kernel.org/r/20230215100808.9613-1-lukas.bulwahn@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Lukas Bulwahn and committed by
Jonathan Corbet
5ea8937e 4e98799a

+1 -1
+1 -1
Documentation/mm/physical_memory.rst
··· 210 210 ``node_page_ext`` 211 211 For UMA systems that use FLATMEM memory model the 0's node 212 212 ``node_page_ext`` is array of extensions of struct pages. Available only 213 - in the kernels built with ``CONFIG_PAGE_EXTENTION`` enabled. 213 + in the kernels built with ``CONFIG_PAGE_EXTENSION`` enabled. 214 214 215 215 ``node_start_pfn`` 216 216 The page frame number of the starting page frame in this node.