mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
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>
This commit is contained in:
parent
d16a7ab20a
commit
d5e5f6855a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue