Преглед изворни кода

qcacld-3.0: Fix misspelling "configuation"

Fix misspelling: configuation ==> configuration

Change-Id: I6cc8a9861113a839d1ab6b4b60d4d2bde7c2018f
CRs-Fixed: 3274597
Jeff Johnson пре 2 година
родитељ
комит
1ed8f093f3
3 измењених фајлова са 5 додато и 5 уклоњено
  1. 2 2
      core/hdd/inc/wlan_hdd_wmm.h
  2. 1 1
      core/hdd/src/wlan_hdd_hostapd.c
  3. 2 2
      core/hdd/src/wlan_hdd_wmm.c

+ 2 - 2
core/hdd/inc/wlan_hdd_wmm.h

@@ -221,7 +221,7 @@ QDF_STATUS hdd_send_dscp_up_map_to_fw(struct hdd_adapter *adapter);
  * hdd_wmm_dscp_initial_state() - initialize the WMM DSCP configuration
  * @adapter : [in]  pointer to Adapter context
  *
- * This function will initialize the WMM DSCP configuation of an
+ * This function will initialize the WMM DSCP configuration of an
  * adapter to an initial state.  The configuration can later be
  * overwritten via application APIs or via QoS Map sent OTA.
  *
@@ -233,7 +233,7 @@ QDF_STATUS hdd_wmm_dscp_initial_state(struct hdd_adapter *adapter);
  * hdd_wmm_adapter_init() - initialize the WMM configuration of an adapter
  * @adapter: [in]  pointer to Adapter context
  *
- * This function will initialize the WMM configuation and status of an
+ * This function will initialize the WMM configuration and status of an
  * adapter to an initial state.  The configuration can later be
  * overwritten via application APIs
  *

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

@@ -6640,7 +6640,7 @@ int wlan_hdd_cfg80211_start_bss(struct hdd_adapter *adapter,
 
 	mutex_unlock(&hdd_ctx->sap_lock);
 
-	/* Initialize WMM configuation */
+	/* Initialize WMM configuration */
 	hdd_wmm_dscp_initial_state(adapter);
 	if (hostapd_state->bss_state == BSS_START) {
 		policy_mgr_incr_active_session(hdd_ctx->psoc,

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

@@ -1630,7 +1630,7 @@ static inline QDF_STATUS hdd_custom_dscp_up_map(
  * hdd_wmm_dscp_initial_state() - initialize the WMM DSCP configuration
  * @adapter : [in]  pointer to Adapter context
  *
- * This function will initialize the WMM DSCP configuation of an
+ * This function will initialize the WMM DSCP configuration of an
  * adapter to an initial state.  The configuration can later be
  * overwritten via application APIs or via QoS Map sent OTA.
  *
@@ -1661,7 +1661,7 @@ QDF_STATUS hdd_wmm_dscp_initial_state(struct hdd_adapter *adapter)
  * hdd_wmm_adapter_init() - initialize the WMM configuration of an adapter
  * @adapter: [in]  pointer to Adapter context
  *
- * This function will initialize the WMM configuation and status of an
+ * This function will initialize the WMM configuration and status of an
  * adapter to an initial state.  The configuration can later be
  * overwritten via application APIs
  *