]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
regulator: Fix typo in of_get_regulator function comments
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 23 Mar 2013 10:00:41 +0000 (11:00 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 25 Mar 2013 01:06:35 +0000 (01:06 +0000)
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/core.c

index da9782bd27d0a182d32578c4779481072d0657ef..edfa2230d47588ea0b8d31ca88c0f17eaee9375b 100644 (file)
@@ -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)