]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ath9k: debug: fix spelling mistake "WATHDOG" -> "WATCHDOG"
authorColin Ian King <colin.king@canonical.com>
Wed, 30 May 2018 09:25:03 +0000 (10:25 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 14 Jun 2018 15:22:00 +0000 (18:22 +0300)
Trivial fix to spelling mistake in PR_IS message text.

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

index f685843a2ff3bf84a5ab0494ed088298828875a4..0a6eb8a8c1ed01ada9d6b10fb861f449f27a637e 100644 (file)
@@ -538,7 +538,7 @@ static int read_file_interrupt(struct seq_file *file, void *data)
        if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) {
                PR_IS("RXLP", rxlp);
                PR_IS("RXHP", rxhp);
-               PR_IS("WATHDOG", bb_watchdog);
+               PR_IS("WATCHDOG", bb_watchdog);
        } else {
                PR_IS("RX", rxok);
        }