Bladeren bron

qcacld-3.0: Fix typo "fuction"

Replace typo "fuction" with correct spelling "function".

Change-Id: Ie34a95eddeaa4f8410dea87fb226e16d2ab96a6a
CRs-Fixed: 2238297
Jeff Johnson 7 jaren geleden
bovenliggende
commit
38c1c7df49
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      core/hdd/src/wlan_hdd_cfg80211.c

+ 2 - 2
core/hdd/src/wlan_hdd_cfg80211.c

@@ -13886,7 +13886,7 @@ static int wlan_hdd_fill_btm_resp(struct sk_buff *reply_skb,
  * @data : Pointer to the data received
  * @data_len : Length of the data received
  *
- * This fuction is used to fetch transition status for candidate bss. The
+ * This function is used to fetch transition status for candidate bss. The
  * transition status is either accept or reason for reject.
  *
  * Return : 0 on success and errno on failure
@@ -14055,7 +14055,7 @@ static int __wlan_hdd_cfg80211_fetch_bss_transition_status(struct wiphy *wiphy,
  * @data : Pointer to the data received
  * @data_len : Length of the data received
  *
- * This fuction is used to fetch transition status for candidate bss. The
+ * This function is used to fetch transition status for candidate bss. The
  * transition status is either accept or reason for reject.
  *
  * Return : 0 on success and errno on failure