OSDN Git Service

net: netrom: nr_route: mark expected switch fall-throughs
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Fri, 27 Oct 2017 05:51:08 +0000 (00:51 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Nov 2017 11:46:41 +0000 (20:46 +0900)
commit31f74f0f4e8dfe5b30ff59d9a38a370fbb725f38
treee390cf523e2e462e2fc3752bc93ca8e024c955ab
parent4c31606920bab227de10d2c9bf9b4dd8d4327638
net: netrom: nr_route: mark expected switch fall-throughs

In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netrom/nr_route.c