vt: Use consistent logging style
authorJoe Perches <joe@perches.com>
Mon, 2 Oct 2017 15:48:55 +0000 (08:48 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Oct 2017 08:52:01 +0000 (10:52 +0200)
commitbccf1da3546cc7aeefadc63cd4356ab8dc04c1e3
tree233abb0076127eee6cd3cc1a2efe0dddb678ce85
parentb00bebbc301c8e1f74f230dc82282e56b7e7a6db
vt: Use consistent logging style

vt has a mixture of pr_<level> and printk.
Convert to using only pr_<level>.

Miscellanea:

o Coalesce formats
o Realign arguments
o Add missing braces around an if/else with the printk conversion

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/vt.c