diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2020-11-20 12:39:10 -0600 |
---|---|---|
committer | Gustavo A. R. Silva <gustavoars@kernel.org> | 2021-06-04 17:40:04 -0500 |
commit | 40e67c120093a918037b6ec589bafd5d96b522a3 (patch) | |
tree | d5f17be7a661710fcb4898aaef9af3ac64681886 /drivers/net | |
parent | 0850bf2e5ce411f7c1e2879d72d80253cd8db261 (diff) | |
download | linux-40e67c120093a918037b6ec589bafd5d96b522a3.tar.bz2 |
rxrpc: 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
Reviewed-by: Jeffrey Altman <jaltman@auristor.com>
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions