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: Physical Memory: fix a reference to a file that doesn't exist

kbuild reports:

>> Warning: Documentation/mm/physical_memory.rst references a file that doesn't exist: Documentation/admin-guide/mm/memory_hotplug.rst

Fix the filename to be 'Documentation/admin-guide/mm/memory-hotplug.rst'.

Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/oe-kbuild-all/202302231311.567PAoS2-lkp@intel.com/
Fixes: 353c7dd636ed ("docs/mm: Physical Memory: remove useless markup")
Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org>
Link: https://lore.kernel.org/r/20230224100306.2287696-1-rppt@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mike Rapoport (IBM) and committed by
Jonathan Corbet
3b80a03d a414684e

+1 -1
+1 -1
Documentation/mm/physical_memory.rst
··· 66 66 also populated on boot using one of ``kernelcore``, ``movablecore`` and 67 67 ``movable_node`` kernel command line parameters. See 68 68 Documentation/mm/page_migration.rst and 69 - Documentation/admin-guide/mm/memory_hotplug.rst for additional details. 69 + Documentation/admin-guide/mm/memory-hotplug.rst for additional details. 70 70 71 71 * ``ZONE_DEVICE`` represents memory residing on devices such as PMEM and GPU. 72 72 It has different characteristics than RAM zone types and it exists to provide