projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59398af
)
net: e1000e: remove repeated word "slot" for netdev.c
author
Hao Chen
<chenhao288@hisilicon.com>
Wed, 19 May 2021 06:14:44 +0000
(14:14 +0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 19 May 2021 19:23:25 +0000
(12:23 -0700)
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>
drivers/net/ethernet/intel/e1000e/netdev.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/intel/e1000e/netdev.c
b/drivers/net/ethernet/intel/e1000e/netdev.c
index 88e9035b75cf7893e13c5e1cd08bfcc6e8f85432..5435606149b09a63403e2b5dbe5c5cfd35ce7b0c 100644
(file)
--- 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;
}