aboutsummaryrefslogtreecommitdiffstats
path: root/fs/debugfs
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-14 11:09:53 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-16 07:44:23 -0400
commite1511a840a33f84bfbcfa00029fa841c211d32bf (patch)
treee255efccc2e902d6339bc330d7bc060108c68645 /fs/debugfs
parent08c76a2f432974de34343a1a323cbeab48321c41 (diff)
fs: fix the location of the kernel-api book
The kernel-api book is now part of the core-api. Update its location. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'fs/debugfs')
-rw-r--r--fs/debugfs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/debugfs/inode.c b/fs/debugfs/inode.c
index e892ae7d89f8..77440e4aa9d4 100644
--- a/fs/debugfs/inode.c
+++ b/fs/debugfs/inode.c
@@ -9,7 +9,7 @@
9 * 2 as published by the Free Software Foundation. 9 * 2 as published by the Free Software Foundation.
10 * 10 *
11 * debugfs is for people to use instead of /proc or /sys. 11 * debugfs is for people to use instead of /proc or /sys.
12 * See Documentation/DocBook/kernel-api for more details. 12 * See ./Documentation/core-api/kernel-api.rst for more details.
13 * 13 *
14 */ 14 */
15 15