linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usbkbd.c: trivial typo ('released' -> 'pressed')
@ 2013-11-17 21:51 Adam Cozzette
  2013-11-19 10:32 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Cozzette @ 2013-11-17 21:51 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-usb, linux-input, linux-kernel, Adam Cozzette

It looks like this typo was introduced by a mistake in a copy-and-paste in
commit ddbe32491951.

Signed-off-by: Adam Cozzette <acozzette@gmail.com>
---
 drivers/hid/usbhid/usbkbd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hid/usbhid/usbkbd.c b/drivers/hid/usbhid/usbkbd.c
index 7960869..9a332e6 100644
--- a/drivers/hid/usbhid/usbkbd.c
+++ b/drivers/hid/usbhid/usbkbd.c
@@ -146,7 +146,7 @@ static void usb_kbd_irq(struct urb *urb)
 				input_report_key(kbd->dev, usb_kbd_keycode[kbd->new[i]], 1);
 			else
 				hid_info(urb->dev,
-					 "Unknown key (scancode %#x) released.\n",
+					 "Unknown key (scancode %#x) pressed.\n",
 					 kbd->new[i]);
 		}
 	}
-- 
1.8.3.2


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

* Re: [PATCH] usbkbd.c: trivial typo ('released' -> 'pressed')
  2013-11-17 21:51 [PATCH] usbkbd.c: trivial typo ('released' -> 'pressed') Adam Cozzette
@ 2013-11-19 10:32 ` Jiri Kosina
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2013-11-19 10:32 UTC (permalink / raw)
  To: Adam Cozzette; +Cc: linux-usb, linux-input, linux-kernel

On Sun, 17 Nov 2013, Adam Cozzette wrote:

> It looks like this typo was introduced by a mistake in a copy-and-paste in
> commit ddbe32491951.
> 
> Signed-off-by: Adam Cozzette <acozzette@gmail.com>
> ---
>  drivers/hid/usbhid/usbkbd.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hid/usbhid/usbkbd.c b/drivers/hid/usbhid/usbkbd.c
> index 7960869..9a332e6 100644
> --- a/drivers/hid/usbhid/usbkbd.c
> +++ b/drivers/hid/usbhid/usbkbd.c
> @@ -146,7 +146,7 @@ static void usb_kbd_irq(struct urb *urb)
>  				input_report_key(kbd->dev, usb_kbd_keycode[kbd->new[i]], 1);
>  			else
>  				hid_info(urb->dev,
> -					 "Unknown key (scancode %#x) released.\n",
> +					 "Unknown key (scancode %#x) pressed.\n",
>  					 kbd->new[i]);
>  		}
>  	}

Applied to hid.git, thanks.

-- 
Jiri Kosina
SUSE Labs

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

end of thread, other threads:[~2013-11-19 10:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-17 21:51 [PATCH] usbkbd.c: trivial typo ('released' -> 'pressed') Adam Cozzette
2013-11-19 10:32 ` Jiri Kosina

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