]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ath9k: fix spelling mistake: "meaurement" -> "measurement"
authorColin Ian King <colin.king@canonical.com>
Wed, 11 Jan 2017 14:32:16 +0000 (16:32 +0200)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 12 Jan 2017 11:00:56 +0000 (13:00 +0200)
Trivial fix to spelling mistake in ath_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath9k/hw.c

index a35f78be8dec68d65f3fe7ff77a2f5edc244bd73..ac36873d6da4da9a5ee323ed2bebed45be2a5beb 100644 (file)
@@ -731,7 +731,7 @@ u32 ar9003_get_pll_sqsum_dvc(struct ath_hw *ah)
                udelay(100);
 
                if (WARN_ON_ONCE(i >= 100)) {
-                       ath_err(common, "PLL4 meaurement not done\n");
+                       ath_err(common, "PLL4 measurement not done\n");
                        break;
                }