forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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;