projects
/
GitHub
/
LineageOS
/
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:
fcdad42
)
mfd: ab8500-debugfs: Trivial fix of spelling mistake on "between"
author
Colin Ian King
<colin.king@canonical.com>
Mon, 25 Apr 2016 21:42:25 +0000
(22:42 +0100)
committer
Lee Jones
<lee.jones@linaro.org>
Mon, 9 May 2016 15:26:15 +0000
(16:26 +0100)
fix spelling mistake, beetween -> between
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/ab8500-debugfs.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/ab8500-debugfs.c
b/drivers/mfd/ab8500-debugfs.c
index 69d9fffe5b5cd43d3ebe084860e9a096c6d549fd..0aecd7bd35f8b9bda757d5aaddf1cf9b17d6be0b 100644
(file)
--- a/
drivers/mfd/ab8500-debugfs.c
+++ b/
drivers/mfd/ab8500-debugfs.c
@@
-2563,7
+2563,7
@@
static ssize_t ab8500_gpadc_trig_timer_write(struct file *file,
if (user_trig_timer & ~0xFF) {
dev_err(dev,
- "debugfs error input: should be be
e
tween 0 to 255\n");
+ "debugfs error input: should be between 0 to 255\n");
return -EINVAL;
}