diff options
author | Alexandre Bounine <alexandre.bounine@idt.com> | 2012-10-05 02:15:52 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-05 20:05:20 +0200 |
commit | fe50c927d7ab17983ab05d3e29e73395dcd577b6 (patch) | |
tree | ec71de7992f33b39a6cac05c673fdc622002f178 | |
parent | rapidio/tsi721: modify mport name assignment (diff) | |
download | linux-fe50c927d7ab17983ab05d3e29e73395dcd577b6.tar.xz linux-fe50c927d7ab17983ab05d3e29e73395dcd577b6.zip |
rapidio: fix kerneldoc warnings after DMA support was added
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>
-rw-r--r-- | include/linux/rio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/rio.h b/include/linux/rio.h index 1a7b6c7787a5..ba382f2b57ef 100644 --- a/include/linux/rio.h +++ b/include/linux/rio.h @@ -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 */ @@ -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 |