login
Header Space

 
 

[PATCH -mm] rapidio: fix docbook references

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: lkml <linux-kernel@...>
Cc: <mporter@...>, akpm <akpm@...>
Date: Saturday, March 15, 2008 - 7:37 pm

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

Fix rapidio docbook (file was removed) and fix header file kernel-doc.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 Documentation/DocBook/rapidio.tmpl |    1 -
 include/linux/rio.h                |    4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

--- mmotm-2008-0314-1449.orig/Documentation/DocBook/rapidio.tmpl
+++ mmotm-2008-0314-1449/Documentation/DocBook/rapidio.tmpl
@@ -133,7 +133,6 @@
 !Idrivers/rapidio/rio-sysfs.c
      </sect1>
      <sect1 id="PPC32_support"><title>PPC32 support</title>
-!Iarch/powerpc/kernel/rio.c
 !Earch/powerpc/sysdev/fsl_rio.c
 !Iarch/powerpc/sysdev/fsl_rio.c
      </sect1>
--- mmotm-2008-0314-1449.orig/include/linux/rio.h
+++ mmotm-2008-0314-1449/include/linux/rio.h
@@ -327,7 +327,7 @@ struct rio_route_ops {
 };
 
 /**
- * Struct for RIO memory definition.
+ * struct rio_mem - struct for RIO memory definition.
  * @node: Node in list of memories
  * @virt: The virtual address for mapped memory accessing.
  * @owner: The owner id of this memory.
@@ -346,7 +346,7 @@ struct rio_mem {
 };
 
 /**
- * Struct for RIO memory definition.
+ * struct rio_mem_ops - Struct for RIO memory operations definition.
  * @map_inb: The function for mapping inbound memory window.
  * @map_outb: The function for mapping outbound memory window.
  * @unmap_inb: The function for unmapping inbound memory window.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH -mm] rapidio: fix docbook references, Randy Dunlap, (Sat Mar 15, 7:37 pm)
speck-geostationary