Message ID | alpine.DEB.2.22.394.2111271902400.2864@hadrien (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | net: dsa: felix: fix flexible_array.cocci warnings | expand |
--- a/drivers/net/dsa/ocelot/felix_vsc9959.c +++ b/drivers/net/dsa/ocelot/felix_vsc9959.c @@ -1385,7 +1385,7 @@ struct felix_stream_gate { u64 cycletime; u64 cycletime_ext; u32 num_entries; - struct action_gate_entry entries[0]; + struct action_gate_entry entries[]; }; struct felix_stream_gate_entry {