Merge branch 'net-gcc12-warnings'
authorDavid S. Miller <davem@davemloft.net>
Sun, 22 May 2022 21:21:11 +0000 (22:21 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 May 2022 21:21:11 +0000 (22:21 +0100)
Jakub Kicinski says:

====================
eth: silence the GCC 12 array-bounds warnings

Silence the array-bounds warnings in Ethernet drivers.
v2 uses -Wno-array-bounds directly.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge