Re: [PATCH] ps3_gelic: Use [] to denote a flexible array member

From: David Miller
Date: Tue Jun 18 2019 - 13:48:40 EST


From: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
Date: Mon, 17 Jun 2019 13:50:44 +0200

> Flexible array members should be denoted using [] instead of [0], else
> gcc will not warn when they are no longer at the end of a struct.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>

Applied to net-next, thanks.