vt: keyboard, use bool for rep

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

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20201029113222.32640-9-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Jiri Slaby 2020-10-29 12:32:14 +01:00 committed by Greg Kroah-Hartman
parent 2939840c99
commit fe45d65786
1 changed files with 1 additions and 1 deletions

View File

@ -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;