Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Colton Lewis and committed by
Mark Brown
a98bcaa9 88c14de2

+2 -1
+1 -1
include/linux/regulator/driver.h
··· 117 117 * suspended. 118 118 * @set_suspend_mode: Set the operating mode for the regulator when the 119 119 * system is suspended. 120 - * 120 + * @resume: Resume operation of suspended regulator. 121 121 * @set_pull_down: Configure the regulator to pull down when the regulator 122 122 * is disabled. 123 123 *
+1
include/linux/regulator/machine.h
··· 101 101 * @system_load: Load that isn't captured by any consumer requests. 102 102 * 103 103 * @max_spread: Max possible spread between coupled regulators 104 + * @max_uV_step: Max possible step change in voltage 104 105 * @valid_modes_mask: Mask of modes which may be configured by consumers. 105 106 * @valid_ops_mask: Operations which may be performed by consumers. 106 107 *