From: Jilin Yuan Date: Wed, 29 Jun 2022 08:16:32 +0000 (+0800) Subject: atheros/atl1c:fix repeated words in comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d19b4c52f7c99fdc5198a6f5885ba818245966cd;p=linux.git atheros/atl1c:fix repeated words in comments Delete the redundant word 'slot'. Signed-off-by: Jilin Yuan Link: https://lore.kernel.org/r/20220629081632.54445-1-yuanjilin@cdjrlc.com Signed-off-by: Paolo Abeni --- diff --git a/drivers/net/ethernet/atheros/atl1c/atl1c_main.c b/drivers/net/ethernet/atheros/atl1c/atl1c_main.c index 49459397993ef..24fe967c18cdf 100644 --- a/drivers/net/ethernet/atheros/atl1c/atl1c_main.c +++ b/drivers/net/ethernet/atheros/atl1c/atl1c_main.c @@ -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; }