Commit 7d2b39ab authored by Jonathan Corbet's avatar Jonathan Corbet

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: default avatarJonathan Corbet <corbet@lwn.net>
parent ecebcd4d
...@@ -114,7 +114,7 @@ The Slab Cache ...@@ -114,7 +114,7 @@ The Slab Cache
User Space Memory Access User Space Memory Access
------------------------ ------------------------
.. kernel-doc:: arch/x86/include/asm/uaccess_32.h .. kernel-doc:: arch/x86/include/asm/uaccess.h
:internal: :internal:
.. kernel-doc:: arch/x86/lib/usercopy_32.c .. kernel-doc:: arch/x86/lib/usercopy_32.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment