]> git.baikalelectronics.ru Git - kernel.git/commit
isdn/gigaset: mark expected switch fall-throughs
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 8 Oct 2018 11:40:46 +0000 (13:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Oct 2018 17:35:53 +0000 (10:35 -0700)
commitd46bba1383a25ad02449854d1131e7dd6731644f
tree28be13786f60f1f2e913271e37e690a014c5791d
parentd35de151131c539ee6e70ebf0cf753e1acda6863
isdn/gigaset: mark expected switch fall-throughs

Replace "--v-- fall through --v--" with a proper "fall through"
annotation. Also, change "bad cid: fall through" to
"fall through - bad cid".

This fix is part of the ongoing efforts to enabling -Wimplicit-fallthrough

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/gigaset/ev-layer.c