Skip to content

Commit

Permalink
ath11k: fix spelling mistake "moniter" -> "monitor"
Browse files Browse the repository at this point in the history
There is a spelling mistake in an ath11k_warn warning message. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
Colin Ian King authored and Kalle Valo committed Aug 31, 2020
1 parent c08279a commit bd5dd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ath/ath11k/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ static ssize_t ath11k_write_pktlog_filter(struct file *file,
DP_RX_BUFFER_SIZE, &tlv_filter);

if (ret) {
ath11k_warn(ab, "failed to set rx filter for moniter status ring\n");
ath11k_warn(ab, "failed to set rx filter for monitor status ring\n");
goto out;
}
}
Expand Down

0 comments on commit bd5dd7a

Please sign in to comment.