diff options
author | Askar Safin <safinaskar@mail.ru> | 2016-11-07 08:43:14 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-10 09:10:37 -0500 |
commit | 26ba68d2f81bc33535d0792013dd4f5de55cb986 (patch) | |
tree | ada18131b01c375df76a850344fdddd81767c5d9 /drivers/tty | |
parent | fcb321590c9df4564003825258af67cfcb5aac55 (diff) |
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 <safinaskar@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/vt/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, | |||
1256 | case KEY_SYSRQ: | 1256 | case KEY_SYSRQ: |
1257 | /* | 1257 | /* |
1258 | * Real AT keyboards (that's what we're trying | 1258 | * Real AT keyboards (that's what we're trying |
1259 | * to emulate here emit 0xe0 0x2a 0xe0 0x37 when | 1259 | * to emulate here) emit 0xe0 0x2a 0xe0 0x37 when |
1260 | * pressing PrtSc/SysRq alone, but simply 0x54 | 1260 | * pressing PrtSc/SysRq alone, but simply 0x54 |
1261 | * when pressing Alt+PrtSc/SysRq. | 1261 | * when pressing Alt+PrtSc/SysRq. |
1262 | */ | 1262 | */ |