Skip to content

Commit

Permalink
regulator: fix header file missing kernel-doc
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Liam Girdwood committed Mar 31, 2009
1 parent 1fa9ad5 commit 90ca563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/regulator/driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 90ca563

Please sign in to comment.