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
parent c359185095
commit ebfbc0d927
52 changed files with 177 additions and 174 deletions

View File

@@ -8319,7 +8319,7 @@ bool dp_peer_get_hw_txrx_stats_en(struct dp_txrx_peer *txrx_peer)
#ifdef WLAN_FEATURE_11BE_MLO
static inline struct dp_peer *dp_get_stats_peer(struct dp_peer *peer)
{
/* ML primay link peer return mld_peer */
/* ML primary link peer return mld_peer */
if (IS_MLO_DP_LINK_PEER(peer) && peer->primary_link)
return peer->mld_peer;