Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
Linus Torvalds
55dff495 0b4b2ad5

+5 -5
+2 -2
include/linux/configfs.h
··· 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
+1 -1
include/linux/debugfs.h
··· 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_
+1 -1
include/linux/relay.h
··· 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,
+1 -1
include/linux/tracepoint.h
··· 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 *