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>
This commit is contained in:

committed by
David S. Miller

parent
cbe21d92e4
commit
dbedd44e98
@@ -350,7 +350,7 @@ V. Recent Changes
|
||||
incorrectly defined and corrected (as per Michel Mueller).
|
||||
|
||||
02/23/1999 EPK Corrected the Tx full check to check that at least 4 slots
|
||||
were available before reseting the tbusy and tx_full flags
|
||||
were available before resetting the tbusy and tx_full flags
|
||||
(as per Michel Mueller).
|
||||
|
||||
03/11/1999 EPK Added Pete Wyckoff's hardware checksumming support.
|
||||
|
Reference in New Issue
Block a user