From c00ae5bd4dc3bae9baa950f2c97461f93d64eb03 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Sun, 6 May 2018 16:06:35 -0700 Subject: [PATCH] qcacld-3.0: Fix typo "aquired" Replace typo "aquired" with correct spelling "acquired". Change-Id: I67700be588fb55e033eef98d9de0e54a4b19a57c CRs-Fixed: 2238297 --- core/hdd/src/wlan_hdd_hostapd.h | 4 ++-- core/mac/src/pe/lim/lim_process_sme_req_messages.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/hdd/src/wlan_hdd_hostapd.h b/core/hdd/src/wlan_hdd_hostapd.h index 22b5af5d91..7170e820b6 100644 --- a/core/hdd/src/wlan_hdd_hostapd.h +++ b/core/hdd/src/wlan_hdd_hostapd.h @@ -123,7 +123,7 @@ QDF_STATUS hdd_hostapd_sap_event_cb(tpSap_Event pSapEvent, /** * hdd_init_ap_mode() - to init the AP adaptor * @adapter: SAP/GO adapter - * @rtnl_held: flag to indicate if RTNL lock needs to be aquired + * @rtnl_held: flag to indicate if RTNL lock needs to be acquired * * This API can be called to open the SAP session as well as * to create and store the vdev object. It also initializes necessary @@ -134,7 +134,7 @@ QDF_STATUS hdd_init_ap_mode(struct hdd_adapter *adapter, bool reinit); * hdd_deinit_ap_mode() - to deinit the AP adaptor * @hdd_ctx: pointer to hdd_ctx * @adapter: SAP/GO adapter - * @rtnl_held: flag to indicate if RTNL lock needs to be aquired + * @rtnl_held: flag to indicate if RTNL lock needs to be acquired * * This API can be called to close the SAP session as well as * release the vdev object completely. It also deinitializes necessary diff --git a/core/mac/src/pe/lim/lim_process_sme_req_messages.c b/core/mac/src/pe/lim/lim_process_sme_req_messages.c index e10a6ff499..aaf7dd4405 100644 --- a/core/mac/src/pe/lim/lim_process_sme_req_messages.c +++ b/core/mac/src/pe/lim/lim_process_sme_req_messages.c @@ -1154,7 +1154,7 @@ void lim_get_random_bssid(tpAniSirGlobal pMac, uint8_t *data) * __lim_process_clear_dfs_channel_list() * ***FUNCTION: - ***Clear DFS channel list when country is changed/aquired. + ***Clear DFS channel list when country is changed/acquired. .*This message is sent from SME. * ***LOGIC: