aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2012-08-18 20:44:14 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-08-28 14:00:30 -0400
commitdedae957a41b4f4523199f7a822ee4e5735640b0 (patch)
treec055f57a6e966650ad1a70c53a0d26a7354247ea /drivers/regulator
parenta0a7014cd40b1d1d13e121e5083bd3b2bbffe348 (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')
-rw-r--r--drivers/regulator/core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c
index 48385318175..d49d86d2d47 100644
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
@@ -2291,8 +2291,8 @@ int regulator_set_voltage_time(struct regulator *regulator,
2291EXPORT_SYMBOL_GPL(regulator_set_voltage_time); 2291EXPORT_SYMBOL_GPL(regulator_set_voltage_time);
2292 2292
2293/** 2293/**
2294 *regulator_set_voltage_time_sel - get raise/fall time 2294 * regulator_set_voltage_time_sel - get raise/fall time
2295 * @regulator: regulator source 2295 * @rdev: regulator source device
2296 * @old_selector: selector for starting voltage 2296 * @old_selector: selector for starting voltage
2297 * @new_selector: selector for target voltage 2297 * @new_selector: selector for target voltage
2298 * 2298 *