diff options
author | Colton Lewis <colton.w.lewis@protonmail.com> | 2020-07-15 19:15:00 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-07-17 00:16:50 +0100 |
commit | a98bcaa92d3d7a7753e23b3363d90ffdb82e8edb (patch) | |
tree | dd7fc95c749df02026364754348eb6ef56341b9f /include/linux/regulator/driver.h | |
parent | 88c14de2b6786ef503fd1bc2c952159e65fe45cc (diff) | |
download | lwn-a98bcaa92d3d7a7753e23b3363d90ffdb82e8edb.tar.gz lwn-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/driver.h')
-rw-r--r-- | include/linux/regulator/driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h index 436df3ba0b2a..8539f34ae42b 100644 --- a/include/linux/regulator/driver.h +++ b/include/linux/regulator/driver.h @@ -117,7 +117,7 @@ enum regulator_status { * suspended. * @set_suspend_mode: Set the operating mode for the regulator when the * system is suspended. - * + * @resume: Resume operation of suspended regulator. * @set_pull_down: Configure the regulator to pull down when the regulator * is disabled. * |