lkml.org 
[lkml]   [2009]   [May]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/1] rapidio: fix kerneldoc for rio_mem_ops
Date
Add structure name to the kerneldoc comment, so that we won't get
a kdoc error:
Error(include/linux/rio.h:336): cannot understand prototype: 'struct rio_mem_ops '

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
---
include/linux/rio.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/rio.h b/include/linux/rio.h
index dd61538..9710506 100644
--- a/include/linux/rio.h
+++ b/include/linux/rio.h
@@ -327,7 +327,7 @@ extern struct resource rio_resource;
#define release_rio_region(start, n) __release_region(&rio_resource, (start), (n))

/**
- * Struct for RIO memory definition.
+ * struct rio_mem_ops - struct for RIO memory 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.
--
1.6.3


\
 
 \ /
  Last update: 2009-05-31 17:29    [W:0.027 / U:0.164 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site