net: emac: Fix typo in a comment
authorXiang wangx <wangxiang@cdjrlc.com>
Sat, 18 Jun 2022 13:16:26 +0000 (21:16 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Jun 2022 10:29:28 +0000 (11:29 +0100)
Delete the redundant word 'and'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qualcomm/emac/emac-mac.c

index 06104d2..80c95c3 100644 (file)
@@ -1465,7 +1465,7 @@ netdev_tx_t emac_mac_tx_buf_send(struct emac_adapter *adpt,
        /* Make sure the are enough free descriptors to hold one
         * maximum-sized SKB.  We need one desc for each fragment,
         * one for the checksum (emac_tso_csum), one for TSO, and
-        * and one for the SKB header.
+        * one for the SKB header.
         */
        if (emac_tpd_num_free_descs(tx_q) < (MAX_SKB_FRAGS + 3))
                netif_stop_queue(adpt->netdev);