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)
commit3517c5b75df128087edb8281472f7dc52434631c
tree8b02ac20dad7e4128016f9fa7bb9f179dca0710d
parent541ad323db3a692a80c276785a15790ba52da24b
parente38c2e11ebcc2bd13aa8220bc4ccce5228030526
Merge branch 'net-ethernet-Mark-expected-switch-fall-throughs'

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>