aboutsummaryrefslogtreecommitdiffstats
path: root/mm/nommu.c
diff options
context:
space:
mode:
authorStephen Kitt <steve@sk2.org>2020-08-12 11:22:30 +0200
committerJonathan Corbet <corbet@lwn.net>2020-09-24 11:03:40 -0600
commitdd19d2938f503671f37bef25ee8c3b5e64e44a70 (patch)
tree925cad72cf54c8a2f60819ffff5830d3ffb5d76a /mm/nommu.c
parentdocs: rewrite admin-guide/sysctl/abi.rst (diff)
downloadlinux-dev-dd19d2938f503671f37bef25ee8c3b5e64e44a70.tar.xz
linux-dev-dd19d2938f503671f37bef25ee8c3b5e64e44a70.zip
Fix references to nommu-mmap.rst
nommu-mmap.rst was moved to Documentation/admin-guide/mm; this patch updates the remaining stale references to Documentation/mm. Fixes: 800c02f5d030 ("docs: move nommu-mmap.txt to admin-guide and rename to ReST") Signed-off-by: Stephen Kitt <steve@sk2.org> Link: https://lore.kernel.org/r/20200812092230.27541-1-steve@sk2.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'mm/nommu.c')
-rw-r--r--mm/nommu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/nommu.c b/mm/nommu.c
index 75a327149af1..0df7ca321314 100644
--- a/mm/nommu.c
+++ b/mm/nommu.c
@@ -5,7 +5,7 @@
* Replacement code for mm functions to support CPU's that don't
* have any form of memory management unit (thus no virtual memory).
*
- * See Documentation/mm/nommu-mmap.rst
+ * See Documentation/admin-guide/mm/nommu-mmap.rst
*
* Copyright (c) 2004-2008 David Howells <dhowells@redhat.com>
* Copyright (c) 2000-2003 David McCullough <davidm@snapgear.com>