vt: remove superfluous parens in invert_screen and build_attr
authorJiri Slaby <jslaby@suse.cz>
Mon, 15 Jun 2020 07:48:59 +0000 (09:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jun 2020 15:08:33 +0000 (17:08 +0200)
commitfaace51b63ea258e95c2a168f65af193d41279d0
tree8aef979628cb0941be20abceed4f37bf31f9af52
parentc0e4b3ad67997a6756ce0d22335b190baaa9914a
vt: remove superfluous parens in invert_screen and build_attr

There were too many parentheses in invert_screen, remove them and align
the code in invert_screen a bit.

No functional change intended.

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