net: x25: mark expected switch fall-throughs
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Fri, 20 Oct 2017 17:37:52 +0000 (12:37 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Oct 2017 02:08:46 +0000 (03:08 +0100)
commit0cea8e28df721f929ee3e1fa32489c012100f5a1
tree9653292f233b050dc51a0971d65eba147248f882
parent110af3acb8cfd79dcb5676a01e07cb2b6afa4c04
net: x25: 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/x25/x25_facilities.c
net/x25/x25_in.c