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^5~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dedae957a41b4f4523199f7a822ee4e5735640b0;p=platform%2Fupstream%2Fkernel-adaptation-pc.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 4838531..d49d86d 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -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 *