summaryrefslogtreecommitdiff
path: root/drivers/regulator/core.c
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>2015-01-12 09:01:39 +0100
committerMark Brown <broonie@kernel.org>2015-01-14 19:09:56 +0000
commitf47531b1aa86e0bef898c1ff810f8486f469b111 (patch)
tree49a973bb6ed59c13535b8bb29c55421eda351f9a /drivers/regulator/core.c
parent09d3f6f1613f287b1d3ea7d2c9caf5b7aff70c99 (diff)
regulator: Update documentation after renaming function argument
Update documentation for regulator_register() function after renaming its argument. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/core.c')
-rw-r--r--drivers/regulator/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c
index 685cc1500e38..d9a2ad57b17f 100644
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
@@ -3573,7 +3573,7 @@ static void rdev_init_debugfs(struct regulator_dev *rdev)
/**
* regulator_register - register regulator
* @regulator_desc: regulator to register
- * @config: runtime configuration for regulator
+ * @cfg: runtime configuration for regulator
*
* Called by regulator drivers to register a regulator.
* Returns a valid pointer to struct regulator_dev on success