]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: ath12k: Fix spelling errors in mac.c file
authorMaharaja Kennadyrajan <maharaja.kennadyrajan@oss.qualcomm.com>
Tue, 1 Apr 2025 17:37:55 +0000 (23:07 +0530)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Wed, 2 Apr 2025 15:04:32 +0000 (08:04 -0700)
Fix spelling error correpsondig -> corresponding in
the comments within the file mac.c

Compile tested only.

Signed-off-by: Maharaja Kennadyrajan <maharaja.kennadyrajan@oss.qualcomm.com>
Link: https://patch.msgid.link/20250401173755.1982382-1-maharaja.kennadyrajan@oss.qualcomm.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath12k/mac.c

index 74b9e956c68d9a17d6d84e9bf95b47b66e2d3be9..b19e30d955605cc5fe9b3723f43c15d795b61841 100644 (file)
@@ -4472,7 +4472,7 @@ static int ath12k_mac_op_hw_scan(struct ieee80211_hw *hw,
                return -EINVAL;
 
        /* check if any of the links of ML VIF is already started on
-        * radio(ar) correpsondig to given scan frequency and use it,
+        * radio(ar) corresponding to given scan frequency and use it,
         * if not use scan link (link 15) for scan purpose.
         */
        link_id = ath12k_mac_find_link_id_by_ar(ahvif, ar);
@@ -10600,7 +10600,7 @@ static int ath12k_mac_op_remain_on_channel(struct ieee80211_hw *hw,
                return -EINVAL;
 
        /* check if any of the links of ML VIF is already started on
-        * radio(ar) correpsondig to given scan frequency and use it,
+        * radio(ar) corresponding to given scan frequency and use it,
         * if not use deflink(link 0) for scan purpose.
         */