]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ethernet/sun: fix repeated words in comments
authorJilin Yuan <yuanjilin@cdjrlc.com>
Thu, 30 Jun 2022 13:09:16 +0000 (21:09 +0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 2 Jul 2022 03:13:19 +0000 (20:13 -0700)
Delete the redundant word 'the'.
Delete the redundant word 'is'.
Delete the redundant word 'start'.
Delete the redundant word 'checking'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Link: https://lore.kernel.org/r/20220630130916.21074-1-yuanjilin@cdjrlc.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/sun/cassini.c
drivers/net/ethernet/sun/cassini.h
drivers/net/ethernet/sun/ldmvsw.c
drivers/net/ethernet/sun/sungem.c

index 435dc00d04e5d0da45b8e5127f1088ced3f51f7d..0b08b0e085e8274adaca87fd36c0fa11e145755f 100644 (file)
@@ -29,7 +29,7 @@
  *  -- on page reclamation, the driver swaps the page with a spare page.
  *     if that page is still in use, it frees its reference to that page,
  *     and allocates a new page for use. otherwise, it just recycles the
- *     the page.
+ *     page.
  *
  * NOTE: cassini can parse the header. however, it's not worth it
  *       as long as the network stack requires a header copy.
index ae5f05f03f8804e14616cc1c040b462d43b7351f..2d91f4936d5295957d7b0cc302ae70df47c644bd 100644 (file)
  * PAUSE thresholds defined in terms of FIFO occupancy and may be translated
  * into FIFO vacancy using RX_FIFO_SIZE. setting ON will trigger XON frames
  * when FIFO reaches 0. OFF threshold should not be > size of RX FIFO. max
- * value is is 0x6F.
+ * value is 0x6F.
  * DEFAULT: 0x00078
  */
 #define  REG_RX_PAUSE_THRESH               0x4020  /* RX pause thresholds */
index 6b59b14e74b13e6c97d141f1eb0a0c9b0a578c98..0cd8493b810fa7a2b81389f8ec09c5ae49a4eb43 100644 (file)
@@ -335,7 +335,7 @@ static int vsw_port_probe(struct vio_dev *vdev, const struct vio_device_id *id)
        port->tsolen = 0;
 
        /* Mark the port as belonging to ldmvsw which directs the
-        * the common code to use the net_device in the vnet_port
+        * common code to use the net_device in the vnet_port
         * rather than the net_device in the vnet (which is used
         * by sunvnet). This bit is used by the VNET_PORT_TO_NET_DEVICE
         * macro.
index 45bd89153de2688e73c61f73531d480d89a4d345..a14591b41acbc016522505b8803644c0dc17dc0b 100644 (file)
@@ -1088,7 +1088,7 @@ static netdev_tx_t gem_start_xmit(struct sk_buff *skb,
                netif_stop_queue(dev);
 
                /* netif_stop_queue() must be done before checking
-                * checking tx index in TX_BUFFS_AVAIL() below, because
+                * tx index in TX_BUFFS_AVAIL() below, because
                 * in gem_tx(), we update tx_old before checking for
                 * netif_queue_stopped().
                 */