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>
                break;
        default:
                dev_err(cs->dev, "internal error: disposition=%d\n", retval);
-               /* --v-- fall through --v-- */
+               /* fall through */
        case ICALL_IGNORE:
        case ICALL_REJECT:
                /* hang up actively
                        cs->commands_pending = 1;
                        break;
                }
-               /* bad cid: fall through */
+               /* fall through - bad cid */
        case ACT_FAILCID:
                cs->cur_at_seq = SEQ_NONE;
                channel = cs->curchannel;