diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-04-03 21:31:30 -0700 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2009-04-28 18:58:06 +0100 |
commit | 9f6532519feab921856f41b30a2397ee25f4de49 (patch) | |
tree | b0ed2ef73fb5775aa986196562d3a23ee382fe72 /include/linux | |
parent | 27b1833279995e7c290a40cac4ef36ccea7e9283 (diff) | |
download | kernel_samsung_smdk4412-9f6532519feab921856f41b30a2397ee25f4de49.zip kernel_samsung_smdk4412-9f6532519feab921856f41b30a2397ee25f4de49.tar.gz kernel_samsung_smdk4412-9f6532519feab921856f41b30a2397ee25f4de49.tar.bz2 |
regulator: fix header file missing kernel-doc
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@oracle.com>
cc: Liam Girdwood <lrg@slimlogic.co.uk>
cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/regulator/driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h index 4848d8d..225f733 100644 --- 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) |