diff options
author | Jiri Slaby <[email protected]> | 2020-10-29 12:32:13 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-11-04 16:43:38 +0100 |
commit | 2939840c998de5f688ffa7cd6a2d490b00d67832 (patch) | |
tree | 51ed16e2749cc8ce45b19b44f4133896e22f15d3 /tools/perf/scripts/python/flamegraph.py | |
parent | ee1cf8a58273d53ef56c578810f2a94b1aeb55a4 (diff) |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions