hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32_parse.h
....@@ -331,6 +331,6 @@
331331
332332 struct cxgb4_tc_u32_table {
333333 unsigned int size; /* number of entries in table */
334
- struct cxgb4_link table[0]; /* Jump table */
334
+ struct cxgb4_link table[]; /* Jump table */
335335 };
336336 #endif /* __CXGB4_TC_U32_PARSE_H */