Commit 68b21094 authored by Colin Ian King's avatar Colin Ian King Committed by Lee Jones

mfd: ab8500-debugfs: Trivial fix of spelling mistake on "between"

fix spelling mistake, beetween -> between
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent fcdad421
...@@ -2563,7 +2563,7 @@ static ssize_t ab8500_gpadc_trig_timer_write(struct file *file, ...@@ -2563,7 +2563,7 @@ static ssize_t ab8500_gpadc_trig_timer_write(struct file *file,
if (user_trig_timer & ~0xFF) { if (user_trig_timer & ~0xFF) {
dev_err(dev, dev_err(dev,
"debugfs error input: should be beetween 0 to 255\n"); "debugfs error input: should be between 0 to 255\n");
return -EINVAL; return -EINVAL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment