ethernet: codespell comment spelling fixes
authorJoe Perches <joe@perches.com>
Sat, 7 Mar 2015 04:49:12 +0000 (20:49 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Mar 2015 02:54:22 +0000 (22:54 -0400)
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>

No differences found