vt: keyboard, make HW_RAW a function
authorJiri Slaby <jslaby@suse.cz>
Thu, 29 Oct 2020 11:32:20 +0000 (12:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Nov 2020 15:43:38 +0000 (16:43 +0100)
commit6dee84d6bed747653914298a8913e91391a2ce10
tree60251b547f5e5cc16944b63722fce3e9202e686c
parentcb58a5046095c0b28031f1f412c27ce21df604ae
vt: keyboard, make HW_RAW a function

Instead of a multiline macro, convert HW_RAW to an inline function. It
allows for type checking of the parameter. And given we split the code
into two tests, it is now more readable too.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20201029113222.32640-15-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/keyboard.c