ethernet: codespell comment spelling fixes
To test a checkpatch spelling patch, I ran codespell against drivers/net/ethernet/. $ git ls-files drivers/net/ethernet/ | \ while read file ; do \ codespell -w $file; \ done I removed a false positive in e1000_hw.h Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
cbe21d92e4
commit
dbedd44e98
@@ -575,7 +575,7 @@ static irqreturn_t mace_interrupt(int irq, void *dev_id)
|
||||
mace_reset(dev);
|
||||
/*
|
||||
* XXX mace likes to hang the machine after a xmtfs error.
|
||||
* This is hard to reproduce, reseting *may* help
|
||||
* This is hard to reproduce, resetting *may* help
|
||||
*/
|
||||
}
|
||||
/* dma should have finished */
|
||||
|
Reference in New Issue
Block a user