ath11k: fix several spelling mistakes
There are several spelling mistakes in warning and debug messages, fix them. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:

committed by
Kalle Valo

parent
20c3c4fd39
commit
345a4f223a
@@ -704,7 +704,7 @@ static ssize_t ath11k_write_extd_rx_stats(struct file *file,
|
||||
DP_RX_BUFFER_SIZE, &tlv_filter);
|
||||
|
||||
if (ret) {
|
||||
ath11k_warn(ar->ab, "failed to set rx filter for moniter status ring\n");
|
||||
ath11k_warn(ar->ab, "failed to set rx filter for monitor status ring\n");
|
||||
goto exit;
|
||||
}
|
||||
|
||||
@@ -948,7 +948,7 @@ static ssize_t ath11k_write_pktlog_filter(struct file *file,
|
||||
HAL_RXDMA_MONITOR_STATUS,
|
||||
DP_RX_BUFFER_SIZE, &tlv_filter);
|
||||
if (ret) {
|
||||
ath11k_warn(ar->ab, "failed to set rx filter for moniter status ring\n");
|
||||
ath11k_warn(ar->ab, "failed to set rx filter for monitor status ring\n");
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user