]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
regulator: fix kernel-doc warnings in drivers/regulator/core.c
authorRandy Dunlap <rdunlap@xenotime.net>
Sun, 19 Aug 2012 00:44:14 +0000 (17:44 -0700)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 20 Aug 2012 19:59:33 +0000 (20:59 +0100)
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>
drivers/regulator/core.c

index f092588a078c65b3d3951a55a8ef861a44a50146..d079669094a64f65a6a773860412f816a4bf9479 100644 (file)
@@ -2291,8 +2291,8 @@ int regulator_set_voltage_time(struct regulator *regulator,
 EXPORT_SYMBOL_GPL(regulator_set_voltage_time);
 
 /**
- *regulator_set_voltage_time_sel - get raise/fall time
- * @regulator: regulator source
+ * regulator_set_voltage_time_sel - get raise/fall time
+ * @rdev: regulator source device
  * @old_selector: selector for starting voltage
  * @new_selector: selector for target voltage
  *