qcacmn: dp: Fix misspellings

Fix misspellings in dp/...

Change-Id: I6ef7a19ee03104ae38a8a77e229b90aa80329592
CRs-Fixed: 3304682
This commit is contained in:
Jeff Johnson
2022-09-30 15:05:49 -07:00
committed by Madan Koyyalamudi
父節點 c359185095
當前提交 ebfbc0d927
共有 52 個文件被更改,包括 177 次插入174 次删除

查看文件

@@ -224,7 +224,7 @@ void dp_rx_set_hdr_pad(qdf_nbuf_t nbuf, uint32_t l3_padding)
* dp_rx_is_special_frame() - check is RX frame special needed
*
* @nbuf: RX skb pointer
* @frame_mask: the mask for speical frame needed
* @frame_mask: the mask for special frame needed
*
* Check is RX frame wanted matched with mask
*
@@ -253,7 +253,7 @@ bool dp_rx_is_special_frame(qdf_nbuf_t nbuf, uint32_t frame_mask)
* @soc: Datapath soc handler
* @peer: pointer to DP peer
* @nbuf: pointer to the skb of RX frame
* @frame_mask: the mask for speical frame needed
* @frame_mask: the mask for special frame needed
* @rx_tlv_hdr: start of rx tlv header
*
* note: Msdu_len must have been stored in QDF_NBUF_CB_RX_PKT_LEN(nbuf) and
@@ -1647,7 +1647,7 @@ dp_rx_link_desc_return_by_addr(struct dp_soc *soc,
/**
* dp_rxdma_err_process() - RxDMA error processing functionality
* @soc: core txrx main contex
* @soc: core txrx main context
* @mac_id: mac id which is one of 3 mac_ids
* @hal_ring: opaque pointer to the HAL Rx Ring, which will be serviced
* @quota: No. of units (packets) that can be serviced in one shot.