All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: fix various Documentation/ paths in header files
@ 2009-09-11 22:46 Randy Dunlap
  2009-09-11 23:02 ` Jesper Juhl
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2009-09-11 22:46 UTC (permalink / raw)
  To: lkml; +Cc: akpm

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix various Documentation/ paths in include/linux/.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.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@polymtl.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@polymtl.ca>
  *




---
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] docs: fix various Documentation/ paths in header files
  2009-09-11 22:46 [PATCH] docs: fix various Documentation/ paths in header files Randy Dunlap
@ 2009-09-11 23:02 ` Jesper Juhl
  0 siblings, 0 replies; 2+ messages in thread
From: Jesper Juhl @ 2009-09-11 23:02 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: lkml, akpm

On Fri, 11 Sep 2009, Randy Dunlap wrote:

> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> Fix various Documentation/ paths in include/linux/.
> 
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Reviewed-by: Jesper Juhl <jj@chaosbits.net>

-- 
Jesper Juhl <jj@chaosbits.net>             http://www.chaosbits.net/
Plain text mails only, please      http://www.expita.com/nomime.html
Don't top-post  http://www.catb.org/~esr/jargon/html/T/top-post.html


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-11 23:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-11 22:46 [PATCH] docs: fix various Documentation/ paths in header files Randy Dunlap
2009-09-11 23:02 ` Jesper Juhl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.