mfd: ab8500-debugfs: fix "between" in printk
authorColin Ian King <colin.king@canonical.com>
Mon, 25 Apr 2016 21:42:25 +0000 (22:42 +0100)
committerJiri Kosina <jkosina@suse.cz>
Thu, 28 Apr 2016 09:00:50 +0000 (11:00 +0200)
fix spelling mistake, beetween -> between

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/mfd/ab8500-debugfs.c

index 69d9fff..0aecd7b 100644 (file)
@@ -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 beetween 0 to 255\n");
+                       "debugfs error input: should be between 0 to 255\n");
                return -EINVAL;
        }