summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2013-03-23 11:00:41 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-03-25 01:06:35 +0000
commit167d41dce7633b70aae4175fdec734e1cdd3a190 (patch)
tree5b3ac7d14ff2ab4dcd66e7b0b8c8ab136f929d83 /drivers/regulator/core.c
parentc8801a8e715d7793e1e7bcd2f6fe132234741753 (diff)
downloadop-kernel-dev-167d41dce7633b70aae4175fdec734e1cdd3a190.zip
op-kernel-dev-167d41dce7633b70aae4175fdec734e1cdd3a190.tar.gz
regulator: Fix typo in of_get_regulator function comments
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
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 da9782b..edfa223 100644
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
@@ -116,7 +116,7 @@ static const char *rdev_get_name(struct regulator_dev *rdev)
* @supply: regulator supply name
*
* Extract the regulator device node corresponding to the supply name.
- * retruns the device node corresponding to the regulator if found, else
+ * returns the device node corresponding to the regulator if found, else
* returns NULL.
*/
static struct device_node *of_get_regulator(struct device *dev, const char *supply)
OpenPOWER on IntegriCloud