]> asedeno.scripts.mit.edu Git - linux.git/commit
igbvf: netdev: Mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Tue, 7 Aug 2018 23:24:04 +0000 (18:24 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Aug 2018 00:54:20 +0000 (17:54 -0700)
commit76df93b1779563cda9d38237e5b6422df9ebd2e5
tree4515d3361dc0106545992b17a7b60ac931599781
parenteed05a094a0dd03f181d3fd65e4be375d88a582c
igbvf: netdev: Mark expected switch fall-through

In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Addresses-Coverity-ID: 114801 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/igbvf/netdev.c