diff options
author | Daniel W. S. Almeida <dwlsalmeida@gmail.com> | 2020-07-18 18:50:55 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-23 22:21:37 +0200 |
commit | 2b7295c086b8f497149166aadef513e6e2ac5a74 (patch) | |
tree | a57f883a49e63c7e22882527f8560acbcea14932 /Documentation/admin-guide/mm/index.rst | |
parent | docs: admin-guide/index.rst: Add pstore-blk.rst (diff) | |
download | linux-2b7295c086b8f497149166aadef513e6e2ac5a74.tar.xz linux-2b7295c086b8f497149166aadef513e6e2ac5a74.zip |
docs: admin-guide/mm/index: Fix reference to nonexistent document
Fix the following warning:
WARNING: toctree contains reference to nonexistent document
'admin-guide/mm/nommu-map'
This was due to a typo.
Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
Link: https://lore.kernel.org/r/20200718165107.625847-1-dwlsalmeida@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide/mm/index.rst')
-rw-r--r-- | Documentation/admin-guide/mm/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/mm/index.rst b/Documentation/admin-guide/mm/index.rst index 774dad6d3d29..cd727cfc1b04 100644 --- a/Documentation/admin-guide/mm/index.rst +++ b/Documentation/admin-guide/mm/index.rst @@ -31,7 +31,7 @@ the Linux memory management. idle_page_tracking ksm memory-hotplug - nommu-map + nommu-mmap numa_memory_policy numaperf pagemap |