Commit 8dcc8ab8 authored by Jilin Yuan's avatar Jilin Yuan Committed by Jakub Kicinski
Browse files

atheros/atl1e:fix repeated words in comments

parent 1cebc3ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2482,7 +2482,7 @@ atl1e_io_error_detected(struct pci_dev *pdev, pci_channel_state_t state)

	pci_disable_device(pdev);

	/* Request a slot slot reset. */
	/* Request a slot reset. */
	return PCI_ERS_RESULT_NEED_RESET;
}