diff options
author | Hao Chen <chenhao288@hisilicon.com> | 2021-05-19 14:14:44 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-05-19 12:23:25 -0700 |
commit | 800b74a57363d2239a550972558a6e97af9e5903 (patch) | |
tree | a69a403f93298d48ecbc9aa4cb7fcedb1250c4d7 | |
parent | 59398afda1761ad849b437e514af54ce9b74acc6 (diff) | |
download | linux-800b74a57363d2239a550972558a6e97af9e5903.tar.bz2 |
net: e1000e: remove repeated word "slot" for netdev.c
There are double "slot" in comment, so remove the redundant one.
Signed-off-by: Hao Chen <chenhao288@hisilicon.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/intel/e1000e/netdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/e1000e/netdev.c b/drivers/net/ethernet/intel/e1000e/netdev.c index 88e9035b75cf..5435606149b0 100644 --- a/drivers/net/ethernet/intel/e1000e/netdev.c +++ b/drivers/net/ethernet/intel/e1000e/netdev.c @@ -7118,7 +7118,7 @@ static pci_ers_result_t e1000_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; } |