diff --git a/core/cds/inc/cds_ieee80211_common.h b/core/cds/inc/cds_ieee80211_common.h index 5a2ec1b26a..ac63e9d319 100644 --- a/core/cds/inc/cds_ieee80211_common.h +++ b/core/cds/inc/cds_ieee80211_common.h @@ -1910,7 +1910,7 @@ struct ieee80211_ie_ext_cap { #define IEEE80211_EXTCAPIE_OP_MODE_NOTIFY 0x40000000 /* bit-62 Operating Mode notification */ /* - * These caps are populated when we recieve beacon/probe response + * These caps are populated when we receive beacon/probe response * This is used to maintain local TDLS cap bit masks */ diff --git a/core/dp/htt/htt_t2h.c b/core/dp/htt/htt_t2h.c index 9d4ac8b73f..ee8b8713fe 100644 --- a/core/dp/htt/htt_t2h.c +++ b/core/dp/htt/htt_t2h.c @@ -55,9 +55,9 @@ /** * htt_rx_frag_set_last_msdu() - set last msdu bit in rx descriptor - * for recieved frames + * for received frames * @pdev: Handle (pointer) to HTT pdev. - * @msg: htt recieved msg + * @msg: htt received msg * * Return: None */ diff --git a/core/dp/ol/inc/ol_htt_tx_api.h b/core/dp/ol/inc/ol_htt_tx_api.h index e17a748aa5..f10db28127 100644 --- a/core/dp/ol/inc/ol_htt_tx_api.h +++ b/core/dp/ol/inc/ol_htt_tx_api.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2017 The Linux Foundation. All rights reserved. + * Copyright (c) 2011-2018 The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -452,7 +452,7 @@ htt_tx_send_batch(htt_pdev_handle htt_pdev, /* The htt scheduler for queued packets in htt * htt when unable to send to HTC because of lack of resource * forms a nbuf queue which is flushed when tx completion event from - * target is recieved + * target is received */ void htt_tx_sched(htt_pdev_handle pdev); diff --git a/core/dp/txrx/ol_txrx_types.h b/core/dp/txrx/ol_txrx_types.h index 878dfa42a7..fa906731f2 100644 --- a/core/dp/txrx/ol_txrx_types.h +++ b/core/dp/txrx/ol_txrx_types.h @@ -1119,7 +1119,7 @@ struct ol_txrx_vdev_t { } tso_pool_t; #endif - /* last channel change event recieved */ + /* last channel change event received */ struct { bool is_valid; /* whether the rest of the members are valid */ uint16_t mhz; diff --git a/core/hdd/src/wlan_hdd_scan.c b/core/hdd/src/wlan_hdd_scan.c index e64ee9f3f6..4b89a8bf34 100644 --- a/core/hdd/src/wlan_hdd_scan.c +++ b/core/hdd/src/wlan_hdd_scan.c @@ -399,7 +399,7 @@ static int wlan_hdd_update_scan_ies(struct hdd_adapter *adapter, * @source: scan request source(NL/Vendor scan) * * This API responds to scan trigger and update cfg80211 scan database - * later, scan dump command can be used to recieve scan results + * later, scan dump command can be used to receive scan results * * Return: 0 for success, non zero for failure */ @@ -638,7 +638,7 @@ static int __wlan_hdd_cfg80211_scan(struct wiphy *wiphy, * @request: Pointer to scan request * * This API responds to scan trigger and update cfg80211 scan database - * later, scan dump command can be used to recieve scan results + * later, scan dump command can be used to receive scan results * * Return: 0 for success, non zero for failure */ @@ -661,7 +661,7 @@ int wlan_hdd_cfg80211_scan(struct wiphy *wiphy, * @source: scan request source(NL/Vendor scan) * * This API responds to scan trigger and update cfg80211 scan database - * later, scan dump command can be used to recieve scan results. This + * later, scan dump command can be used to receive scan results. This * function gets called when tdls module queues the scan request. * * Return: 0 for success, non zero for failure. diff --git a/core/mac/src/pe/lim/lim_ft_preauth.c b/core/mac/src/pe/lim/lim_ft_preauth.c index 5626cf72b8..3f44970ac7 100644 --- a/core/mac/src/pe/lim/lim_ft_preauth.c +++ b/core/mac/src/pe/lim/lim_ft_preauth.c @@ -545,7 +545,7 @@ void lim_process_ft_preauth_rsp_timeout(tpAniSirGlobal mac_ctx) } /* - * To handle the race condition where we recieve preauth rsp after + * To handle the race condition where we receive preauth rsp after * timer has expired. */ if (true == diff --git a/core/mac/src/pe/lim/lim_process_assoc_rsp_frame.c b/core/mac/src/pe/lim/lim_process_assoc_rsp_frame.c index 5671069b13..0aacc44b17 100644 --- a/core/mac/src/pe/lim/lim_process_assoc_rsp_frame.c +++ b/core/mac/src/pe/lim/lim_process_assoc_rsp_frame.c @@ -544,7 +544,7 @@ lim_process_assoc_rsp_frame(tpAniSirGlobal mac_ctx, * Should not have received Re/Association * Response frame on AP. Log error */ - pe_err("Should not recieved Re/Assoc Response in role: %d", + pe_err("Should not received Re/Assoc Response in role: %d", GET_LIM_SYSTEM_ROLE(session_entry)); qdf_mem_free(beacon); return; diff --git a/core/mac/src/pe/lim/lim_process_mlm_req_messages.c b/core/mac/src/pe/lim/lim_process_mlm_req_messages.c index 7565623870..1cd1e8459e 100644 --- a/core/mac/src/pe/lim/lim_process_mlm_req_messages.c +++ b/core/mac/src/pe/lim/lim_process_mlm_req_messages.c @@ -815,7 +815,7 @@ failure: * * This function does following: * Check for suspend state. - * If success, proceed with setting link state to recieve the + * If success, proceed with setting link state to receive the * probe response/beacon from intended AP. * Switch to the APs channel. * On an error case, send the MLM_JOIN_CNF with error status. diff --git a/core/mac/src/pe/lim/lim_utils.c b/core/mac/src/pe/lim/lim_utils.c index 9e72447024..1d2785a5f3 100644 --- a/core/mac/src/pe/lim/lim_utils.c +++ b/core/mac/src/pe/lim/lim_utils.c @@ -6944,7 +6944,7 @@ void lim_update_obss_scanparams(tpPESession session, tDot11fIEOBSSScanParameters *scan_params) { /* - * If the recieved value is not in the range specified + * If the received value is not in the range specified * by the Specification then it will be the default value * configured through cfg */ diff --git a/core/sap/src/sap_fsm.c b/core/sap/src/sap_fsm.c index 86439499eb..d94b3a6894 100644 --- a/core/sap/src/sap_fsm.c +++ b/core/sap/src/sap_fsm.c @@ -2713,7 +2713,7 @@ static QDF_STATUS sap_fsm_state_disconnecting(struct sap_context *sap_ctx, qdf_status = sap_goto_disconnecting(sap_ctx); } else if ((msg == eSAP_HDD_STOP_INFRA_BSS) && (sap_ctx->is_chan_change_inprogress)) { - /* stop bss is recieved while processing channel change */ + /* stop bss is received while processing channel change */ QDF_TRACE(QDF_MODULE_ID_SAP, QDF_TRACE_LEVEL_INFO, FL("in state %s, event msg %d result %d"), "eSAP_DISCONNECTING ", msg, sap_event->u2);