Re: [PATCH] tty: max310x: fix flexible_array.cocci warnings

From: Greg Kroah-Hartman
Date: Tue Mar 09 2021 - 09:05:39 EST


On Mon, Mar 08, 2021 at 06:47:19PM +0100, Julia Lawall wrote:
> From: kernel test robot <lkp@xxxxxxxxx>
>
> Zero-length and one-element arrays are deprecated, see
> Documentation/process/deprecated.rst
> Flexible-array members should be used instead.
>
> Generated by: scripts/coccinelle/misc/flexible_array.cocci
>
> Fixes: 7b36c1398fb6 ("coccinelle: misc: add flexible_array.cocci script")

This can't be true, as the driver code did not change for that commit :(

Can you provide the commit where the driver itself caused the problem?

thanks,

greg k-h