> -----Original Message-----
> From: [email protected] <[email protected]>
> Sent: Thursday, June 16, 2022 1:26 AM
> To: Wu, Jingjing <[email protected]>
> Cc: [email protected]; Shiqi Liu <[email protected]>
> Subject: [PATCH] common/iavf: replace zero-length arrays with flexible ones
> 
> From: Shiqi Liu <[email protected]>
> 
>     This patch replaces instances of zero-sized arrays i.e. those at the
>     end of structures with "[0]" with the more standard syntax of "[]".
>     Replacement was done using coccinelle script, with some revert and
>     cleanup of whitespace afterwards.
> 
> Signed-off-by: Shiqi Liu <[email protected]>

Nacked for compile issue reported in patchwork
https://patchwork.dpdk.org/project/dpdk/patch/[email protected]/

Reply via email to