[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090911154645.3c8cb87e.randy.dunlap@oracle.com>
Date: Fri, 11 Sep 2009 15:46:45 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>
Cc: akpm <akpm@...ux-foundation.org>
Subject: [PATCH] docs: fix various Documentation/ paths in header files
From: Randy Dunlap <randy.dunlap@...cle.com>
Fix various Documentation/ paths in include/linux/.
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
---
include/linux/configfs.h | 4 ++--
include/linux/debugfs.h | 2 +-
include/linux/marker.h | 2 +-
include/linux/relay.h | 2 +-
include/linux/tracepoint.h | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
--- linux-2.6.31-git1.orig/include/linux/configfs.h
+++ linux-2.6.31-git1/include/linux/configfs.h
@@ -27,8 +27,8 @@
*
* configfs Copyright (C) 2005 Oracle. All rights reserved.
*
- * Please read Documentation/filesystems/configfs.txt before using the
- * configfs interface, ESPECIALLY the parts about reference counts and
+ * Please read Documentation/filesystems/configfs/configfs.txt before using
+ * the configfs interface, ESPECIALLY the parts about reference counts and
* item destructors.
*/
--- linux-2.6.31-git1.orig/include/linux/debugfs.h
+++ linux-2.6.31-git1/include/linux/debugfs.h
@@ -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/DocBook/filesystems for more details.
*/
#ifndef _DEBUGFS_H_
--- linux-2.6.31-git1.orig/include/linux/marker.h
+++ linux-2.6.31-git1/include/linux/marker.h
@@ -4,7 +4,7 @@
/*
* Code markup for dynamic and static tracing.
*
- * See Documentation/marker.txt.
+ * See Documentation/markers.txt.
*
* (C) Copyright 2006 Mathieu Desnoyers <mathieu.desnoyers@...ymtl.ca>
*
--- linux-2.6.31-git1.orig/include/linux/relay.h
+++ linux-2.6.31-git1/include/linux/relay.h
@@ -140,7 +140,7 @@ struct rchan_callbacks
* cause relay_open() to create a single global buffer rather
* 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 *parent,
--- linux-2.6.31-git1.orig/include/linux/tracepoint.h
+++ linux-2.6.31-git1/include/linux/tracepoint.h
@@ -4,7 +4,7 @@
/*
* Kernel Tracepoint API.
*
- * See Documentation/tracepoint.txt.
+ * See Documentation/trace/tracepoints.txt.
*
* (C) Copyright 2008 Mathieu Desnoyers <mathieu.desnoyers@...ymtl.ca>
*
---
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists