vt: use modern types in do_con_write
authorJiri Slaby <jslaby@suse.cz>
Mon, 15 Jun 2020 07:48:43 +0000 (09:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jun 2020 15:08:32 +0000 (17:08 +0200)
commitda823b2dc03749f0d1b2d051b37f222e5a3918d7
treec76cbfdf2be8b5261434e464a7f85a5bdca90dca
parenta018180cc3485e71f7912e36bf93caa635e0e4af
vt: use modern types in do_con_write

Use bools for rescan and inverse. And true/false accordingly.

Use u8 for width instead of uint8_t.

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