net: netrom: nr_in: mark expected switch fall-through
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Thu, 19 Oct 2017 17:43:08 +0000 (12:43 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Oct 2017 01:00:33 +0000 (02:00 +0100)
commite28101a37c3e6b74aeebe4a340636b1782deb830
tree59cd8c110ba7d1e7b84d8b491f5646cd34de730b
parent3c467bf399106030d5a97d844ee119caec04e817
net: netrom: nr_in: mark expected switch fall-through

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_in.c