vc: move normal char processing from do_con_write
authorJiri Slaby <jslaby@suse.cz>
Mon, 15 Jun 2020 07:48:51 +0000 (09:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jun 2020 15:08:32 +0000 (17:08 +0200)
commit391536ab775bf7d17e20e11c6f24f88d605449b2
treed35626ac439819e68b66e41bd5f297cf18053414
parent754bda9807f2fcc0fe32ebeaef9f6443b2151059
vc: move normal char processing from do_con_write

vc_con_write_normal now handles the complex normal characters
processing. It is no longer a part of do_con_write. So this patch makes
do_con_write pretty clean and obvious.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20200615074910.19267-19-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/vt.c