Commit 4b63b27f authored by Hao Chen's avatar Hao Chen Committed by David S. Miller
Browse files

net: e1000: remove repeated word "slot" for e1000_main.c



There are double "slot" in comment, so remove the redundant one.

Signed-off-by: default avatarHao Chen <chenhao288@hisilicon.com>
Signed-off-by: default avatarGuangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 798c04f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}