David Miller
2018-Aug-06 00:27 UTC
[PATCH net-next] virtio-net: mark expected switch fall-throughs
From: "Gustavo A. R. Silva" <gustavo at embeddedor.com> Date: Sat, 4 Aug 2018 21:42:05 -0500> In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. > > Addresses-Coverity-ID: 1402059 ("Missing break in switch") > Addresses-Coverity-ID: 1402060 ("Missing break in switch") > Addresses-Coverity-ID: 1402061 ("Missing break in switch") > Signed-off-by: Gustavo A. R. Silva <gustavo at embeddedor.com>Applied, thank you.
Seemingly Similar Threads
- [PATCH] drm/nouveau/devinit/nv04: mark expected switch fall-throughs
- [PATCH] drm/nouveau/bios/timing: mark expected switch fall-throughs
- [PATCH] drm: Mark expected switch fall-throughs
- [PATCH] drm/nouveau/bo: mark expected switch fall-through
- [PATCH] drm/nouveau/nvkm: mark expected switch fall-throughs