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

From: Randy Dunlap
Date: Sat Apr 04 2009 - 00:34:20 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

Add regulator header file missing kernel-doc:

Warning(include/linux/regulator/driver.h:117): No description found for parameter 'set_mode'

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-2.6.29-git11.orig/include/linux/regulator/driver.h
+++ linux-2.6.29-git11/include/linux/regulator/driver.h
@@ -50,6 +50,7 @@ enum regulator_status {
* @set_current_limit: Configure a limit for a current-limited regulator.
* @get_current_limit: Get the configured limit for a current-limited regulator.
*
+ * @set_mode: Set the configured operating mode for the regulator.
* @get_mode: Get the configured operating mode for the regulator.
* @get_status: Return actual (not as-configured) status of regulator, as a
* REGULATOR_STATUS value (or negative errno)
--
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/