Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c094cf13 authored by Colin Ian King's avatar Colin Ian King Committed by Jiri Kosina
Browse files

mfd: ab8500-debugfs: fix "between" in printk



fix spelling mistake, beetween -> between

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 6951c585
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}