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:
@@ -2175,7 +2175,7 @@ static int gem_do_start(struct net_device *dev)
|
||||
}
|
||||
|
||||
/* Mark us as attached again if we come from resume(), this has
|
||||
* no effect if we weren't detatched and needs to be done now.
|
||||
* no effect if we weren't detached and needs to be done now.
|
||||
*/
|
||||
netif_device_attach(dev);
|
||||
|
||||
@@ -2794,7 +2794,7 @@ static void gem_remove_one(struct pci_dev *pdev)
|
||||
|
||||
unregister_netdev(dev);
|
||||
|
||||
/* Ensure reset task is truely gone */
|
||||
/* Ensure reset task is truly gone */
|
||||
cancel_work_sync(&gp->reset_task);
|
||||
|
||||
/* Free resources */
|
||||
|
Reference in New Issue
Block a user