]> git.baikalelectronics.ru Git - kernel.git/commit
net: netrom: nr_in: mark expected switch fall-through
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Thu, 19 Oct 2017 17:43:08 +0000 (12:43 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Oct 2017 01:00:33 +0000 (02:00 +0100)
commit3e9d5609c0825a6615e5485a35a40511672ec10a
tree59cd8c110ba7d1e7b84d8b491f5646cd34de730b
parent251ee51455ae058e746eb7127450969a0855c88f
net: netrom: nr_in: 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/netrom/nr_in.c