[V2] common/iavf:replace zero-length arrays with flexible ones

Zhang, Qi Z qi.z.zhang at intel.com
Sun Jun 19 14:08:47 CEST 2022



> -----Original Message-----
> From: 835703180 at qq.com <835703180 at qq.com>
> Sent: Thursday, June 16, 2022 1:42 AM
> To: Wu, Jingjing <jingjing.wu at intel.com>
> Cc: dev at dpdk.org; Shiqi Liu <835703180 at qq.com>
> Subject: [V2] common/iavf:replace zero-length arrays with flexible ones
> 
> From: Shiqi Liu <835703180 at qq.com>
> 
>         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.
> 	v2:
> 	* revise a error with BRACKET_SPACE
> 
> Signed-off-by: Shiqi Liu <835703180 at qq.com>

The patch format is wrong.
Please check  https://core.dpdk.org/contribute/ 



More information about the dev mailing list