Explorar el Código

qcacld-3.0: Fix typo "doesnt"

Replace typo "doesnt" with correct spelling "doesn't".

Change-Id: Ic3063f9fe74e10f656e00e86c8f38ccf1132f22d
CRs-Fixed: 2238297
Jeff Johnson hace 7 años
padre
commit
33142e6fb6

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

@@ -3116,7 +3116,7 @@ void hdd_stop_driver_ops_timer(void);
 void hdd_pld_ipa_uc_shutdown_pipes(void);
 
 /**
- * hdd_limit_max_per_index_score() -check if per index score doesnt exceed 100%
+ * hdd_limit_max_per_index_score() -check if per index score doesn't exceed 100%
  * (0x64). If it exceed make it 100%
  *
  * @per_index_score: per_index_score as input

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

@@ -5371,7 +5371,7 @@ int hdd_set_genie_to_csr(struct hdd_adapter *adapter,
 
 		hdd_debug("MFPEnabled %d", roam_profile->MFPEnabled);
 		/*
-		 * Reset MFPEnabled if testmode RSNE passed doesnt have MFPR
+		 * Reset MFPEnabled if testmode RSNE passed doesn't have MFPR
 		 * or MFPC bit set
 		 */
 		if (roam_profile->MFPEnabled &&

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

@@ -3896,7 +3896,7 @@ int wlan_hdd_update_phymode(struct net_device *net, tHalHandle hal,
 			return -EIO;
 		}
 		break;
-	/* UMAC doesnt have option to set MODE_11NA/MODE_11NG as phymode
+	/* UMAC doesn't have option to set MODE_11NA/MODE_11NG as phymode
 	 * so setting phymode as eCSR_DOT11_MODE_11n and updating the band
 	 * and channel bonding in configuration to reflect MODE_11NA/MODE_11NG
 	 */

+ 2 - 2
core/mac/src/pe/lim/lim_aid_mgmt.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2016 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011-2016, 2018 The Linux Foundation. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -114,7 +114,7 @@ uint16_t lim_assign_peer_idx(tpAniSirGlobal pMac, tpPESession pSessionEntry)
 	uint16_t peerId;
 
 	/* make sure we haven't exceeded the configurable limit on associations */
-	/* This count is global to ensure that it doesnt exceed the hardware limits. */
+	/* This count is global to ensure that it doesn't exceed the hardware limits. */
 	if (pe_get_current_stas_count(pMac) >= pMac->lim.gLimAssocStaLimit) {
 		/* too many associations already active */
 		return 0;

+ 1 - 1
core/mac/src/pe/lim/lim_assoc_utils.c

@@ -153,7 +153,7 @@ lim_compare_capabilities(tpAniSirGlobal pMac,
 		if (val) {
 			if (pAssocReq->capabilityInfo.shortSlotTime !=
 			    pLocalCapabs->shortSlotTime) {
-				pe_err("AP rejects association as station doesnt support shortslot time");
+				pe_err("AP rejects association as station doesn't support shortslot time");
 				return false;
 			}
 			return false;

+ 1 - 1
core/mac/src/pe/lim/lim_ibss_peer_mgmt.c

@@ -501,7 +501,7 @@ static void ibss_bss_add(tpAniSirGlobal pMac, tpPESession psessionEntry)
 
 	/* This function ibss_bss_add (and hence the below code) is only called during ibss coalescing. We need to
 	 * adapt to peer's capability with respect to short slot time. Changes have been made to lim_apply_configuration()
-	 * so that the IBSS doesnt blindly start with short slot = 1. If IBSS start is part of coalescing then it will adapt
+	 * so that the IBSS doesn't blindly start with short slot = 1. If IBSS start is part of coalescing then it will adapt
 	 * to peer's short slot using code below.
 	 */
 	/* If cfg is already set to current peer's capability then no need to set it again */

+ 1 - 1
core/mac/src/pe/lim/lim_process_sme_req_messages.c

@@ -4521,7 +4521,7 @@ static void lim_process_sme_update_access_policy_vendor_ie(
 bool lim_process_sme_req_messages(tpAniSirGlobal pMac,
 				  struct scheduler_msg *pMsg)
 {
-	bool bufConsumed = true;        /* Set this flag to false within case block of any following message, that doesnt want pMsgBuf to be freed. */
+	bool bufConsumed = true;        /* Set this flag to false within case block of any following message, that doesn't want pMsgBuf to be freed. */
 	uint32_t *pMsgBuf = pMsg->bodyptr;
 
 	pe_debug("LIM Received SME Message %s(%d) Global LimSmeState:%s(%d) Global LimMlmState: %s(%d)",

+ 3 - 3
core/mac/src/pe/lim/lim_process_tdls.c

@@ -1326,7 +1326,7 @@ tSirRetStatus lim_send_tdls_link_setup_req_frame(tpAniSirGlobal pMac,
 	}
 
 	/* Copy the additional IE. */
-	/* TODO : addIe is added at the end of the frame. This means it doesnt */
+	/* TODO : addIe is added at the end of the frame. This means it doesn't */
 	/* follow the order. This should be ok, but we should consider changing this */
 	/* if there is any IOT issue. */
 	if (addIeLen != 0) {
@@ -1780,7 +1780,7 @@ static tSirRetStatus lim_send_tdls_setup_rsp_frame(tpAniSirGlobal pMac,
 	}
 
 	/* Copy the additional IE. */
-	/* TODO : addIe is added at the end of the frame. This means it doesnt */
+	/* TODO : addIe is added at the end of the frame. This means it doesn't */
 	/* follow the order. This should be ok, but we should consider changing this */
 	/* if there is any IOT issue. */
 	if (addIeLen != 0) {
@@ -1966,7 +1966,7 @@ tSirRetStatus lim_send_tdls_link_setup_cnf_frame(tpAniSirGlobal pMac,
 	}
 
 	/* Copy the additional IE. */
-	/* TODO : addIe is added at the end of the frame. This means it doesnt */
+	/* TODO : addIe is added at the end of the frame. This means it doesn't */
 	/* follow the order. This should be ok, but we should consider changing this */
 	/* if there is any IOT issue. */
 	if (addIeLen != 0) {

+ 1 - 1
core/mac/src/pe/lim/lim_utils.c

@@ -5010,7 +5010,7 @@ __lim_fill_tx_control_params(tpAniSirGlobal pMac, tpTxControlParams pTxCtrlMsg,
 		break;
 
 	case eLIM_TX_BSS_BUT_BEACON:
-		/** Stops/resumes transmission on a particular BSS. Stopping BSS, doesnt
+		/** Stops/resumes transmission on a particular BSS. Stopping BSS, doesn't
 		 *  stop beacon transmission.
 		 */
 		pTxCtrlMsg->ctrlBss = 1;

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

@@ -600,7 +600,7 @@ wlansap_roam_process_dfs_chansw_update(tHalHandle hHal,
 	 * for that sapctx. If there is only one SAP interface then process
 	 * immediately. If Dual BAND SAP is enabled then also process
 	 * immediately, as in this case the both SAP will be in different band
-	 * and channel change on one SAP doesnt mean channel change on
+	 * and channel change on one SAP doesn't mean channel change on
 	 * other interface.
 	 *
 	 * For example,

+ 1 - 1
core/sme/src/csr/csr_api_scan.c

@@ -217,7 +217,7 @@ static void csr_scan_copy_request_valid_channels_only(tpAniSirGlobal mac_ctx,
 
 	for (index = 0; index < src_req->ChannelInfo.numOfChannels; index++) {
 		/* Allow scan on valid channels only.
-		 * If it is p2p scan and valid channel list doesnt contain
+		 * If it is p2p scan and valid channel list doesn't contain
 		 * social channels, enforce scan on social channels because
 		 * that is the only way to find p2p peers.
 		 * This can happen only if band is set to 5Ghz mode.

+ 1 - 1
core/sme/src/rrm/sme_rrm.c

@@ -464,7 +464,7 @@ static QDF_STATUS sme_rrm_send_scan_result(tpAniSirGlobal mac_ctx,
 	if (NULL == result_handle) {
 		/*
 		 * no scan results
-		 * Spec. doesnt say anything about such condition
+		 * Spec. doesn't say anything about such condition
 		 * Since section 7.4.6.2 (IEEE802.11k-2008) says-rrm report
 		 * frame should contain one or more report IEs. It probably
 		 * means dont send any respose if no matching BSS found.