qcacmn: fix compilation issue

fix the spelling typo when passing the argument dp_soc

Change-Id: I9b4155af801feddbfad706d292267629f9f2c5b5
CRs-Fixed: 3306506
This commit is contained in:
Tallapragada Kalyan
2022-10-04 15:14:28 +05:30
committed by Madan Koyyalamudi
父節點 0e57c9b492
當前提交 9ab6f487c0

查看文件

@@ -568,7 +568,7 @@ static inline
qdf_dma_addr_t dp_rx_rep_retrieve_paddr(struct dp_soc *dp_soc, qdf_nbuf_t nbuf,
uint32_t buf_size)
{
return dp_rx_nbuf_sync_no_dsb(soc, nbuf, rx_desc_pool->buf_size);
return dp_rx_nbuf_sync_no_dsb(dp_soc, nbuf, buf_size);
}
#else
static inline