提交 d5e5f685 编写于 作者: C Colin Ian King 提交者: Kalle Valo

ath9k: debug: fix spelling mistake "WATHDOG" -> "WATCHDOG"

Trivial fix to spelling mistake in PR_IS message text.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
上级 d16a7ab2
...@@ -538,7 +538,7 @@ static int read_file_interrupt(struct seq_file *file, void *data) ...@@ -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) { if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) {
PR_IS("RXLP", rxlp); PR_IS("RXLP", rxlp);
PR_IS("RXHP", rxhp); PR_IS("RXHP", rxhp);
PR_IS("WATHDOG", bb_watchdog); PR_IS("WATCHDOG", bb_watchdog);
} else { } else {
PR_IS("RX", rxok); PR_IS("RX", rxok);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册