* [PATCH] regulator: Fix typo in of_get_regulator function comments
@ 2013-03-23 10:00 Maxime Ripard
2013-03-25 1:07 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Maxime Ripard @ 2013-03-23 10:00 UTC (permalink / raw)
To: lrg, broonie; +Cc: linux-kernel
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
drivers/regulator/core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-25 1:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-23 10:00 [PATCH] regulator: Fix typo in of_get_regulator function comments Maxime Ripard
2013-03-25 1:07 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox