vt: keyboard, use DECLARE_BITMAP for key_down
authorJiri Slaby <jslaby@suse.cz>
Thu, 29 Oct 2020 11:32:13 +0000 (12:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Nov 2020 15:43:38 +0000 (16:43 +0100)
commit2939840c998de5f688ffa7cd6a2d490b00d67832
tree51ed16e2749cc8ce45b19b44f4133896e22f15d3
parentee1cf8a58273d53ef56c578810f2a94b1aeb55a4
vt: keyboard, use DECLARE_BITMAP for key_down

key_down is sued as a bitmap using test_bit, set_bit and similar.
So declare it using DECLARE_BITMAP to make it obvious even from the
declaration.

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