git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbe21d9
)
ethernet: codespell comment spelling fixes
author
Joe Perches
<joe@perches.com>
Sat, 7 Mar 2015 04:49:12 +0000
(20:49 -0800)
committer
David 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