Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dedae957 authored by Randy Dunlap's avatar Randy Dunlap Committed by Mark Brown
Browse files

regulator: fix kernel-doc warnings in drivers/regulator/core.c



Fix regulator kernel-doc warnings:

Warning(drivers/regulator/core.c:2308): No description found for parameter 'rdev'
Warning(drivers/regulator/core.c:2308): Excess function parameter 'regulator' description in 'regulator_set_voltage_time_sel'

Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Cc:	Liam Girdwood <lrg@ti.com>
Cc:	Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent a0a7014c
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -2292,7 +2292,7 @@ EXPORT_SYMBOL_GPL(regulator_set_voltage_time);


/**
/**
 * regulator_set_voltage_time_sel - get raise/fall time
 * regulator_set_voltage_time_sel - get raise/fall time
 * @regulator: regulator source
 * @rdev: regulator source device
 * @old_selector: selector for starting voltage
 * @old_selector: selector for starting voltage
 * @new_selector: selector for target voltage
 * @new_selector: selector for target voltage
 *
 *