aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rio.h
diff options
context:
space:
mode:
authorAlexandre Bounine <alexandre.bounine@idt.com>2012-10-04 20:15:52 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2012-10-05 14:05:20 -0400
commitfe50c927d7ab17983ab05d3e29e73395dcd577b6 (patch)
treeec71de7992f33b39a6cac05c673fdc622002f178 /include/linux/rio.h
parented43f44f868045baa27bc140db0d4898e9695d07 (diff)
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>
Diffstat (limited to 'include/linux/rio.h')
-rw-r--r--include/linux/rio.h3
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 {
236 * @phys_efptr: RIO port extended features pointer 236 * @phys_efptr: RIO port extended features pointer
237 * @name: Port name string 237 * @name: Port name string
238 * @priv: Master port private data 238 * @priv: Master port private data
239 * @dma: DMA device associated with mport
239 */ 240 */
240struct rio_mport { 241struct rio_mport {
241 struct list_head dbells; /* list of doorbell events */ 242 struct list_head dbells; /* list of doorbell events */
@@ -404,7 +405,7 @@ union rio_pw_msg {
404 405
405#ifdef CONFIG_RAPIDIO_DMA_ENGINE 406#ifdef CONFIG_RAPIDIO_DMA_ENGINE
406 407
407/** 408/*
408 * enum rio_write_type - RIO write transaction types used in DMA transfers 409 * enum rio_write_type - RIO write transaction types used in DMA transfers
409 * 410 *
410 * Note: RapidIO specification defines write (NWRITE) and 411 * Note: RapidIO specification defines write (NWRITE) and