From: Joe Perches Date: Sat, 7 Mar 2015 04:49:12 +0000 (-0800) Subject: ethernet: codespell comment spelling fixes X-Git-Tag: omap-for-v4.2/o2_dc~131^2~300 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbedd44e982d61c156337b1a3fb252b24085f8e3;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed