diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-04-23 14:41:33 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2021-05-24 08:34:46 +0300 |
commit | 17818dfa8f2e90a6f40e047a3ea9c39af1a8a87d (patch) | |
tree | 1c44e084f6d80dd28c89aeab8dd2ce1e1f312152 /drivers/net/wireless/ath/ath11k/debugfs_htt_stats.c | |
parent | 6efb943b8616ec53a5e444193dccf1af9ad627b5 (diff) | |
download | linux-17818dfa8f2e90a6f40e047a3ea9c39af1a8a87d.tar.gz linux-17818dfa8f2e90a6f40e047a3ea9c39af1a8a87d.tar.bz2 linux-17818dfa8f2e90a6f40e047a3ea9c39af1a8a87d.zip |
ath10k/ath11k: fix spelling mistake "requed" -> "requeued"
There are multiple occurrances of the misspelling of requeued in
the drivers with symbol names and debug text. Fix these.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210423134133.339751-1-colin.king@canonical.com
Diffstat (limited to 'drivers/net/wireless/ath/ath11k/debugfs_htt_stats.c')
-rw-r--r-- | drivers/net/wireless/ath/ath11k/debugfs_htt_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath11k/debugfs_htt_stats.c b/drivers/net/wireless/ath/ath11k/debugfs_htt_stats.c index ec93f14e6d2a..9e0c90da99d3 100644 --- a/drivers/net/wireless/ath/ath11k/debugfs_htt_stats.c +++ b/drivers/net/wireless/ath/ath11k/debugfs_htt_stats.c @@ -89,7 +89,7 @@ static inline void htt_print_tx_pdev_stats_cmn_tlv(const void *tag_buf, len += HTT_DBG_OUT(buf + len, buf_len - len, "tx_abort = %u", htt_stats_buf->tx_abort); len += HTT_DBG_OUT(buf + len, buf_len - len, "mpdu_requeued = %u", - htt_stats_buf->mpdu_requed); + htt_stats_buf->mpdu_requeued); len += HTT_DBG_OUT(buf + len, buf_len - len, "tx_xretry = %u", htt_stats_buf->tx_xretry); len += HTT_DBG_OUT(buf + len, buf_len - len, "data_rc = %u", |