From: Maxime Ripard Date: Sat, 23 Mar 2013 10:00:41 +0000 (+0100) Subject: regulator: Fix typo in of_get_regulator function comments X-Git-Tag: firefly_0821_release~3680^2~668^2~21^2~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=167d41dce7633b70aae4175fdec734e1cdd3a190;p=firefly-linux-kernel-4.4.55.git regulator: Fix typo in of_get_regulator function comments Signed-off-by: Maxime Ripard Signed-off-by: Mark Brown --- 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)