projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27b1833
)
regulator: fix header file missing kernel-doc
author
Randy Dunlap
<
[email protected]
>
Sat, 4 Apr 2009 04:31:30 +0000
(21:31 -0700)
committer
Liam Girdwood
<
[email protected]
>
Tue, 28 Apr 2009 17:58:06 +0000
(18:58 +0100)
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 <
[email protected]
>
cc: Liam Girdwood <
[email protected]
>
cc: Mark Brown <
[email protected]
>
Signed-off-by: Liam Girdwood <
[email protected]
>
include/linux/regulator/driver.h
patch
|
blob
|
history
diff --git
a/include/linux/regulator/driver.h
b/include/linux/regulator/driver.h
index 4848d8dacd903b81edba899dd76d69eefed487a8..225f733e7533f40f149185b8f17ecce3e75ff8c9 100644
(file)
--- a/
include/linux/regulator/driver.h
+++ b/
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)