projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5766f1
)
regulator: Fix typo
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 9 Sep 2008 15:21:17 +0000
(16:21 +0100)
committer
Liam Girdwood
<lrg@slimlogic.co.uk>
Mon, 13 Oct 2008 20:51:51 +0000
(21:51 +0100)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
include/linux/regulator/driver.h
patch
|
blob
|
history
diff --git
a/include/linux/regulator/driver.h
b/include/linux/regulator/driver.h
index
bc01b42
..
e37d805
100644
(file)
--- 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 STAN
BY/HIBERNATE state */
+ * it
s parent PMIC enters a global STAND
BY/HIBERNATE state */
/* set regulator suspend voltage */
int (*set_suspend_voltage) (struct regulator_dev *, int uV);