Skip to content

Commit

Permalink
regulator: Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
  • Loading branch information
Mark Brown authored and Liam Girdwood committed Oct 13, 2008
1 parent a5766f1 commit 3de8960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/regulator/driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ struct regulator_ops {
int output_uV, int load_uA);

/* the operations below are for configuration of regulator state when
* it's parent PMIC enters a global STANBY/HIBERNATE state */
* its parent PMIC enters a global STANDBY/HIBERNATE state */

/* set regulator suspend voltage */
int (*set_suspend_voltage) (struct regulator_dev *, int uV);
Expand Down

0 comments on commit 3de8960

Please sign in to comment.