Re: [PATCH] net: dccp: mark expected switch fall-throughs

From: David Miller
Date: Mon Oct 16 2017 - 16:15:56 EST


From: "Gustavo A. R. Silva" <garsilva@xxxxxxxxxxxxxx>
Date: Sun, 15 Oct 2017 13:22:10 -0500

> In preparation to enabling -Wimplicit-fallthrough, mark switch cases
> where we are expecting to fall through.
>
> Notice that for options.c file, I placed the "fall through" comment
> on its own line, which is what GCC is expecting to find.
>
> Signed-off-by: Gustavo A. R. Silva <garsilva@xxxxxxxxxxxxxx>

Applied to net-next.