linux_dsm_epyc7002/drivers/net/ethernet/intel/ixgbevf
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
..
defines.h ixgbevf: add support for X550 VFs 2014-12-05 09:13:08 -08:00
ethtool.c ixgbevf: Resolve missing-field-initializers warnings 2014-09-12 00:16:41 -07:00
ixgbevf_main.c ixgbevf: combine all of the tasks into a single service task 2015-02-05 19:58:45 -08:00
ixgbevf.h ixgbevf: combine all of the tasks into a single service task 2015-02-05 19:58:45 -08:00
Makefile ixgbevf: Update copyright notices 2012-02-03 03:07:09 -08:00
mbx.c ixgbevf: Fix code for handling timeout 2012-09-24 00:21:51 -07:00
mbx.h ixgbevf: Add VF DCB + SR-IOV support 2012-10-22 21:15:35 -07:00
regs.h ixgbevf: add RSS support for X550 2015-02-05 19:57:47 -08:00
vf.c ethernet: codespell comment spelling fixes 2015-03-08 22:54:22 -04:00
vf.h ixgbevf: add support for X550 VFs 2014-12-05 09:13:08 -08:00