commit | 5af5a020ddd10afc6caff05b4c941c2b1c17bf1d | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavoars@kernel.org> | Fri Nov 20 12:38:20 2020 -0600 |
committer | Gustavo A. R. Silva <gustavoars@kernel.org> | Mon May 17 19:57:18 2021 -0500 |
tree | 58f849bafdb3f8d3dade5fea889f4752f044b178 | |
parent | 6518e3fc972ed54772f81e8b89b17be47f6d55f3 [diff] |
net/packet: Fix fall-through warnings for Clang In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning by explicitly adding a break statement instead of letting the code fall through to the next case. Link: https://github.com/KSPP/linux/issues/115 Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>