linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* tty: typo in comments in drivers/tty/vt/keyboard.c
@ 2016-08-07  9:53 Askar Safin
  2016-08-31 13:53 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 3+ messages in thread
From: Askar Safin @ 2016-08-07  9:53 UTC (permalink / raw)
  To: linux-kernel, Greg Kroah-Hartman; +Cc: trivial

Signed-off-by: Askar Safin <safinaskar@mail.ru>
---
diff --git a/drivers/tty/vt/keyboard.c b/drivers/tty/vt/keyboard.c
index 0f8caae..d5d81d4 100644
--- a/drivers/tty/vt/keyboard.c
+++ b/drivers/tty/vt/keyboard.c
@@ -1256,7 +1256,7 @@ static int emulate_raw(struct vc_data *vc, unsigned int keycode,
        case KEY_SYSRQ:
                /*
                 * Real AT keyboards (that's what we're trying
-                * to emulate here emit 0xe0 0x2a 0xe0 0x37 when
+                * to emulate here) emit 0xe0 0x2a 0xe0 0x37 when
                 * pressing PrtSc/SysRq alone, but simply 0x54
                 * when pressing Alt+PrtSc/SysRq.
                 */

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

* Re: tty: typo in comments in drivers/tty/vt/keyboard.c
  2016-08-07  9:53 tty: typo in comments in drivers/tty/vt/keyboard.c Askar Safin
@ 2016-08-31 13:53 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2016-08-31 13:53 UTC (permalink / raw)
  To: Askar Safin; +Cc: linux-kernel, trivial

On Sun, Aug 07, 2016 at 12:53:39PM +0300, Askar Safin wrote:
> Signed-off-by: Askar Safin <safinaskar@mail.ru>

I don't take patches without changelog text, sorry.

greg k-h

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

* tty: typo in comments in drivers/tty/vt/keyboard.c
@ 2016-11-07 13:43 Askar Safin
  0 siblings, 0 replies; 3+ messages in thread
From: Askar Safin @ 2016-11-07 13:43 UTC (permalink / raw)
  To: linux-kernel, Greg Kroah-Hartman; +Cc: trivial

Fixed typo in comments in drivers/tty/vt/keyboard.c

Signed-off-by: Askar Safin <safinaskar@mail.ru>
---
diff --git a/drivers/tty/vt/keyboard.c b/drivers/tty/vt/keyboard.c
index 0f8caae..d5d81d4 100644
--- a/drivers/tty/vt/keyboard.c
+++ b/drivers/tty/vt/keyboard.c
@@ -1256,7 +1256,7 @@ static int emulate_raw(struct vc_data *vc, unsigned int keycode,
 	case KEY_SYSRQ:
 		/*
 		 * Real AT keyboards (that's what we're trying
-		 * to emulate here emit 0xe0 0x2a 0xe0 0x37 when
+		 * to emulate here) emit 0xe0 0x2a 0xe0 0x37 when
 		 * pressing PrtSc/SysRq alone, but simply 0x54
 		 * when pressing Alt+PrtSc/SysRq.
 		 */

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

end of thread, other threads:[~2016-11-07 14:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-07  9:53 tty: typo in comments in drivers/tty/vt/keyboard.c Askar Safin
2016-08-31 13:53 ` Greg Kroah-Hartman
2016-11-07 13:43 Askar Safin

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