linux_dsm_epyc7002/drivers/net/ethernet/intel/e1000
Joe Perches dbedd44e98 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>
2015-03-08 22:54:22 -04:00
..
e1000_ethtool.c e1000: fix time comparison 2015-01-22 18:10:15 -08:00
e1000_hw.c e1000: move e1000_tbi_adjust_stats to where its used 2014-09-12 00:51:10 -07:00
e1000_hw.h e1000: move e1000_tbi_adjust_stats to where its used 2014-09-12 00:51:10 -07:00
e1000_main.c ethernet: codespell comment spelling fixes 2015-03-08 22:54:22 -04:00
e1000_osdep.h
e1000_param.c
e1000.h e1000: convert to build_skb 2014-09-12 02:16:46 -07:00
Makefile