From: Randy Dunlap Date: Sun, 19 Aug 2012 00:44:14 +0000 (-0700) Subject: regulator: fix kernel-doc warnings in drivers/regulator/core.c X-Git-Tag: v3.7-rc1~204^2^2~4 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=296c656616bd567b2849f5a8a444452c4849ac01;p=linux.git 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 Cc: Liam Girdwood Cc: Mark Brown Signed-off-by: Mark Brown --- 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, 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 *