treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / net / ethernet / netronome / nfp / nfp_net_common.c
index 39ee23e8c0bfd6e8b41d5402449cbfa0233027bf..21ea22694e479a53f8d5441b0c4f93e19e349f97 100644 (file)
@@ -1940,10 +1940,10 @@ static int nfp_net_rx(struct nfp_net_rx_ring *rx_ring, int budget)
                                continue;
                        default:
                                bpf_warn_invalid_xdp_action(act);
-                               /* fall through */
+                               fallthrough;
                        case XDP_ABORTED:
                                trace_xdp_exception(dp->netdev, xdp_prog, act);
-                               /* fall through */
+                               fallthrough;
                        case XDP_DROP:
                                nfp_net_rx_give_one(dp, rx_ring, rxbuf->frag,
                                                    rxbuf->dma_addr);