From: "Gustavo A. R. Silva" <gustavoars@kernel.org> Date: 2021-03-05 09:50:25
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>
---
drivers/net/ethernet/netronome/nfp/nfp_net_repr.c | 1 +
1 file changed, 1 insertion(+)
From: Simon Horman <hidden> Date: 2021-03-05 12:20:57
On Fri, Mar 05, 2021 at 03:49:37AM -0600, Gustavo A. R. Silva wrote:
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>
Thanks Gustavo,
this looks good to me.
Acked-by: Simon Horman <redacted>
From: Gustavo A. R. Silva <hidden> Date: 2021-04-20 20:48:02
Hi all,
Friendly ping: who can take this, please?
Thanks
--
Gustavo
On 3/5/21 06:19, Simon Horman wrote:
On Fri, Mar 05, 2021 at 03:49:37AM -0600, Gustavo A. R. Silva wrote:
quoted
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>
Thanks Gustavo,
this looks good to me.
Acked-by: Simon Horman <redacted>
From: Simon Horman <hidden> Date: 2021-04-21 09:40:15
On Tue, Apr 20, 2021 at 03:23:39PM -0500, Gustavo A. R. Silva wrote:
On 3/5/21 06:19, Simon Horman wrote:
quoted
On Fri, Mar 05, 2021 at 03:49:37AM -0600, Gustavo A. R. Silva wrote:
quoted
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>
Thanks Gustavo,
this looks good to me.
Acked-by: Simon Horman <redacted>
Hi all,
Friendly ping: who can take this, please?
Hi Jakub, Hi David,
I'm happy to repost this patch if it would help with your processes.
On Tue, Apr 20, 2021 at 03:23:39PM -0500, Gustavo A. R. Silva wrote:
quoted
On 3/5/21 06:19, Simon Horman wrote:
quoted
On Fri, Mar 05, 2021 at 03:49:37AM -0600, Gustavo A. R. Silva wrote:
quoted
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>
Thanks Gustavo,
this looks good to me.
Acked-by: Simon Horman <redacted>
Hi all,
Friendly ping: who can take this, please?
Hi Jakub, Hi David,
I'm happy to repost this patch if it would help with your processes.