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

2022-06-02 Thread Hemant Agrawal
Series- Acked-by:  Hemant Agrawal On 6/2/2022 9:43 PM, 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. V2: rebased to fix apply conflict Bruce Richards

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

2022-06-02 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. V2: rebased to fix apply conflict Bruce Richardson (4): cocci: add script for zero-length arrays in structs drivers: replace zer