diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2013-09-16 18:08:02 -0700 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-17 11:49:25 +0100 |
commit | 7c2330f1afe13b3a934140857bc8060d00103a89 (patch) | |
tree | ba4dc54af353b134a20c5f8f5927de81cfceef08 /include | |
parent | 272b98c6455f00884f0350f775c5342358ebb73f (diff) | |
download | linux-7c2330f1afe13b3a934140857bc8060d00103a89.tar.bz2 |
regulator: fix fatal kernel-doc error
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/regulator/driver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h index 67e13aa5a478..9bdad43ad228 100644 --- a/include/linux/regulator/driver.h +++ b/include/linux/regulator/driver.h @@ -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(). * |