tty: vt, too many commands per line in rgb_foreground
authorJiri Slaby <jslaby@suse.cz>
Thu, 23 Jun 2016 11:34:33 +0000 (13:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jun 2016 16:04:48 +0000 (09:04 -0700)
commit193df0227964a0620267bb0236dfd6463a0ccea0
tree3df5129bd6ba6e863d714e860c1151ffc9366ed2
parent0f91e14264cb04c90987206f30d97385eef121c9
tty: vt, too many commands per line in rgb_foreground

Do not opencode max3, use the macro.

Separate commands. Until now, I have not noticed the comma. Make it
one line, one command. And make the code obvious.

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