[PATCH v3 0/4] clean up zero-length arrays

2022-06-03 Thread Bruce Richardson
This patchset adds a coccinelle script to clean-up zero-length arrays in structures. The final patches are the result of running that script on the DPDK repository. V3: Fixed issues in mlx5 drivers: * fixed incorrect coccinelle replacement of 2-D zero-length arrays * undid removal of "0" in tx

Re: [PATCH v3 0/4] clean up zero-length arrays

2022-06-03 Thread Bruce Richardson
On Fri, Jun 03, 2022 at 11:13:27AM +0100, Bruce Richardson wrote: > This patchset adds a coccinelle script to clean-up zero-length > arrays in structures. The final patches are the result of running > that script on the DPDK repository. > > V3: Fixed issues in mlx5 drivers: > * fixed incorrect c