commit | 79121184f8e7c41c0ffe483f402b9d7f89256698 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavoars@kernel.org> | Fri Nov 20 12:25:57 2020 -0600 |
committer | Gustavo A. R. Silva <gustavoars@kernel.org> | Mon May 17 19:29:10 2021 -0500 |
tree | d16ff7d35ead03ca64f6eaa221dd6d97ecd7f7ed | |
parent | d66aea44b0ac7b58d9da8269ebd053f164e4aa54 [diff] |
ipv4: Fix fall-through warnings for Clang In preparation to enable -Wimplicit-fallthrough for Clang, fix multiple warnings by explicitly adding multiple break statements instead of just 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>