OSDN Git Service

tty/vt: consolemap: one line = one statement
authorJiri Slaby <jslaby@suse.cz>
Tue, 7 Jun 2022 10:49:18 +0000 (12:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Jun 2022 11:37:01 +0000 (13:37 +0200)
commite16cb6fe315821ef3148fa83892adca1f2a2e35a
treeddf5c5a82ebb5218404215c9082d73fc0abe078a
parentd9ebb906a45adc71a62aceb1e3608c847cafa660
tty/vt: consolemap: one line = one statement

Some lines combine more statements on one line. This makes the code hard
to follow. Do it properly in the "one line = one statement" fashion.

Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20220607104946.18710-8-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/consolemap.c