From: Krzysztof Kozlowski Date: Mon, 12 Jan 2015 08:01:39 +0000 (+0100) Subject: regulator: Update documentation after renaming function argument X-Git-Tag: v4.0-rc1~166^2~4^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f47531b1aa86e0bef898c1ff810f8486f469b111;p=karo-tx-linux.git regulator: Update documentation after renaming function argument Update documentation for regulator_register() function after renaming its argument. Signed-off-by: Krzysztof Kozlowski Reported-by: kbuild test robot Signed-off-by: Mark Brown --- 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