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

2022-06-14 Thread Bruce Richardson
On Tue, Jun 14, 2022 at 10:40:50AM +0100, Bruce Richardson wrote: > On Wed, Jun 08, 2022 at 08:23:02AM -0700, Stephen Hemminger wrote: > > On Thu, 2 Jun 2022 16:08:30 +0100 > > Bruce Richardson wrote: > > > > > This patchset adds a coccinelle script to clean-up zero-length > > > arrays in struct

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

2022-06-14 Thread Bruce Richardson
On Wed, Jun 08, 2022 at 08:23:02AM -0700, Stephen Hemminger wrote: > On Thu, 2 Jun 2022 16:08:30 +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

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

2022-06-08 Thread Stephen Hemminger
On Thu, 2 Jun 2022 16:08:30 +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. > > Bruce Richardson (4): > cocci: add script for zero-length ar

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

2022-06-02 Thread Stephen Hemminger
On Thu, 2 Jun 2022 16:08:30 +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. > > Bruce Richardson (4): > cocci: add script for zero-length ar

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

2022-06-02 Thread Morten Brørup
> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Thursday, 2 June 2022 17.09 > > 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. > > Bruce Richardson (4): >

[PATCH 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. Bruce Richardson (4): cocci: add script for zero-length arrays in structs drivers: replace zero-length arrays with undimensioned