ps3_gelic: Use [] to denote a flexible array member
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 17 Jun 2019 11:50:44 +0000 (13:50 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Jun 2019 17:43:20 +0000 (10:43 -0700)
commitb594850e65b5b3a22cbc0a250940504c08ec45b1
treeaa30164578fc7d5d657982aec21100840a557233
parent75345f888f700c4ab2448287e35d48c760b202e6
ps3_gelic: Use [] to denote a flexible array member

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@glider.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/toshiba/ps3_gelic_net.h