projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a414684
)
docs/mm: Physical Memory: fix a reference to a file that doesn't exist
author
Mike Rapoport (IBM)
<rppt@kernel.org>
Fri, 24 Feb 2023 10:03:05 +0000
(12:03 +0200)
committer
Jonathan Corbet
<corbet@lwn.net>
Tue, 7 Mar 2023 17:31:49 +0000
(10:31 -0700)
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>
Documentation/mm/physical_memory.rst
patch
|
blob
|
history
diff --git
a/Documentation/mm/physical_memory.rst
b/Documentation/mm/physical_memory.rst
index f9d7ea4b9dca7fd6b81fba0d653186e88d0c607b..1bc888d36ea134c2615534bbd3d1238b173f3c93 100644
(file)
--- a/
Documentation/mm/physical_memory.rst
+++ b/
Documentation/mm/physical_memory.rst
@@
-66,7
+66,7
@@
one of the types described below.
also populated on boot using one of ``kernelcore``, ``movablecore`` and
``movable_node`` kernel command line parameters. See
Documentation/mm/page_migration.rst and
- Documentation/admin-guide/mm/memory
_
hotplug.rst for additional details.
+ Documentation/admin-guide/mm/memory
-
hotplug.rst for additional details.
* ``ZONE_DEVICE`` represents memory residing on devices such as PMEM and GPU.
It has different characteristics than RAM zone types and it exists to provide