treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / net / ethernet / marvell / mvneta.c
index 832bbb8b05c80d814f8d3dee7c7c270a54d2e0f7..dfcb1767acbb307ea820f8d11f3375807861dcfb 100644 (file)
@@ -2205,10 +2205,10 @@ mvneta_run_xdp(struct mvneta_port *pp, struct mvneta_rx_queue *rxq,
                break;
        default:
                bpf_warn_invalid_xdp_action(act);
-               /* fall through */
+               fallthrough;
        case XDP_ABORTED:
                trace_xdp_exception(pp->dev, prog, act);
-               /* fall through */
+               fallthrough;
        case XDP_DROP:
                mvneta_xdp_put_buff(pp, rxq, xdp, sync, true);
                ret = MVNETA_XDP_DROPPED;