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

Configure Feed

Select the types of activity you want to include in your feed.

regulator: pf9453: Improve documentation for pf9453_regulator_set_ramp_delay_regmap

The function pf9453_regulator_set_ramp_delay_regmap lacked detailed
parameter descriptions and return value explanations in its documentation.
This patch improves the documentation by adding specific details about
the parameters, their usage, and the return values, enhancing clarity for
developers.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=20168
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://patch.msgid.link/20250407064532.22680-1-yang.lee@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Yang Li and committed by
Mark Brown
b3d9e96c 0af2f6be

+1
+1
drivers/regulator/pf9453-regulator.c
··· 412 412 * pf9453_regulator_set_ramp_delay_regmap 413 413 * 414 414 * @rdev: regulator to operate on 415 + * @ramp_delay: desired ramp delay value in microseconds 415 416 * 416 417 * Regulators that use regmap for their register I/O can set the ramp_reg 417 418 * and ramp_mask fields in their descriptor and then use this as their