[PATCH 00/33] net: ethernet: Mark expected switch fall-throughs
From: davem@davemloft.net (David Miller)
Date: 2018-08-08 00:59:41
Also in:
intel-wired-lan, linux-rdma, lkml, netdev
From: davem@davemloft.net (David Miller)
Date: 2018-08-08 00:59:41
Also in:
intel-wired-lan, linux-rdma, lkml, netdev
From: "Gustavo A. R. Silva" <redacted> Date: Tue, 7 Aug 2018 18:09:00 -0500
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.
Ok, I went through all of these and they look good. If any are not correct we can revert/fix. Series applied, thanks.