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

vanhempi
cbe21d92e4
commit
dbedd44e98
@@ -571,7 +571,7 @@ qcaspi_spi_thread(void *data)
|
||||
}
|
||||
|
||||
/* can only handle other interrupts
|
||||
* if sync has occured
|
||||
* if sync has occurred
|
||||
*/
|
||||
if (qca->sync == QCASPI_SYNC_READY) {
|
||||
if (intr_cause & SPI_INT_PKT_AVLBL)
|
||||
|
Viittaa uudesa ongelmassa
Block a user