tty: vt, use proper type for default colors
authorJiri Slaby <jslaby@suse.cz>
Thu, 31 Mar 2016 08:08:17 +0000 (10:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Apr 2016 16:26:55 +0000 (09:26 -0700)
commit91e74ca5e7ac4ec6c61b84d6618eb5e401f852f0
tree14382b2b319b99bfd6833dbf08ad661e6b2dfb16
parent8ede5cce4f0baff77ef63aa3cb3afc65d0317e0b
tty: vt, use proper type for default colors

Every user of default_red, default_grn, and default_blu treats them as
unsigned char. So make it really unsigned char.

And indent the initializers and module_param properly.

This saves ~ 100 bytes of data.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/vt.c
include/linux/selection.h