Commit 55dff495 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

docs: fix various Documentation/ paths in header files

Fix various Documentation/ paths in include/linux/.
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Reviewed-by: default avatarJesper Juhl <jj@chaosbits.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 0b4b2ad5
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
* *
* configfs Copyright (C) 2005 Oracle. All rights reserved. * configfs Copyright (C) 2005 Oracle. All rights reserved.
* *
* Please read Documentation/filesystems/configfs.txt before using the * Please read Documentation/filesystems/configfs/configfs.txt before using
* configfs interface, ESPECIALLY the parts about reference counts and * the configfs interface, ESPECIALLY the parts about reference counts and
* item destructors. * item destructors.
*/ */
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
* 2 as published by the Free Software Foundation. * 2 as published by the Free Software Foundation.
* *
* debugfs is for people to use instead of /proc or /sys. * debugfs is for people to use instead of /proc or /sys.
* See Documentation/DocBook/kernel-api for more details. * See Documentation/DocBook/filesystems for more details.
*/ */
#ifndef _DEBUGFS_H_ #ifndef _DEBUGFS_H_
......
...@@ -140,7 +140,7 @@ struct rchan_callbacks ...@@ -140,7 +140,7 @@ struct rchan_callbacks
* cause relay_open() to create a single global buffer rather * cause relay_open() to create a single global buffer rather
* than the default set of per-cpu buffers. * than the default set of per-cpu buffers.
* *
* See Documentation/filesystems/relayfs.txt for more info. * See Documentation/filesystems/relay.txt for more info.
*/ */
struct dentry *(*create_buf_file)(const char *filename, struct dentry *(*create_buf_file)(const char *filename,
struct dentry *parent, struct dentry *parent,
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
/* /*
* Kernel Tracepoint API. * Kernel Tracepoint API.
* *
* See Documentation/tracepoint.txt. * See Documentation/trace/tracepoints.txt.
* *
* (C) Copyright 2008 Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> * (C) Copyright 2008 Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment