Re: [PATCH] net: netrom: nr_in: mark expected switch fall-through

2017-10-21 Thread David Miller
From: "Gustavo A. R. Silva" Date: Thu, 19 Oct 2017 12:43:08 -0500 > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. > > Signed-off-by: Gustavo A. R. Silva Applied to net-next.

[PATCH] net: netrom: nr_in: mark expected switch fall-through

2017-10-19 Thread Gustavo A. R. Silva
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Signed-off-by: Gustavo A. R. Silva --- This code was tested by compilation only (GCC 7.2.0 was used). Please, verify if the actual intention of the code is to fall through. net/netrom/nr