Parcourir la source

qcacld-3.0: Fix misspelling "implict"

Fix misspelling: implict ==> implicit

Change-Id: I150ae8f5fd8a9ce9039d4344c1e1da9026bd10ce
CRs-Fixed: 3275696
Jeff Johnson il y a 2 ans
Parent
commit
b5a18bdbe6

+ 1 - 1
components/tdls/core/src/wlan_tdls_cmds_process.c

@@ -1920,7 +1920,7 @@ static QDF_STATUS tdls_config_force_peer(
 
 	/*
 	 * In case of liberal external mode, supplicant will provide peer mac
-	 * address but driver has to behave similar to implict mode ie
+	 * address but driver has to behave similar to implicit mode ie
 	 * establish tdls link with any peer that supports tdls and meets stats
 	 */
 	if (TDLS_IS_LIBERAL_EXTERNAL_CONTROL_ENABLED(feature)) {

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

@@ -141,7 +141,7 @@ struct hdd_wmm_qos_context {
  * @has_access_failed - has implicit QoS negotiation already failed?
  * @was_access_granted - has implicit QoS negotiation already succeeded?
  * @is_access_allowed - is access to this AC allowed, either because we
- *	are not doing WMM, we are not doing implicit QoS, implict QoS has
+ *	are not doing WMM, we are not doing implicit QoS, implicit QoS has
  *	completed, or explicit QoS has completed?
  * @is_tspec_valid - is the tspec valid?
  * @is_uapsd_info_valid - are the UAPSD-related fields valid?