Skip to content

Commit

Permalink
rapidio: fix kerneldoc warnings after DMA support was added
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Bounine <alexandre.bounine@idt.com>
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Cc: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Alexandre Bounine authored and Linus Torvalds committed Oct 5, 2012
1 parent ed43f44 commit fe50c92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/linux/rio.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ enum rio_phy_type {
* @phys_efptr: RIO port extended features pointer
* @name: Port name string
* @priv: Master port private data
* @dma: DMA device associated with mport
*/
struct rio_mport {
struct list_head dbells; /* list of doorbell events */
Expand Down Expand Up @@ -404,7 +405,7 @@ union rio_pw_msg {

#ifdef CONFIG_RAPIDIO_DMA_ENGINE

/**
/*
* enum rio_write_type - RIO write transaction types used in DMA transfers
*
* Note: RapidIO specification defines write (NWRITE) and
Expand Down

0 comments on commit fe50c92

Please sign in to comment.