Home
last modified time | relevance | path

Searched hist:"3754 fa74" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/rds/
H A Dthreads.c3754fa74 Fri Nov 20 12:38:47 CST 2020 Gustavo A. R. Silva <gustavoars@kernel.org> rds: 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
letting the code fall through to the next case.

Link: https://github.com/KSPP/linux/issues/115
Reviewed-by: Håkon Bugge <haakon.bugge@oracle.com>
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
H A Dtcp_connect.c3754fa74 Fri Nov 20 12:38:47 CST 2020 Gustavo A. R. Silva <gustavoars@kernel.org> rds: 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
letting the code fall through to the next case.

Link: https://github.com/KSPP/linux/issues/115
Reviewed-by: Håkon Bugge <haakon.bugge@oracle.com>
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>