regulator: helper: Document ramp_delay parameter of regulator_set_ramp_delay_regmap()
authorChiYuan Huang <cy_huang@richtek.com>
Fri, 16 Jun 2023 02:08:18 +0000 (10:08 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 16 Jun 2023 11:56:16 +0000 (12:56 +0100)
commitd3b555e563a0ac80383b66f4ffd8bee2f6272779
treee8b90b6160a3c1bc6e326e490f8fbdf5b4bce234
parentd2b2613d363d3104179d389623e7c5df81d38cc4
regulator: helper: Document ramp_delay parameter of regulator_set_ramp_delay_regmap()

With W=1:

    drivers/regulator/helpers.c:947: warning: Function parameter or member 'ramp_delay' not described in 'regulator_set_ramp_delay_regmap'

Fix it by documenting the parameter.

Fixes: fb8fee9efdcf ("regulator: Add regmap helper for ramp-delay setting")
Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
Link: https://lore.kernel.org/r/1686881298-28333-1-git-send-email-cy_huang@richtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/helpers.c