We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d7ec7 commit 348cbf9Copy full SHA for 348cbf9
include/linux/input/mt.h
@@ -47,7 +47,7 @@ struct input_mt {
47
unsigned int flags;
48
unsigned int frame;
49
int *red;
50
- struct input_mt_slot slots[];
+ struct input_mt_slot slots[] __counted_by(num_slots);
51
};
52
53
static inline void input_mt_set_value(struct input_mt_slot *slot,
0 commit comments