diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-09-09 16:21:17 +0100 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2008-10-13 21:51:51 +0100 |
commit | 3de89609a82aa68f543cba263eb28725e0fde511 (patch) | |
tree | ffe14e802ffb19cc34175c21eb3c5d7b8a3b8c2a /include/linux/regulator | |
parent | a5766f11cfd3a0c03450d99c8fe548c2940be884 (diff) | |
download | kernel_samsung_smdk4412-3de89609a82aa68f543cba263eb28725e0fde511.zip kernel_samsung_smdk4412-3de89609a82aa68f543cba263eb28725e0fde511.tar.gz kernel_samsung_smdk4412-3de89609a82aa68f543cba263eb28725e0fde511.tar.bz2 |
regulator: Fix typo
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'include/linux/regulator')
-rw-r--r-- | include/linux/regulator/driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h index bc01b42..e37d805 100644 --- a/include/linux/regulator/driver.h +++ b/include/linux/regulator/driver.h @@ -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); |