[PATCH -next] regulator: fix header file missing kernel-doc

From: Randy Dunlap
Date: Tue Jan 20 2009 - 19:29:42 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

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@xxxxxxxxxx>
cc: Liam Girdwood <lrg@xxxxxxxxxxxxxxx>
cc: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/