]> asedeno.scripts.mit.edu Git - linux.git/commit
net: ipx: mark expected switch fall-through
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Mon, 16 Oct 2017 21:53:16 +0000 (16:53 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Oct 2017 13:13:08 +0000 (14:13 +0100)
commitd4f4da3e13ae7a405fa1da11ff4070588e700445
treed153cc2bd11c207af6a5aedb941245bbd0ab8c70
parent275757e6bae15a8621130907a78096afd1e15d2c
net: ipx: 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/ipx/af_ipx.c