Procházet zdrojové kódy

qcacld-3.0: Fix typo "choosen"

Replace typo "choosen" with correct spelling "chosen"

Change-Id: I58fc894783093f3d68f3b576906695a9ce201adf
CRs-Fixed: 2237731
Jeff Johnson před 7 roky
rodič
revize
2cc31fdbad
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      core/hdd/inc/wlan_hdd_cfg.h
  2. 1 1
      core/sap/src/sap_ch_select.c

+ 1 - 1
core/hdd/inc/wlan_hdd_cfg.h

@@ -447,7 +447,7 @@ enum hdd_dot11_mode {
  * This ini is used to set opportunistic threshold diff.
  * This parameter is the RSSI diff above neighbor lookup
  * threshold, when opportunistic scan should be triggered.
- * MAX value is choosen so that this type of scan can be
+ * MAX value is chosen so that this type of scan can be
  * always enabled by user.
  * MIN value will cause opportunistic scan to be triggered
  * in neighbor lookup RSSI range.

+ 1 - 1
core/sap/src/sap_ch_select.c

@@ -2699,7 +2699,7 @@ uint8_t sap_select_channel(tHalHandle hal, struct sap_context *sap_ctx,
 #ifdef FEATURE_AP_MCC_CH_AVOIDANCE
 			/*
 			 * Weight of the channels(device's AP is operating)
-			 * increased to MAX+1 so that they will be choosen only
+			 * increased to MAX+1 so that they will be chosen only
 			 * when there is no other best channel to choose
 			 */
 			if (sap_check_in_avoid_ch_list(sap_ctx, best_ch_num)) {