]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: ath11k: miscellaneous spelling fixes
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 11 Nov 2024 07:01:52 +0000 (10:01 +0300)
committerJeff Johnson <quic_jjohnson@quicinc.com>
Thu, 21 Nov 2024 15:52:50 +0000 (07:52 -0800)
Correct spelling here and there as suggested by codespell.

Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru>
Acked-by: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/20241111070152.85140-4-dmantipov@yandex.ru
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
drivers/net/wireless/ath/ath11k/hal.h
drivers/net/wireless/ath/ath11k/mac.c

index dc8bbe0730170edfc7542fafa24185de03c22816..601542410c7529fedb38bcef9ff424cd6f7aa733 100644 (file)
@@ -700,7 +700,7 @@ enum hal_rx_buf_return_buf_manager {
 #define HAL_REO_CMD_FLG_UNBLK_RESOURCE         BIT(7)
 #define HAL_REO_CMD_FLG_UNBLK_CACHE            BIT(8)
 
-/* Should be matching with HAL_REO_UPD_RX_QUEUE_INFO0_UPD_* feilds */
+/* Should be matching with HAL_REO_UPD_RX_QUEUE_INFO0_UPD_* fields */
 #define HAL_REO_CMD_UPD0_RX_QUEUE_NUM          BIT(8)
 #define HAL_REO_CMD_UPD0_VLD                   BIT(9)
 #define HAL_REO_CMD_UPD0_ALDC                  BIT(10)
@@ -725,7 +725,7 @@ enum hal_rx_buf_return_buf_manager {
 #define HAL_REO_CMD_UPD0_PN_VALID              BIT(29)
 #define HAL_REO_CMD_UPD0_PN                    BIT(30)
 
-/* Should be matching with HAL_REO_UPD_RX_QUEUE_INFO1_* feilds */
+/* Should be matching with HAL_REO_UPD_RX_QUEUE_INFO1_* fields */
 #define HAL_REO_CMD_UPD1_VLD                   BIT(16)
 #define HAL_REO_CMD_UPD1_ALDC                  GENMASK(18, 17)
 #define HAL_REO_CMD_UPD1_DIS_DUP_DETECTION     BIT(19)
@@ -741,7 +741,7 @@ enum hal_rx_buf_return_buf_manager {
 #define HAL_REO_CMD_UPD1_PN_HANDLE_ENABLE      BIT(30)
 #define HAL_REO_CMD_UPD1_IGNORE_AMPDU_FLG      BIT(31)
 
-/* Should be matching with HAL_REO_UPD_RX_QUEUE_INFO2_* feilds */
+/* Should be matching with HAL_REO_UPD_RX_QUEUE_INFO2_* fields */
 #define HAL_REO_CMD_UPD2_SVLD                  BIT(10)
 #define HAL_REO_CMD_UPD2_SSN                   GENMASK(22, 11)
 #define HAL_REO_CMD_UPD2_SEQ_2K_ERR            BIT(23)
index 9757ac4aae50ae1c46bab7a3d61e7af90bdfaacc..31ae9b384a2927e5eaf86fc15d788102064704f3 100644 (file)
@@ -2228,7 +2228,7 @@ static void ath11k_peer_assoc_h_vht(struct ath11k *ar,
                __le16_to_cpu(vht_cap->vht_mcs.tx_mcs_map), vht_mcs_mask);
 
        /* In IPQ8074 platform, VHT mcs rate 10 and 11 is enabled by default.
-        * VHT mcs rate 10 and 11 is not suppoerted in 11ac standard.
+        * VHT mcs rate 10 and 11 is not supported in 11ac standard.
         * so explicitly disable the VHT MCS rate 10 and 11 in 11ac mode.
         */
        arg->tx_mcs_set &= ~IEEE80211_VHT_MCS_SUPPORT_0_11_MASK;
@@ -6950,7 +6950,7 @@ err_vdev_del:
        /* Recalc txpower for remaining vdev */
        ath11k_mac_txpower_recalc(ar);
 
-       /* TODO: recal traffic pause state based on the available vdevs */
+       /* TODO: recalc traffic pause state based on the available vdevs */
 
        mutex_unlock(&ar->conf_mutex);
 }