diff options
author | Daniel W. S. Almeida <dwlsalmeida@gmail.com> | 2020-07-18 19:50:55 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-23 23:21:37 +0300 |
commit | 2b7295c086b8f497149166aadef513e6e2ac5a74 (patch) | |
tree | a57f883a49e63c7e22882527f8560acbcea14932 | |
parent | 00d7c1e55aff1a92e42c845dca9830f9f7b2de69 (diff) | |
download | linux-2b7295c086b8f497149166aadef513e6e2ac5a74.tar.xz |
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>
-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 |