diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2013-03-23 11:00:41 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-25 01:06:35 +0000 |
commit | 167d41dce7633b70aae4175fdec734e1cdd3a190 (patch) | |
tree | 5b3ac7d14ff2ab4dcd66e7b0b8c8ab136f929d83 /drivers/regulator | |
parent | c8801a8e715d7793e1e7bcd2f6fe132234741753 (diff) | |
download | blackbird-op-linux-167d41dce7633b70aae4175fdec734e1cdd3a190.tar.gz blackbird-op-linux-167d41dce7633b70aae4175fdec734e1cdd3a190.zip |
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')
-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 da9782bd27d0..edfa2230d475 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) |