Browse Source

qcacmn: Fix misspelling of "address"

Fix misspelling of "address" in hal_be_rx_tlv.h.

Change-Id: I453ba64489fc790b05e6880f943be7a8d1cba75c
CRs-Fixed: 3314144
Jeff Johnson 2 years ago
parent
commit
4f56107e25
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hal/wifi3.0/be/hal_be_rx_tlv.h

+ 1 - 1
hal/wifi3.0/be/hal_be_rx_tlv.h

@@ -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)