hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/infiniband/hw/i40iw/i40iw_cm.h
....@@ -85,7 +85,7 @@
8585 u8 flags;
8686 u8 rev;
8787 __be16 priv_data_len;
88
- u8 priv_data[0];
88
+ u8 priv_data[];
8989 };
9090
9191 #define ietf_mpa_req_resp_frame ietf_mpa_frame
....@@ -101,7 +101,7 @@
101101 u8 rev;
102102 __be16 priv_data_len;
103103 struct ietf_rtr_msg rtr_msg;
104
- u8 priv_data[0];
104
+ u8 priv_data[];
105105 };
106106
107107 struct i40iw_cm_node;