]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ath10k: fix some typo in spectral code commments
authorMohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
Wed, 29 Jun 2016 16:29:29 +0000 (19:29 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 30 Jun 2016 11:04:52 +0000 (14:04 +0300)
Found this obvious typo while going through the spectral
code design in ath10k

Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qti.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/spectral.c

index 4671cfbcd8f7a378155873de5488e67e91b6ea4d..7d9b0da1b010a69bf267fb449852a4e4ab282c9d 100644 (file)
@@ -101,9 +101,9 @@ int ath10k_spectral_process_fft(struct ath10k *ar,
                break;
        case 80:
                /* TODO: As experiments with an analogue sender and various
-                * configuaritions (fft-sizes of 64/128/256 and 20/40/80 Mhz)
+                * configurations (fft-sizes of 64/128/256 and 20/40/80 Mhz)
                 * show, the particular configuration of 80 MHz/64 bins does
-                * not match with the other smaples at all. Until the reason
+                * not match with the other samples at all. Until the reason
                 * for that is found, don't report these samples.
                 */
                if (bin_len == 64)