Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Colin Ian King and committed by
Lee Jones
68b21094 fcdad421

+1 -1
+1 -1
drivers/mfd/ab8500-debugfs.c
··· 2563 2563 2564 2564 if (user_trig_timer & ~0xFF) { 2565 2565 dev_err(dev, 2566 - "debugfs error input: should be beetween 0 to 255\n"); 2566 + "debugfs error input: should be between 0 to 255\n"); 2567 2567 return -EINVAL; 2568 2568 } 2569 2569