]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
docs: Include uaccess docs from the right file
authorJonathan Corbet <corbet@lwn.net>
Wed, 12 Jul 2017 22:39:31 +0000 (16:39 -0600)
committerJonathan Corbet <corbet@lwn.net>
Wed, 12 Jul 2017 22:51:38 +0000 (16:51 -0600)
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>
Documentation/core-api/kernel-api.rst

index 9ec8488319dcaacf1f595c5fea88580e97955483..17b00914c6aba26d3aa0972dc413b77021be499d 100644 (file)
@@ -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