diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-01-20 19:29:05 -0500 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2009-03-31 04:56:22 -0400 |
commit | 90ca563b1030bece8a4f15a910e39a46f059ff48 (patch) | |
tree | acf98e0e88372a880b2ef34b42e104b54bf60ff1 /include/linux/regulator | |
parent | 1fa9ad52b07811ebf258f3f6907de8dbf020ec2d (diff) |
regulator: fix header file missing kernel-doc
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@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/regulator')
-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 c263e36e564e..eb8773b05ac3 100644 --- a/include/linux/regulator/driver.h +++ b/include/linux/regulator/driver.h | |||
@@ -51,6 +51,7 @@ enum regulator_status { | |||
51 | * | 51 | * |
52 | * @set_mode: Set the operating mode for the regulator. | 52 | * @set_mode: Set the operating mode for the regulator. |
53 | * @get_mode: Get the current operating mode for the regulator. | 53 | * @get_mode: Get the current operating mode for the regulator. |
54 | * @get_status: Report the regulator status. | ||
54 | * @get_optimum_mode: Get the most efficient operating mode for the regulator | 55 | * @get_optimum_mode: Get the most efficient operating mode for the regulator |
55 | * when running with the specified parameters. | 56 | * when running with the specified parameters. |
56 | * | 57 | * |