linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mfd: ab8500-debugfs: trivial fix of spelling mistake on "between"
@ 2016-04-25 21:42 Colin King
  2016-04-29  9:32 ` Linus Walleij
  2016-05-09 15:24 ` Lee Jones
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2016-04-25 21:42 UTC (permalink / raw)
  To: Linus Walleij, Lee Jones, Jiri Kosina, linux-arm-kernel; +Cc: linux-kernel

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(-)

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;
 	}
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] mfd: ab8500-debugfs: trivial fix of spelling mistake on "between"
  2016-04-25 21:42 [PATCH] mfd: ab8500-debugfs: trivial fix of spelling mistake on "between" Colin King
@ 2016-04-29  9:32 ` Linus Walleij
  2016-05-09 15:24 ` Lee Jones
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2016-04-29  9:32 UTC (permalink / raw)
  To: Colin King; +Cc: Lee Jones, Jiri Kosina, linux-arm-kernel, linux-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] mfd: ab8500-debugfs: trivial fix of spelling mistake on "between"
  2016-04-25 21:42 [PATCH] mfd: ab8500-debugfs: trivial fix of spelling mistake on "between" Colin King
  2016-04-29  9:32 ` Linus Walleij
@ 2016-05-09 15:24 ` Lee Jones
  1 sibling, 0 replies; 3+ messages in thread
From: Lee Jones @ 2016-05-09 15:24 UTC (permalink / raw)
  To: Colin King; +Cc: Linus Walleij, Jiri Kosina, linux-arm-kernel, linux-kernel

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;
>  	}
>  

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-05-09 15:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-25 21:42 [PATCH] mfd: ab8500-debugfs: trivial fix of spelling mistake on "between" Colin King
2016-04-29  9:32 ` Linus Walleij
2016-05-09 15:24 ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).