]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
net: decnet: dn_table: mark expected switch fall-through
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Thu, 9 Nov 2017 03:38:28 +0000 (21:38 -0600)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Nov 2017 10:10:06 +0000 (19:10 +0900)
commit2d919149686e2da001e58e8a2ed49a0200c9db78
tree0b24b63df42a0549fd65f9340c30fc136d5a3eb7
parent765924e362d12f87786060b98a49abd91e11ea96
net: decnet: dn_table: mark expected switch fall-through

In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Addresses-Coverity-ID: 115106
Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/decnet/dn_table.c