diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2023-02-15 11:08:08 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-02-16 16:55:34 -0700 |
commit | 5ea8937ee6b131aec59de890b72994b51a18bb82 (patch) | |
tree | 281fc29c7b9f5ea7daed304fd6e216fade4b5955 /Documentation/mm | |
parent | 4e98799a7021b51d1e641a8150ef71ef90c756ab (diff) |
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>
Diffstat (limited to 'Documentation/mm')
-rw-r--r-- | Documentation/mm/physical_memory.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/mm/physical_memory.rst b/Documentation/mm/physical_memory.rst index 3f3c02aa6e6e..f9d7ea4b9dca 100644 --- a/Documentation/mm/physical_memory.rst +++ b/Documentation/mm/physical_memory.rst @@ -210,7 +210,7 @@ General ``node_page_ext`` For UMA systems that use FLATMEM memory model the 0's node ``node_page_ext`` is array of extensions of struct pages. Available only - in the kernels built with ``CONFIG_PAGE_EXTENTION`` enabled. + in the kernels built with ``CONFIG_PAGE_EXTENSION`` enabled. ``node_start_pfn`` The page frame number of the starting page frame in this node. |