]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ethernet/neterion: fix repeated words in comments
authorJilin Yuan <yuanjilin@cdjrlc.com>
Thu, 30 Jun 2022 07:57:51 +0000 (15:57 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Jul 2022 10:14:25 +0000 (11:14 +0100)
Delete the redundant word 'the'.
Delete the redundant word 'a'.
Delete the redundant word 'frame'.
Delete the redundant word 'is'.
Delete the redundant word 'not'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/neterion/s2io.c

index 6dd451adc331f1c47c43d55a76af4ffa59cef996..30f955efa83086d0389bb0421379ab3b1656aaaa 100644 (file)
@@ -2156,7 +2156,7 @@ static int verify_xena_quiescence(struct s2io_nic *sp)
 
        /*
         * In PCI 33 mode, the P_PLL is not used, and therefore,
-        * the the P_PLL_LOCK bit in the adapter_status register will
+        * the P_PLL_LOCK bit in the adapter_status register will
         * not be asserted.
         */
        if (!(val64 & ADAPTER_STATUS_P_PLL_LOCK) &&
@@ -3817,7 +3817,7 @@ static irqreturn_t s2io_test_intr(int irq, void *dev_id)
        return IRQ_HANDLED;
 }
 
-/* Test interrupt path by forcing a software IRQ */
+/* Test interrupt path by forcing a software IRQ */
 static int s2io_test_msi(struct s2io_nic *sp)
 {
        struct pci_dev *pdev = sp->pdev;
@@ -5492,7 +5492,7 @@ s2io_ethtool_gringparam(struct net_device *dev,
 }
 
 /**
- * s2io_ethtool_getpause_data -Pause frame frame generation and reception.
+ * s2io_ethtool_getpause_data -Pause frame generation and reception.
  * @dev: pointer to netdev
  * @ep : pointer to the structure with pause parameters given by ethtool.
  * Description:
@@ -7449,7 +7449,7 @@ aggregate:
  *  @link : inidicates whether link is UP/DOWN.
  *  Description:
  *  This function stops/starts the Tx queue depending on whether the link
- *  status of the NIC is is down or up. This is called by the Alarm
+ *  status of the NIC is down or up. This is called by the Alarm
  *  interrupt handler whenever a link change interrupt comes up.
  *  Return value:
  *  void.
@@ -7732,7 +7732,7 @@ s2io_init_nic(struct pci_dev *pdev, const struct pci_device_id *pre)
         * Setting the device configuration parameters.
         * Most of these parameters can be specified by the user during
         * module insertion as they are module loadable parameters. If
-        * these parameters are not not specified during load time, they
+        * these parameters are not specified during load time, they
         * are initialized with default values.
         */
        config = &sp->config;