qcacld-3.0: Fix misspelling "recevied"
Multiple instances of the misspelling "recevied" are present, so replace them with the correct spelling "received." Change-Id: Ie0421bc472d5c25f1fbcc5e8c9333e0283a6e129 CRs-Fixed: 3271103
This commit is contained in:

committed by
Madan Koyyalamudi

parent
f21436ab59
commit
adc9857a94
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2012, 2014-2017, 2019 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. 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
|
||||
@@ -124,7 +125,7 @@ struct ol_txrx_stats_tx {
|
||||
/* MSDUs successfully sent across the WLAN */
|
||||
struct ol_txrx_stats_elem delivered;
|
||||
struct ol_txrx_stats_tx_dropped dropped;
|
||||
/* contains information of packets recevied per tx completion*/
|
||||
/* contains information of packets received per tx completion*/
|
||||
struct ol_txrx_stats_tx_histogram comp_histogram;
|
||||
/* TSO (TCP segmentation offload) information */
|
||||
struct ol_txrx_stats_tx_tso tso;
|
||||
|
@@ -433,7 +433,7 @@ static qdf_nbuf_t dp_rx_tm_thread_dequeue(struct dp_rx_thread *rx_thread)
|
||||
#ifdef CONFIG_SLUB_DEBUG_ON
|
||||
/**
|
||||
* dp_rx_thread_should_yield() - check whether rx loop should yield
|
||||
* @iter - iteration of packets recevied
|
||||
* @iter - iteration of packets received
|
||||
*
|
||||
* Returns: should yield or not
|
||||
*/
|
||||
|
@@ -327,7 +327,7 @@ static inline QDF_STATUS hdd_get_sap_ht2040_mode(
|
||||
* wlan_hdd_cfg80211_stop_ap() - stop sap
|
||||
* @wiphy: Pointer to wiphy
|
||||
* @dev: Pointer to netdev
|
||||
* @link_id: Link id for which this stop_ap is recevied.
|
||||
* @link_id: Link id for which this stop_ap is received.
|
||||
*
|
||||
* Return: zero for success non-zero for failure
|
||||
*/
|
||||
|
@@ -681,7 +681,7 @@ static QDF_STATUS sme_rrm_scan_request_callback(struct mac_context *mac,
|
||||
QDF_STATUS qdf_status = QDF_STATUS_SUCCESS;
|
||||
|
||||
/*
|
||||
* Even if RRM scan response is recevied after roaming to different AP
|
||||
* Even if RRM scan response is received after roaming to different AP
|
||||
* the messege shall be posted to PE for rrm cleanup.
|
||||
*/
|
||||
|
||||
|
@@ -2376,7 +2376,7 @@ static inline void wma_process_cal_fail_info(uint8_t *wmi_event)
|
||||
/**
|
||||
* wma_flush_complete_evt_handler() - FW log flush complete event handler
|
||||
* @handle: WMI handle
|
||||
* @event: Event recevied from FW
|
||||
* @event: Event received from FW
|
||||
* @len: Length of the event
|
||||
*
|
||||
*/
|
||||
@@ -4006,7 +4006,7 @@ static int wma_log_supported_evt_handler(void *handle,
|
||||
/**
|
||||
* wma_pdev_set_hw_mode_resp_evt_handler() - Set HW mode resp evt handler
|
||||
* @handle: WMI handle
|
||||
* @event: Event recevied from FW
|
||||
* @event: Event received from FW
|
||||
* @len: Length of the event
|
||||
*
|
||||
* Event handler for WMI_PDEV_SET_HW_MODE_RESP_EVENTID that is sent to host
|
||||
@@ -4245,7 +4245,7 @@ wma_process_mac_freq_mapping(struct cm_hw_mode_trans_ind *hw_mode_trans_ind,
|
||||
/**
|
||||
* wma_pdev_hw_mode_transition_evt_handler() - HW mode transition evt handler
|
||||
* @handle: WMI handle
|
||||
* @event: Event recevied from FW
|
||||
* @event: Event received from FW
|
||||
* @len: Length of the event
|
||||
*
|
||||
* Event handler for WMI_PDEV_HW_MODE_TRANSITION_EVENTID that indicates an
|
||||
|
Reference in New Issue
Block a user