Skip to content

Commit b3d9e96

Browse files
Yang Libroonie
authored andcommitted
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 <[email protected]> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=20168 Signed-off-by: Yang Li <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 0af2f6b commit b3d9e96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/regulator/pf9453-regulator.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ static int find_closest_bigger(unsigned int target, const unsigned int *table,
412412
* pf9453_regulator_set_ramp_delay_regmap
413413
*
414414
* @rdev: regulator to operate on
415+
* @ramp_delay: desired ramp delay value in microseconds
415416
*
416417
* Regulators that use regmap for their register I/O can set the ramp_reg
417418
* and ramp_mask fields in their descriptor and then use this as their

0 commit comments

Comments
 (0)