Ver código fonte

qcacld-3.0: Fix misspelling "stoping"

Fix misspelling: stoping ==> stopping

Change-Id: I493301883736b239eec7c74a7f9d8e3946250e77
CRs-Fixed: 3275700
Jeff Johnson 2 anos atrás
pai
commit
f5ebdac890
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      core/hdd/inc/wlan_hdd_main.h
  2. 1 1
      core/hdd/src/wlan_hdd_hostapd.c

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

@@ -3501,7 +3501,7 @@ wlan_hdd_deinit_multi_client_info_table(struct hdd_adapter *adapter)
 int hdd_wlan_start_modules(struct hdd_context *hdd_ctx, bool reinit);
 
 /**
- * hdd_wlan_stop_modules - Single driver state machine for stoping modules
+ * hdd_wlan_stop_modules - Single driver state machine for stopping modules
  * @hdd_ctx: HDD context
  * @ftm_mode: ftm mode
  *

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

@@ -7604,7 +7604,7 @@ static int __wlan_hdd_cfg80211_start_ap(struct wiphy *wiphy,
 	 * different or same band( whether we require DBS or Not).
 	 * If we dont require DBS, then the driver does nothing assuming
 	 * the state would be already in non DBS mode, and just continues
-	 * with vdev up on same MAC, by stoping the opportunistic timer,
+	 * with vdev up on same MAC, by stopping the opportunistic timer,
 	 * which results in a connection of 1x1 if already the state was in
 	 * DBS. So first stop timer, and check the current hw mode.
 	 * If the SAP comes up in band different from STA, DBS mode is already