Merge branch 'net-ethernet-Mark-expected-switch-fall-throughs'
authorDavid S. Miller <davem@davemloft.net>
Wed, 8 Aug 2018 00:54:21 +0000 (17:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Aug 2018 00:54:21 +0000 (17:54 -0700)
Gustavo A. R. Silva says:

====================
net: ethernet: Mark expected switch fall-throughs

In preparation to enabling -Wimplicit-fallthrough, this patchset aims
to add some annotations in order to mark switch cases where we are
expecting to fall through.
====================

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

No differences found