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

szülő
cbe21d92e4
commit
dbedd44e98
@@ -1578,7 +1578,7 @@ out1:
|
||||
|
||||
#ifndef CONFIG_CS89x0_PLATFORM
|
||||
/*
|
||||
* This function converts the I/O port addres used by the cs89x0_probe() and
|
||||
* This function converts the I/O port address used by the cs89x0_probe() and
|
||||
* init_module() functions to the I/O memory address used by the
|
||||
* cs89x0_probe1() function.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user