From: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Date: Sun, 14 May 2017 15:09:53 +0000 (-0300)
Subject: fs: fix the location of the kernel-api book
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e1511a840a33f84bfbcfa00029fa841c211d32bf;p=linux.git

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>
---

diff --git a/fs/debugfs/inode.c b/fs/debugfs/inode.c
index e892ae7d89f8b..77440e4aa9d4e 100644
--- a/fs/debugfs/inode.c
+++ b/fs/debugfs/inode.c
@@ -9,7 +9,7 @@
  *	2 as published by the Free Software Foundation.
  *
  *  debugfs is for people to use instead of /proc or /sys.
- *  See Documentation/DocBook/kernel-api for more details.
+ *  See ./Documentation/core-api/kernel-api.rst for more details.
  *
  */