Ver Fonte

qcacld-3.0: Fix typo "seperate"

Replace typo "seperate" with correct spelling "separate".

Change-Id: Ic2e69d5a15366c0c2fe57d2f378cac0e11228f8e
CRs-Fixed: 2238297
Jeff Johnson há 7 anos atrás
pai
commit
fa7d9601ef

+ 1 - 1
core/dp/txrx/ol_rx.c

@@ -1629,7 +1629,7 @@ ol_rx_in_order_deliver(struct ol_txrx_vdev_t *vdev,
 	/*
 	 * Currently, this does not check each MSDU to see whether it requires
 	 * special handling. MSDUs that need special handling (example: IGMP
-	 * frames) should be sent via a seperate HTT message. Also, this does
+	 * frames) should be sent via a separate HTT message. Also, this does
 	 * not do rx->tx forwarding or filtering.
 	 */
 

+ 1 - 1
core/dp/txrx/ol_rx_reorder.c

@@ -633,7 +633,7 @@ ol_rx_flush_handler(ol_txrx_pdev_handle pdev,
 			ol_rx_reorder_flush_frag(htt_pdev, peer, tid,
 						 idx_start);
 			/*
-			 * Assuming flush message sent seperately for frags
+			 * Assuming flush message sent separately for frags
 			 * and for normal frames
 			 */
 			OL_RX_REORDER_TIMEOUT_MUTEX_UNLOCK(pdev);

+ 1 - 1
core/dp/txrx/ol_txrx.c

@@ -848,7 +848,7 @@ ol_txrx_rsrc_threshold_lo(int desc_pool_size)
 	/*
 	 * 5% margin of unallocated desc is too much for per
 	 * vdev mechanism.
-	 * Define the value seperately.
+	 * Define the value separately.
 	 */
 	threshold_low = TXRX_HL_TX_FLOW_CTRL_MGMT_RESERVED;
 

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

@@ -2469,7 +2469,7 @@ static int __wlan_hdd_cfg80211_do_acs(struct wiphy *wiphy,
 	/* ***Note*** Donot set SME config related to ACS operation here because
 	 * ACS operation is not synchronouse and ACS for Second AP may come when
 	 * ACS operation for first AP is going on. So only do_acs is split to
-	 * seperate start_acs routine. Also SME-PMAC struct that is used to
+	 * separate start_acs routine. Also SME-PMAC struct that is used to
 	 * pass paremeters from HDD to SAP is global. Thus All ACS related SME
 	 * config shall be set only from start_acs.
 	 */
@@ -17858,7 +17858,7 @@ static int wlan_hdd_cfg80211_connect_start(struct hdd_adapter *adapter,
 			qdf_mem_copy((void *)(roam_profile->BSSIDs.bssid),
 				     bssid, QDF_MAC_ADDR_SIZE);
 			/*
-			 * Save BSSID in seperate variable as
+			 * Save BSSID in separate variable as
 			 * roam_profile's BSSID is getting zeroed out in the
 			 * association process. In case of join failure
 			 * we should send valid BSSID to supplicant

+ 1 - 1
core/hdd/src/wlan_hdd_stats.c

@@ -4157,7 +4157,7 @@ static int __wlan_hdd_cfg80211_get_station(struct wiphy *wiphy,
 			else
 				mode = 0;
 
-			/* VHT80 rate has seperate rate table */
+			/* VHT80 rate has separate rate table */
 			if (rate_flags &
 			    (eHAL_TX_RATE_VHT20 | eHAL_TX_RATE_VHT40 |
 			     eHAL_TX_RATE_VHT80)) {

+ 2 - 2
core/sme/src/csr/csr_api_roam.c

@@ -753,7 +753,7 @@ static void csr_roam_sort_channel_for_early_stop(tpAniSirGlobal mac_ctx,
 	num_fixed_greedy_chan = sizeof(fixed_greedy_chan_list)/sizeof(uint8_t);
 	/*
 	 * Browse through the chan_list and put all the non-greedy channels
-	 * into a seperate list by name chan_list_non_greedy
+	 * into a separate list by name chan_list_non_greedy
 	 */
 	for (i = 0; i < num_channel; i++) {
 		for (j = 0; j < num_fixed_greedy_chan; j++) {
@@ -775,7 +775,7 @@ static void csr_roam_sort_channel_for_early_stop(tpAniSirGlobal mac_ctx,
 	}
 	/*
 	 * Browse through the fixed_greedy_chan_list and put all the greedy
-	 * channels in the chan_list into a seperate list by name
+	 * channels in the chan_list into a separate list by name
 	 * chan_list_greedy
 	 */
 	for (i = 0; i < num_fixed_greedy_chan; i++) {