]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
vt: keyboard, replace numbers with \r, \n where appropriate
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 9 Nov 2020 10:56:00 +0000 (12:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Nov 2020 08:43:51 +0000 (09:43 +0100)
commit6d2c52a83b926bdfc0e4311041459306eac7c48b
tree3bc23850b590a3cca68619ca139b093c7d1986d3
parentc050a97d05740609794f3da38f1be8ec4a65157d
vt: keyboard, replace numbers with \r, \n where appropriate

Instead of 10, 13 use \n, \r respectively.

Acked-by: Jiri Slaby <jirislaby@kernel.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20201109105601.47159-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/keyboard.c