Commit d19b4c52 authored by Jilin Yuan's avatar Jilin Yuan Committed by Paolo Abeni
Browse files

atheros/atl1c:fix repeated words in comments

parent dbc6fc7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}