瀏覽代碼

qcacld-3.0: components: denylist_mgr: Fix misspellings

Fix misspellings in components/denylist_mgr/...

Change-Id: Ibdcc2c194be66b1e1663674a2a9468a36737cc2f
CRs-Fixed: 3303646
Jeff Johnson 2 年之前
父節點
當前提交
77ef806778

+ 2 - 2
components/denylist_mgr/core/inc/wlan_dlm_core.h

@@ -238,7 +238,7 @@ dlm_add_userspace_deny_list(struct wlan_objmgr_pdev *pdev,
  * with the current AP.
  * @pdev: pdev object
  * @bssid: BSSID of the AP
- * @con_state: Connection stae (connected/disconnected)
+ * @con_state: Connection state (connected/disconnected)
  *
  * This API will inform the DLM about the state with the AP so that if the AP
  * is selected, and the connection went through, and the connection did not
@@ -296,7 +296,7 @@ void dlm_dump_denylist_bssid(struct wlan_objmgr_pdev *pdev);
  *
  * This API will get the RSSI denylist threshold info.
  *
- * Return: rssi theshold value
+ * Return: rssi threshold value
  */
 int32_t
 dlm_get_rssi_denylist_threshold(struct wlan_objmgr_pdev *pdev);

+ 1 - 1
components/denylist_mgr/dispatcher/inc/wlan_dlm_api.h

@@ -50,7 +50,7 @@ wlan_dlm_add_bssid_to_reject_list(struct wlan_objmgr_pdev *pdev,
  * disconnect with the current AP.
  * @pdev: pdev object
  * @bssid: BSSID of the AP
- * @con_state: Connection stae (connected/disconnected)
+ * @con_state: Connection state (connected/disconnected)
  *
  * This API will inform the DLM about the state with the AP so that if the AP
  * is selected, and the connection went through, and the connection did not

+ 1 - 1
components/denylist_mgr/dispatcher/inc/wlan_dlm_ucfg_api.h

@@ -121,7 +121,7 @@ void ucfg_dlm_dump_deny_list_ap(struct wlan_objmgr_pdev *pdev);
  * disconnect with the current AP.
  * @pdev: pdev object
  * @bssid: BSSID of the AP
- * @con_state: Connection stae (connected/disconnected)
+ * @con_state: Connection state (connected/disconnected)
  *
  * This API will inform the DLM about the state with the AP so that if the AP
  * is selected, and the connection went through, and the connection did not