diff options
-rw-r--r-- | drivers/regulator/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 5f995d281672..85e8cbed1cbc 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c | |||
@@ -3504,7 +3504,7 @@ static void devm_rdev_release(struct device *dev, void *res) | |||
3504 | * | 3504 | * |
3505 | * Called by regulator drivers to register a regulator. Returns a | 3505 | * Called by regulator drivers to register a regulator. Returns a |
3506 | * valid pointer to struct regulator_dev on success or an ERR_PTR() on | 3506 | * valid pointer to struct regulator_dev on success or an ERR_PTR() on |
3507 | * error. The regulator will automaticall be released when the device | 3507 | * error. The regulator will automatically be released when the device |
3508 | * is unbound. | 3508 | * is unbound. |
3509 | */ | 3509 | */ |
3510 | struct regulator_dev *devm_regulator_register(struct device *dev, | 3510 | struct regulator_dev *devm_regulator_register(struct device *dev, |