From: Jonathan Corbet Date: Wed, 12 Jul 2017 22:39:31 +0000 (-0600) Subject: docs: Include uaccess docs from the right file X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7d2b39ab9b0d67c3e6c66e3b68644522d4e15392;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 --- 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