[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090120162905.62e2228c.randy.dunlap@oracle.com>
Date: Tue, 20 Jan 2009 16:29:05 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>
Cc: Liam Girdwood <lrg@...mlogic.co.uk>,
Mark Brown <broonie@...nsource.wolfsonmicro.com>
Subject: [PATCH -next] regulator: fix header file missing kernel-doc
From: Randy Dunlap <randy.dunlap@...cle.com>
Fix regulator/driver.h missing kernel-doc:
Warning(linux-next-20090120//include/linux/regulator/driver.h:108): No description found for parameter 'get_status'
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
cc: Liam Girdwood <lrg@...mlogic.co.uk>
cc: Mark Brown <broonie@...nsource.wolfsonmicro.com>
---
include/linux/regulator/driver.h | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20090120.orig/include/linux/regulator/driver.h
+++ linux-next-20090120/include/linux/regulator/driver.h
@@ -51,6 +51,7 @@ enum regulator_status {
*
* @set_mode: Set the operating mode for the regulator.
* @get_mode: Get the current operating mode for the regulator.
+ * @get_status: Report the regulator status.
* @get_optimum_mode: Get the most efficient operating mode for the regulator
* when running with the specified parameters.
*
--
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