Commit fe45d657 authored by Jiri Slaby's avatar Jiri Slaby Committed by Greg Kroah-Hartman
Browse files

vt: keyboard, use bool for rep



rep is used as a bool in the code, so declare it as such.

Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20201029113222.32640-9-jslaby@suse.cz


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2939840c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ static bool npadch_active;
static unsigned int npadch_value;

static unsigned int diacr;
static char rep;					/* flag telling character repeat */
static bool rep;			/* flag telling character repeat */

static int shift_state = 0;