Browse Source

qcacld-3.0: Fix typo "paramter"

Replace typo "paramter" with correct spelling "parameter".

Change-Id: I3f6f090a4f5348f64241e08c87b9bcd342696e10
CRs-Fixed: 2238297
Jeff Johnson 7 years ago
parent
commit
810596ad7a

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

@@ -5787,7 +5787,7 @@ static QDF_STATUS hdd_apply_cfg_ini(struct hdd_context *hdd_ctx,
 				       pRegEntry->RegType)) {
 				rv = kstrtou32(value_str, 16, &value);
 				if (rv < 0) {
-					hdd_warn("Reg paramter %s invalid. Enforcing default", pRegEntry->RegName);
+					hdd_warn("Reg parameter %s invalid. Enforcing default", pRegEntry->RegName);
 					value = pRegEntry->VarDefault;
 				}
 			} else {

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

@@ -54,7 +54,7 @@
  * hdd_set_dot11p_config() - Set 802.11p config flag
  * @hdd_ctx: HDD Context pointer
  *
- * TODO-OCB: This has been temporarily added to ensure this paramter
+ * TODO-OCB: This has been temporarily added to ensure this parameter
  * is set in CSR when we init the channel list. This should be removed
  * once the 5.9 GHz channels are added to the regulatory domain.
  */

+ 2 - 2
core/mac/inc/wni_api.h

@@ -291,7 +291,7 @@ enum ewni_tdls_connection_tracker_notification {
 #define ANI_CFG_CLEAR_STAT_RSP         (WNI_CFG_MSG_TYPES_BEGIN | 0x0b)
 
 /*---------------------------------------------------------------------*/
-/* CFG to HDD message paramter indices                                 */
+/* CFG to HDD message parameter indices                                 */
 
 /*   The followings are word indices starting from the message body    */
 
@@ -382,7 +382,7 @@ enum ewni_tdls_connection_tracker_notification {
 /* Shall be removed after stats integration */
 
 /*---------------------------------------------------------------------*/
-/* HDD to CFG message paramter indices                                 */
+/* HDD to CFG message parameter indices                                 */
 /*                                                                     */
 /*   The followings are word indices starting from the message body    */
 /*                                                                     */

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

@@ -3583,7 +3583,7 @@ static void lim_update_vht_oper_assoc_resp(tpAniSirGlobal mac_ctx,
  * JOIN REQ parameters are saved in pMac->lim.gLimMlmJoinReq
  * ADD BSS parameters can be obtained from two sources:
  * 1) pMac->lim.gLimMlmJoinReq
- * 2) beaconStruct, passed as paramter
+ * 2) beaconStruct, passed as parameter
  * So, if a reqd parameter is found in bssDescriptions
  * then it is given preference over beaconStruct
  *

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

@@ -2890,7 +2890,7 @@ QDF_STATUS csr_change_default_config_param(tpAniSirGlobal pMac,
 		pMac->scan.fFirstScanOnly2GChnl = pParam->fFirstScanOnly2GChnl;
 		pMac->scan.max_scan_count = pParam->max_scan_count;
 		/* This parameter is not available in cfg and not passed from
-		 * upper layers. Instead it is initialized here This paramtere
+		 * upper layers. Instead it is initialized here This parametere
 		 * is used in concurrency to determine if there are concurrent
 		 * active sessions. Is used as a temporary fix to disconnect
 		 * all active sessions when BMPS enabled so the active session