From 26ba68d2f81bc33535d0792013dd4f5de55cb986 Mon Sep 17 00:00:00 2001 From: Askar Safin Date: Mon, 7 Nov 2016 16:43:14 +0300 Subject: [PATCH] tty: typo in comments in drivers/tty/vt/keyboard.c Fixed typo in comments in drivers/tty/vt/keyboard.c Signed-off-by: Askar Safin Signed-off-by: Greg Kroah-Hartman --- drivers/tty/vt/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/vt/keyboard.c b/drivers/tty/vt/keyboard.c index 0f8caae4267d..d5d81d4d3c04 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. */