OSDN Git Service

net: af_unix: mark expected switch fall-through
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Fri, 20 Oct 2017 17:05:30 +0000 (12:05 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Oct 2017 02:07:50 +0000 (03:07 +0100)
commit110af3acb8cfd79dcb5676a01e07cb2b6afa4c04
tree0ecb26770ccf2d086f5de9c96dd4c9bf6e2fbfa4
parent3fa5f11de1ab98a6c54693b78880167a2693cee1
net: af_unix: 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/unix/af_unix.c