Dmitry Antipov <dmantipov@xxxxxxxxx> writes: > Correct spelling here and there as suggested by codespell. > > Signed-off-by: Dmitry Antipov <dmantipov@xxxxxxxxx> Thank you for the fixes. One nit: [...] > @@ -2544,7 +2544,7 @@ int ath9k_hw_fill_cap_info(struct ath_hw *ah) > > pCap->tx_chainmask = ah->eep_ops->get_eeprom(ah, EEP_TX_MASK); > /* > - * For AR9271 we will temporarilly uses the rx chainmax as read from > + * For AR9271 we will temporarily uses the rx chainmax as read from Here we should also s/uses/use/ - please fix that as well and send a v2 -Toke