summaryrefslogtreecommitdiff
path: root/drivers/regulator
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-09-05 03:52:02 (GMT)
committerMark Brown <broonie@linaro.org>2013-09-16 23:28:44 (GMT)
commit42141f22e32a452b02b3dc8764d93223505e1c10 (patch)
tree4d31f7b9f7cca4b02fa40ace188e4064f1322d0e /drivers/regulator
parent0fb0c82e8135d3de9eff2a05202f6870ec378392 (diff)
downloadlinux-fsl-qoriq-42141f22e32a452b02b3dc8764d93223505e1c10.tar.xz
regulator: core: Fix a trivial typo
Changed automaticall -> automatically. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/regulator')
-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 5f995d2..85e8cbe 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)
*
* Called by regulator drivers to register a regulator. Returns a
* valid pointer to struct regulator_dev on success or an ERR_PTR() on
- * error. The regulator will automaticall be released when the device
+ * error. The regulator will automatically be released when the device
* is unbound.
*/
struct regulator_dev *devm_regulator_register(struct device *dev,