All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] input: pxa27x_keypad: fix typo "debpunce" -> "debounce"
@ 2016-10-25 11:03 Colin King
  2016-10-25 16:35 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-10-25 11:03 UTC (permalink / raw)
  To: Dmitry Torokhov, linux-input; +Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to typo in dev_err message

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

diff --git a/drivers/input/keyboard/pxa27x_keypad.c b/drivers/input/keyboard/pxa27x_keypad.c
index fcef5d1..e244433 100644
--- a/drivers/input/keyboard/pxa27x_keypad.c
+++ b/drivers/input/keyboard/pxa27x_keypad.c
@@ -316,7 +316,7 @@ static int pxa27x_keypad_build_keycode_from_dt(struct pxa27x_keypad *keypad)
 	error = of_property_read_u32(np, "marvell,debounce-interval",
 				     &pdata->debounce_interval);
 	if (error) {
-		dev_err(dev, "failed to parse debpunce-interval\n");
+		dev_err(dev, "failed to parse debounce-interval\n");
 		return error;
 	}
 
-- 
2.9.3

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

* Re: [PATCH] input: pxa27x_keypad: fix typo "debpunce" -> "debounce"
  2016-10-25 11:03 [PATCH] input: pxa27x_keypad: fix typo "debpunce" -> "debounce" Colin King
@ 2016-10-25 16:35 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2016-10-25 16:35 UTC (permalink / raw)
  To: Colin King; +Cc: linux-input, linux-kernel

On Tue, Oct 25, 2016 at 12:03:12PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to typo in dev_err message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied, thank you.

> ---
>  drivers/input/keyboard/pxa27x_keypad.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/input/keyboard/pxa27x_keypad.c b/drivers/input/keyboard/pxa27x_keypad.c
> index fcef5d1..e244433 100644
> --- a/drivers/input/keyboard/pxa27x_keypad.c
> +++ b/drivers/input/keyboard/pxa27x_keypad.c
> @@ -316,7 +316,7 @@ static int pxa27x_keypad_build_keycode_from_dt(struct pxa27x_keypad *keypad)
>  	error = of_property_read_u32(np, "marvell,debounce-interval",
>  				     &pdata->debounce_interval);
>  	if (error) {
> -		dev_err(dev, "failed to parse debpunce-interval\n");
> +		dev_err(dev, "failed to parse debounce-interval\n");
>  		return error;
>  	}
>  
> -- 
> 2.9.3
> 

-- 
Dmitry

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

end of thread, other threads:[~2016-10-25 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-25 11:03 [PATCH] input: pxa27x_keypad: fix typo "debpunce" -> "debounce" Colin King
2016-10-25 16:35 ` Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.