aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regulator/machine.h
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2014-08-27 14:31:24 -0700
committerMark Brown <broonie@linaro.org>2014-08-28 09:59:42 +0100
commita8dbfeedfe47a19a4712749eb2444b1d7ea1150e (patch)
tree87be5f0d134918f9346d6a7b3d34ace7afbd2c43 /include/linux/regulator/machine.h
parentregulator: Proofread documentation (diff)
downloadlinux-dev-a8dbfeedfe47a19a4712749eb2444b1d7ea1150e.tar.xz
linux-dev-a8dbfeedfe47a19a4712749eb2444b1d7ea1150e.zip
regulator: fix kernel-doc warnings in header files
Fix kernel-doc warnings in regulator header files: Warning(..//include/linux/regulator/machine.h:140): No description found for parameter 'ramp_disable' Warning(..//include/linux/regulator/driver.h:279): No description found for parameter 'linear_ranges' Warning(..//include/linux/regulator/driver.h:279): No description found for parameter 'n_linear_ranges' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/linux/regulator/machine.h')
-rw-r--r--include/linux/regulator/machine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regulator/machine.h b/include/linux/regulator/machine.h
index 730e638c5589..0b08d05d470b 100644
--- a/include/linux/regulator/machine.h
+++ b/include/linux/regulator/machine.h
@@ -85,6 +85,7 @@ struct regulator_state {
* bootloader then it will be enabled when the constraints are
* applied.
* @apply_uV: Apply the voltage constraint when initialising.
+ * @ramp_disable: Disable ramp delay when initialising or when setting voltage.
*
* @input_uV: Input voltage for regulator when supplied by another regulator.
*