diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2012-08-18 20:44:14 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-08-20 16:00:22 -0400 |
commit | 296c656616bd567b2849f5a8a444452c4849ac01 (patch) | |
tree | 0a7f3d2f729b881e2f95b7a934aa32f16e6f578a /drivers/regulator/core.c | |
parent | f7df20ec323009bd2ea8e1c65f11bb43fd526c4f (diff) |
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: Randy Dunlap <rdunlap@xenotime.net>
Cc: Liam Girdwood <lrg@ti.com>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/core.c')
-rw-r--r-- | drivers/regulator/core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index ff8f54447305..2a3e4213865b 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c | |||
@@ -2298,8 +2298,8 @@ int regulator_set_voltage_time(struct regulator *regulator, | |||
2298 | EXPORT_SYMBOL_GPL(regulator_set_voltage_time); | 2298 | EXPORT_SYMBOL_GPL(regulator_set_voltage_time); |
2299 | 2299 | ||
2300 | /** | 2300 | /** |
2301 | *regulator_set_voltage_time_sel - get raise/fall time | 2301 | * regulator_set_voltage_time_sel - get raise/fall time |
2302 | * @regulator: regulator source | 2302 | * @rdev: regulator source device |
2303 | * @old_selector: selector for starting voltage | 2303 | * @old_selector: selector for starting voltage |
2304 | * @new_selector: selector for target voltage | 2304 | * @new_selector: selector for target voltage |
2305 | * | 2305 | * |