qcacmn: Fix misspelling "recevied"

Multiple instances of the misspelling "recevied" are present, so
replace them with the correct spelling "received."

Change-Id: Ibd7f4a136541be8aa98f5bee4db7f75af0271f53
CRs-Fixed: 3273526
This commit is contained in:
Jeff Johnson
2022-08-22 16:01:12 -07:00
committato da Madan Koyyalamudi
parent 3a7048480c
commit 88c15dadbb
8 ha cambiato i file con 35 aggiunte e 33 eliminazioni

Vedi File

@@ -329,10 +329,10 @@ struct dp_tx_mon_downstream_tlv_config {
* rx_frame_bitmap_ack: RX_FRAME_BITMAP_ACK TLV
* rx_frame_1k_bitmap_ack: RX_FRAME_1K_BITMAP_ACK TLV
* coex_tx_status: COEX_TX_STATUS TLV
* recevied_response_info: RECEIVED_RESPONSE_INFO TLV
* recevied_response_info_p2: RECEIVED_RESPONSE_INFO_PART2 TLV
* received_response_info: RECEIVED_RESPONSE_INFO TLV
* received_response_info_p2: RECEIVED_RESPONSE_INFO_PART2 TLV
* ofdma_trigger_details: OFDMA_TRIGGER_DETAILS
* recevied_trigger_info: RECEIVED_TRIGGER_INFO
* received_trigger_info: RECEIVED_TRIGGER_INFO
* pdg_tx_request: PDG_TX_REQUEST
* pdg_response: PDG_RESPONSE
* pdg_trig_response: PDG_TRIG_RESPONSE
@@ -417,10 +417,10 @@ struct dp_tx_mon_upstream_tlv_config {
rx_frame_bitmap_ack:1,
rx_frame_1k_bitmap_ack:1,
coex_tx_status:1,
recevied_response_info:1,
recevied_response_info_p2:1,
received_response_info:1,
received_response_info_p2:1,
ofdma_trigger_details:1,
recevied_trigger_info:1,
received_trigger_info:1,
pdg_tx_request:1,
pdg_response:1,
pdg_trig_response:1,