diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-05-30 10:25:03 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-06-14 18:22:00 +0300 |
commit | d5e5f6855aab87dd54ff3a33c6a3ccdc9f97fbcc (patch) | |
tree | 9728c568663b8d164cbe1324d63bfc812e6c78b3 | |
parent | d16a7ab20ac9861979c83d7fce8f5edc48daada6 (diff) | |
download | lwn-d5e5f6855aab87dd54ff3a33c6a3ccdc9f97fbcc.tar.gz lwn-d5e5f6855aab87dd54ff3a33c6a3ccdc9f97fbcc.zip |
ath9k: debug: fix spelling mistake "WATHDOG" -> "WATCHDOG"
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>
-rw-r--r-- | drivers/net/wireless/ath/ath9k/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/debug.c b/drivers/net/wireless/ath/ath9k/debug.c index f685843a2ff3..0a6eb8a8c1ed 100644 --- a/drivers/net/wireless/ath/ath9k/debug.c +++ b/drivers/net/wireless/ath/ath9k/debug.c @@ -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); } |