qcacld-3.0: components: dp: Fix Misspellings

Fix misspellings in components/dp/...

Change-Id: I7c2edc87e8c2efd9dbdaa4a93297f35c2cb972b8
CRs-Fixed: 3303645
This commit is contained in:
Jeff Johnson
2022-09-29 14:36:26 -07:00
zatwierdzone przez Madan Koyyalamudi
rodzic 01bf3d1808
commit 5daf948dfe
11 zmienionych plików z 21 dodań i 21 usunięć

Wyświetl plik

@@ -992,7 +992,7 @@
* <ini>
*
* Enable/disable DPTRACE
* Enabling this might have performace impact.
* Enabling this might have performance impact.
*
* Config DPTRACE
* The sequence of params is important. If some param is missing, defaults are

Wyświetl plik

@@ -16,7 +16,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/**
* DOC: Contains DP public data structure definations.
* DOC: Contains DP public data structure definitions.
*
*/
@@ -721,7 +721,7 @@ struct wlan_dp_user_config {
};
/**
* struct dp_traffic_end_indication - Trafic end indication
* struct dp_traffic_end_indication - Traffic end indication
* @enabled: Feature enabled/disabled config
* @def_dscp: Default DSCP value in regular packets in traffic
* @spl_dscp: Special DSCP value to be used by packet to mark

Wyświetl plik

@@ -54,7 +54,7 @@ ucfg_dp_is_roam_after_nud_enabled(struct wlan_objmgr_psoc *psoc)
/**
* ucfg_dp_create_intf() - update DP interface MAC address
* @psoc: psoc handle
* @cur_mac: Curent MAC address
* @cur_mac: Current MAC address
* @new_mac: new MAC address
*
*/