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-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=167d41dce7633b70aae4175fdec734e1cdd3a190;p=~shefty%2Frdma-dev.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 da9782bd27d..edfa2230d47 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)