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:
Joe Perches
2015-03-06 20:49:12 -08:00
committed by David S. Miller
父節點 cbe21d92e4
當前提交 dbedd44e98
共有 61 個文件被更改,包括 92 次插入92 次删除

查看文件

@@ -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 */