hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/oprofile/cpu_buffer.h
....@@ -33,7 +33,7 @@
3333 struct op_sample {
3434 unsigned long eip;
3535 unsigned long event;
36
- unsigned long data[0];
36
+ unsigned long data[];
3737 };
3838
3939 struct op_entry;