atheros/atl1c:fix repeated words in comments
authorJilin Yuan <yuanjilin@cdjrlc.com>
Wed, 29 Jun 2022 08:16:32 +0000 (16:16 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 30 Jun 2022 10:40:04 +0000 (12:40 +0200)
Delete the redundant word 'slot'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Link: https://lore.kernel.org/r/20220629081632.54445-1-yuanjilin@cdjrlc.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/atheros/atl1c/atl1c_main.c

index 4945939..24fe967 100644 (file)
@@ -2849,7 +2849,7 @@ static pci_ers_result_t atl1c_io_error_detected(struct pci_dev *pdev,
 
        pci_disable_device(pdev);
 
-       /* Request a slot slot reset. */
+       /* Request a slot reset. */
        return PCI_ERS_RESULT_NEED_RESET;
 }