]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - net/core/pktgen.c
treewide: Use fallthrough pseudo-keyword
[mirror_ubuntu-jammy-kernel.git] / net / core / pktgen.c
index b53b6d38c4dff8b73423f19d7efc84b00166f136..95f4c6b8f51a3a9c0217855189c914b2393ada8c 100644 (file)
@@ -3430,7 +3430,7 @@ xmit_more:
                net_info_ratelimited("%s xmit error: %d\n",
                                     pkt_dev->odevname, ret);
                pkt_dev->errors++;
-               /* fall through */
+               fallthrough;
        case NETDEV_TX_BUSY:
                /* Retry it next time */
                refcount_dec(&(pkt_dev->skb->users));