linux/drivers/net/ethernet/atheros
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
..
alx alx: fix alx_poll() 2015-01-11 21:45:50 -05:00
atl1c ethernet: codespell comment spelling fixes 2015-03-08 22:54:22 -04:00
atl1e net: rename vlan_tx_* helpers since "tx" is misleading there 2015-01-13 17:51:08 -05:00
atlx net: rename vlan_tx_* helpers since "tx" is misleading there 2015-01-13 17:51:08 -05:00
Kconfig alx: remove NET_CORE Kconfig select 2013-07-01 13:18:19 -07:00
Makefile alx: add a simple AR816x/AR817x device driver 2013-06-17 16:04:34 -07:00