Commit 167d41dc authored by Maxime Ripard's avatar Maxime Ripard Committed by Mark Brown
Browse files

regulator: Fix typo in of_get_regulator function comments

parent c8801a8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)