linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] rapidio: fix kerneldoc for rio_mem_ops
@ 2009-05-31 15:25 Jiri Slaby
  2009-05-31 22:38 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Jiri Slaby @ 2009-05-31 15:25 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, Jiri Slaby

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


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

* Re: [PATCH 1/1] rapidio: fix kerneldoc for rio_mem_ops
  2009-05-31 15:25 [PATCH 1/1] rapidio: fix kerneldoc for rio_mem_ops Jiri Slaby
@ 2009-05-31 22:38 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2009-05-31 22:38 UTC (permalink / raw)
  To: Jiri Slaby; +Cc: akpm, linux-kernel

Jiri Slaby wrote:
> 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>

Acked-by: Randy Dunlap <randy.dunlap@oracle.com>

Thanks.

> ---
>  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.


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

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

end of thread, other threads:[~2009-05-31 22:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-31 15:25 [PATCH 1/1] rapidio: fix kerneldoc for rio_mem_ops Jiri Slaby
2009-05-31 22:38 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).