]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit7d2b39ab9b0d67c3e6c66e3b68644522d4e15392
tree7c17d0f5c9819beb0ff435bc4e803e084fbc3461
parentecebcd4da6cde7bfcde62d06488faba164b70b37
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>
Documentation/core-api/kernel-api.rst