[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20110122201612.dc7b1011.randy.dunlap@oracle.com>
Date: Sat, 22 Jan 2011 20:16:12 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>,
Alexandre Bounine <alexandre.bounine@....com>,
Matt Porter <mporter@...nel.crashing.org>
Cc: Linus <torvalds@...ux-foundation.org>,
akpm <akpm@...ux-foundation.org>
Subject: [PATCH] rapidio: fix new kernel-doc warnings
From: Randy Dunlap <randy.dunlap@...cle.com>
Fix new rapidio kernel-doc warnings:
Warning(drivers/rapidio/rio-scan.c:953): No description found for parameter 'prev'
Warning(drivers/rapidio/rio-scan.c:953): No description found for parameter 'prev_port'
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Alexandre Bounine <alexandre.bounine@....com>
Cc: Matt Porter <mporter@...nel.crashing.org>
---
drivers/rapidio/rio-scan.c | 2 ++
1 file changed, 2 insertions(+)
--- lnx-2638-rc2.orig/drivers/rapidio/rio-scan.c
+++ lnx-2638-rc2/drivers/rapidio/rio-scan.c
@@ -943,6 +943,8 @@ static int rio_enum_complete(struct rio_
* @port: Master port to send transactions
* @destid: Current destination ID in network
* @hopcount: Number of hops into the network
+ * @prev: previous rio_dev
+ * @prev_port: previous port number
*
* Recursively discovers a RIO network. Transactions are sent via the
* master port passed in @port.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists