Skip to content

Commit

Permalink
mfd: ab8500-debugfs: fix "between" in printk
Browse files Browse the repository at this point in the history
fix spelling mistake, beetween -> between

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Colin Ian King authored and Jiri Kosina committed Apr 28, 2016
1 parent 6951c58 commit c094cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/ab8500-debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit c094cf1

Please sign in to comment.