aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regulator/machine.h
diff options
context:
space:
mode:
authorColton Lewis <colton.w.lewis@protonmail.com>2020-07-15 19:15:00 +0000
committerMark Brown <broonie@kernel.org>2020-07-17 00:16:50 +0100
commita98bcaa92d3d7a7753e23b3363d90ffdb82e8edb (patch)
treedd7fc95c749df02026364754348eb6ef56341b9f /include/linux/regulator/machine.h
parentregulator: Add labibb regulator binding (diff)
downloadlinux-dev-a98bcaa92d3d7a7753e23b3363d90ffdb82e8edb.tar.xz
linux-dev-a98bcaa92d3d7a7753e23b3363d90ffdb82e8edb.zip
regulator: Correct kernel-doc inconsistency
Silence documentation build warning by correcting kernel-doc comments. ./include/linux/regulator/machine.h:196: warning: Function parameter or member 'max_uV_step' not described in 'regulation_constraints' ./include/linux/regulator/driver.h:206: warning: Function parameter or member 'resume' not described in 'regulator_ops' Signed-off-by: Colton Lewis <colton.w.lewis@protonmail.com> Link: https://lore.kernel.org/r/20200715191438.29312-1-colton.w.lewis@protonmail.com Signed-off-by: Mark Brown <broonie@kernel.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 a84cc8879c3e..8a56f033b6cd 100644
--- a/include/linux/regulator/machine.h
+++ b/include/linux/regulator/machine.h
@@ -101,6 +101,7 @@ struct regulator_state {
* @system_load: Load that isn't captured by any consumer requests.
*
* @max_spread: Max possible spread between coupled regulators
+ * @max_uV_step: Max possible step change in voltage
* @valid_modes_mask: Mask of modes which may be configured by consumers.
* @valid_ops_mask: Operations which may be performed by consumers.
*