kernel/drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32_parse.h
.. .. @@ -331,6 +331,6 @@ 331 331 332 332 struct cxgb4_tc_u32_table { 333 333 unsigned int size; /* number of entries in table */ 334 - struct cxgb4_link table[0]; /* Jump table */334 + struct cxgb4_link table[]; /* Jump table */335 335 }; 336 336 #endif /* __CXGB4_TC_U32_PARSE_H */