projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cd71c3
)
regulator: core: Spelling fix
author
Viresh Kumar
<viresh.kumar@linaro.org>
Thu, 13 Aug 2015 12:39:49 +0000
(18:09 +0530)
committer
Mark Brown
<broonie@kernel.org>
Thu, 13 Aug 2015 13:15:18 +0000
(14:15 +0100)
Trivial spell fix, s/succesfully/successfully.
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/core.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/core.c
b/drivers/regulator/core.c
index 62e4f3bd57830b8b5b79b62c78ae8e600d3bcd83..999a94b9735e0a9a7770134b4c1b600eab580257 100644
(file)
--- a/
drivers/regulator/core.c
+++ b/
drivers/regulator/core.c
@@
-2723,7
+2723,7
@@
int regulator_set_voltage(struct regulator *regulator, int min_uV, int max_uV)
goto out;
/* If we're trying to set a range that overlaps the current voltage,
- * return succesfully even though the regulator does not support
+ * return succes
s
fully even though the regulator does not support
* changing the voltage.
*/
if (!(rdev->constraints->valid_ops_mask & REGULATOR_CHANGE_VOLTAGE)) {