Skip to content

Commit

Permalink
regulator: fix fatal kernel-doc error
Browse files Browse the repository at this point in the history
Fix fatal kernel-doc error in <linux/regulator/driver.h>:

Error(include/linux/regulator/driver.h:52): cannot understand prototype: 'struct regulator_linear_range '

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
[Rewrote first line -- broonie]
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Randy Dunlap authored and Mark Brown committed Sep 17, 2013
1 parent 272b98c commit 7c2330f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/regulator/driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ enum regulator_status {
};

/**
* struct regulator_linear_range - specify linear voltage ranges
*
* Specify a range of voltages for regulator_map_linar_range() and
* regulator_list_linear_range().
*
Expand Down

0 comments on commit 7c2330f

Please sign in to comment.