diff options
author | Jonathan Corbet <corbet@lwn.net> | 2017-07-12 16:39:31 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-07-12 16:51:38 -0600 |
commit | 7d2b39ab9b0d67c3e6c66e3b68644522d4e15392 (patch) | |
tree | 7c17d0f5c9819beb0ff435bc4e803e084fbc3461 /Documentation/core-api/kernel-api.rst | |
parent | ecebcd4da6cde7bfcde62d06488faba164b70b37 (diff) | |
download | linux-7d2b39ab9b0d67c3e6c66e3b68644522d4e15392.tar.bz2 |
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.rst | 2 |
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 |