Update drivers/input/keyboard/brain-kbd-i2c.c

Change struct member name near_close to closing

Co-authored-by: Takumi Sueda <puhitaku@gmail.com>
This commit is contained in:
SuperTurboZ 2022-11-23 21:27:47 +09:00 committed by GitHub
parent 9e3317ce7f
commit 4aa142165c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ struct bk_i2c_data {
int kmlen_symbol;
bool symbol;
u32 symbol_keycode;
bool near_close;
bool closing;
/* bool full_close; */
};