OSDN Git Service

net: e1000: remove repeated word "slot" for e1000_main.c
authorHao Chen <chenhao288@hisilicon.com>
Wed, 19 May 2021 06:14:41 +0000 (14:14 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 May 2021 19:23:25 +0000 (12:23 -0700)
There are double "slot" in comment, so remove the redundant one.

Signed-off-by: Hao Chen <chenhao288@hisilicon.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/e1000/e1000_main.c

index 042de27..c2a1091 100644 (file)
@@ -5245,7 +5245,7 @@ static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev,
        if (!test_and_set_bit(__E1000_DISABLED, &adapter->flags))
                pci_disable_device(pdev);
 
-       /* Request a slot slot reset. */
+       /* Request a slot reset. */
        return PCI_ERS_RESULT_NEED_RESET;
 }