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

@@ -547,7 +547,7 @@ void dp_ppdu_desc_deliver(struct dp_pdev *pdev, struct ppdu_info *ppdu_info);
#ifdef QCA_RSSI_DB2DBM
/*
* dp_mon_pdev_params_rssi_dbm_conv() --> to set rssi in dbm converstion
* dp_mon_pdev_params_rssi_dbm_conv() --> to set rssi in dbm conversion
* params into monitor pdev.
*@cdp_soc: dp soc handle.
*@params: cdp_rssi_db2dbm_param_dp structure value.
@@ -2133,7 +2133,7 @@ static inline void dp_monitor_flush_rings(struct dp_soc *soc)
/*
* dp_monitor_config_undecoded_metadata_capture() - Monitor config
* undecoded metatdata capture
* undecoded metadata capture
* @pdev: point to pdev
* @val: val
*
@@ -2669,7 +2669,7 @@ static inline void dp_monitor_peer_tx_capture_filter_check(struct dp_pdev *pdev,
* dp_monitor_tx_add_to_comp_queue() - add completion msdu to queue
*
* This API returns QDF_STATUS_SUCCESS in case where buffer is added
* to txmonitor queue successfuly caller will not free the buffer in
* to txmonitor queue successfully caller will not free the buffer in
* this case. In other cases this API return QDF_STATUS_E_FAILURE and
* caller frees the buffer
*