]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdca9393115141a7a20f4ef8df59e4b70aa9ec403
tree0ecb26770ccf2d086f5de9c96dd4c9bf6e2fbfa4
parent02a11bc455d89374c3aad5cd53330d3f4e527870
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