diff mbox

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

Message ID 1461620545-29731-1-git-send-email-colin.king@canonical.com (mailing list archive)
State New, archived
Headers show

Commit Message

Colin King April 25, 2016, 9:42 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

fix spelling mistake, beetween -> between

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/mfd/ab8500-debugfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Linus Walleij April 29, 2016, 9:32 a.m. UTC | #1
On Mon, Apr 25, 2016 at 11:42 PM, Colin King <colin.king@canonical.com> wrote:

> From: Colin Ian King <colin.king@canonical.com>
>
> fix spelling mistake, beetween -> between
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij
Lee Jones May 9, 2016, 3:24 p.m. UTC | #2
On Mon, 25 Apr 2016, Colin King wrote:

> From: Colin Ian King <colin.king@canonical.com>
> 
> fix spelling mistake, beetween -> between
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/mfd/ab8500-debugfs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

> diff --git a/drivers/mfd/ab8500-debugfs.c b/drivers/mfd/ab8500-debugfs.c
> index 69d9fff..0aecd7b 100644
> --- a/drivers/mfd/ab8500-debugfs.c
> +++ b/drivers/mfd/ab8500-debugfs.c
> @@ -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;
>  	}
>
diff mbox

Patch

diff --git a/drivers/mfd/ab8500-debugfs.c b/drivers/mfd/ab8500-debugfs.c
index 69d9fff..0aecd7b 100644
--- a/drivers/mfd/ab8500-debugfs.c
+++ b/drivers/mfd/ab8500-debugfs.c
@@ -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;
 	}