commit | 82385b0d2d2504aee51aa3fb40ebfb03603f64c3 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Wed Oct 17 15:01:37 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 17 22:31:30 2018 -0700 |
tree | d87da9ac8b0ed4204a92e19cec38ba93ec3ea31b | |
parent | 9fd255928d7ffb56d8466fab3331d0b2f40aa8c7 [diff] |
net: skbuff.h: Mark expected switch fall-throughs In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Acked-by: Kees Cook <keescook@chromium.org> Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: David S. Miller <davem@davemloft.net>