qcacmn: Fix misspelling of "address"

Fix misspelling of "address" in hal_be_rx_tlv.h.

Change-Id: I453ba64489fc790b05e6880f943be7a8d1cba75c
CRs-Fixed: 3314144
This commit is contained in:
Jeff Johnson
2022-10-16 23:25:44 -07:00
committed by Madan Koyyalamudi
parent cbce7e71c4
commit 4f56107e25

View File

@@ -899,7 +899,7 @@ static inline bool hal_rx_mpdu_info_ampdu_flag_get_be(uint8_t *buf)
*
* @dst_ring_desc: reo dest ring descriptor (used for Lithium DP)
* @buf: pointer to the start of RX PKT TLV headers
* Return: qdesc adrress in reo destination ring buffer
* Return: qdesc address in reo destination ring buffer
*/
static inline uint64_t hal_rx_get_qdesc_addr_be(uint8_t *dst_ring_desc,
uint8_t *buf)