diff options
author | Greg Kroah-Hartman <[email protected]> | 2021-07-26 15:43:21 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-07-27 12:23:18 +0200 |
commit | c92bbbfe21efaa4344871bd2fb5a7649c0b07b84 (patch) | |
tree | b68006ef44d164057afa81950ccfde714a9a3825 /scripts/gdb/linux/lists.py | |
parent | 3a96e97ab4e835078e6f27b7e1c0947814df3841 (diff) |
vt: keyboard: treat kbd_table as an array all the time.
The keyboard.c code seems to like to treat the kbd_table as both an
array, and as a base to do some pointer math off of. As they really are
the same thing, and compilers are smart enough not to make a difference
anymore, just be explicit and always use this as an array to make the
code more obvious for all to read.
Cc: Jiri Slaby <[email protected]>
Cc: Andy Shevchenko <[email protected]>
Cc: Jordy Zomer <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions