Searched hist:"91 e74ca5e7ac4ec6c61b84d6618eb5e401f852f0" (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | selection.h | diff 91e74ca5e7ac4ec6c61b84d6618eb5e401f852f0 Thu Mar 31 10:08:17 CEST 2016 Jiri Slaby <jslaby@suse.cz> 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>
|
/linux/drivers/tty/vt/ |
H A D | vt.c | diff 91e74ca5e7ac4ec6c61b84d6618eb5e401f852f0 Thu Mar 31 10:08:17 CEST 2016 Jiri Slaby <jslaby@suse.cz> 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>
|