summaryrefslogtreecommitdiffstats
path: root/Documentation/core-api/kernel-api.rst
diff options
context:
space:
mode:
authorJonathan Corbet2017-07-13 00:39:31 +0200
committerJonathan Corbet2017-07-13 00:51:38 +0200
commit7d2b39ab9b0d67c3e6c66e3b68644522d4e15392 (patch)
tree7c17d0f5c9819beb0ff435bc4e803e084fbc3461 /Documentation/core-api/kernel-api.rst
parentdocs: Do not include from kernel/rcu/srcu.c (diff)
downloadkernel-qcow2-linux-7d2b39ab9b0d67c3e6c66e3b68644522d4e15392.tar.gz
kernel-qcow2-linux-7d2b39ab9b0d67c3e6c66e3b68644522d4e15392.tar.xz
kernel-qcow2-linux-7d2b39ab9b0d67c3e6c66e3b68644522d4e15392.zip
docs: Include uaccess docs from the right file
Documentation/core-api/kernel-api.rst was including kerneldoc comments from arch/x86/include/asm/uaccess_32.h, but the relevant comments moved to .../uaccess.h some time ago. Correct the include to pick up the comments and eliminate a warning. Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api/kernel-api.rst')
-rw-r--r--Documentation/core-api/kernel-api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst
index 9ec8488319dc..17b00914c6ab 100644
--- a/Documentation/core-api/kernel-api.rst
+++ b/Documentation/core-api/kernel-api.rst
@@ -114,7 +114,7 @@ The Slab Cache
User Space Memory Access
------------------------
-.. kernel-doc:: arch/x86/include/asm/uaccess_32.h
+.. kernel-doc:: arch/x86/include/asm/uaccess.h
:internal:
.. kernel-doc:: arch/x86/lib/usercopy_32.c