Commit 55dff4954ebdeba2be59e19398a607d799c5fa9f

Authored by Randy Dunlap
Committed by Linus Torvalds
1 parent 0b4b2ad530

docs: fix various Documentation/ paths in header files

Fix various Documentation/ paths in include/linux/.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Reviewed-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 4 changed files with 5 additions and 5 deletions Side-by-side Diff

include/linux/configfs.h
... ... @@ -27,8 +27,8 @@
27 27 *
28 28 * configfs Copyright (C) 2005 Oracle. All rights reserved.
29 29 *
30   - * Please read Documentation/filesystems/configfs.txt before using the
31   - * configfs interface, ESPECIALLY the parts about reference counts and
  30 + * Please read Documentation/filesystems/configfs/configfs.txt before using
  31 + * the configfs interface, ESPECIALLY the parts about reference counts and
32 32 * item destructors.
33 33 */
34 34  
include/linux/debugfs.h
... ... @@ -9,7 +9,7 @@
9 9 * 2 as published by the Free Software Foundation.
10 10 *
11 11 * debugfs is for people to use instead of /proc or /sys.
12   - * See Documentation/DocBook/kernel-api for more details.
  12 + * See Documentation/DocBook/filesystems for more details.
13 13 */
14 14  
15 15 #ifndef _DEBUGFS_H_
include/linux/relay.h
... ... @@ -140,7 +140,7 @@
140 140 * cause relay_open() to create a single global buffer rather
141 141 * than the default set of per-cpu buffers.
142 142 *
143   - * See Documentation/filesystems/relayfs.txt for more info.
  143 + * See Documentation/filesystems/relay.txt for more info.
144 144 */
145 145 struct dentry *(*create_buf_file)(const char *filename,
146 146 struct dentry *parent,
include/linux/tracepoint.h
... ... @@ -4,7 +4,7 @@
4 4 /*
5 5 * Kernel Tracepoint API.
6 6 *
7   - * See Documentation/tracepoint.txt.
  7 + * See Documentation/trace/tracepoints.txt.
8 8 *
9 9 * (C) Copyright 2008 Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
10 10 *