hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/linux/fsl/bestcomm/bestcomm.h
....@@ -27,7 +27,7 @@
2727 */
2828 struct bcom_bd {
2929 u32 status;
30
- u32 data[0]; /* variable payload size */
30
+ u32 data[]; /* variable payload size */
3131 };
3232
3333 /* ======================================================================== */