aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <[email protected]>2015-01-12 09:01:39 +0100
committerMark Brown <[email protected]>2015-01-14 19:09:56 +0000
commitf47531b1aa86e0bef898c1ff810f8486f469b111 (patch)
tree49a973bb6ed59c13535b8bb29c55421eda351f9a
parent09d3f6f1613f287b1d3ea7d2c9caf5b7aff70c99 (diff)
regulator: Update documentation after renaming function argument
Update documentation for regulator_register() function after renaming its argument. Signed-off-by: Krzysztof Kozlowski <[email protected]> Reported-by: kbuild test robot <[email protected]> Signed-off-by: Mark Brown <[email protected]>
-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