ath9k: debug: fix spelling mistake "WATHDOG" -> "WATCHDOG"
[linux-2.6-microblaze.git] / drivers / net / wireless / ath / ath9k / debug.c
index f685843..0a6eb8a 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);
        }