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
committed by Madan Koyyalamudi
parent 01bf3d1808
commit 5daf948dfe
11 changed files with 21 additions and 21 deletions

View File

@@ -46,7 +46,7 @@ void dp_free_ctx(void);
/** /**
* dp_get_front_intf_no_lock() - Get the first interface from the intf list * dp_get_front_intf_no_lock() - Get the first interface from the intf list
* This API doesnot use any lock in it's implementation. It is the caller's * This API does not use any lock in it's implementation. It is the caller's
* directive to ensure concurrency safety. * directive to ensure concurrency safety.
* @dp_ctx: pointer to the DP context * @dp_ctx: pointer to the DP context
* @out_intf: double pointer to pass the next interface * @out_intf: double pointer to pass the next interface
@@ -59,7 +59,7 @@ dp_get_front_intf_no_lock(struct wlan_dp_psoc_context *dp_ctx,
/** /**
* dp_get_next_intf_no_lock() - Get the next intf from the intf list * dp_get_next_intf_no_lock() - Get the next intf from the intf list
* This API doesnot use any lock in it's implementation. It is the caller's * This API does not use any lock in it's implementation. It is the caller's
* directive to ensure concurrency safety. * directive to ensure concurrency safety.
* @dp_ctx: pointer to the DP context * @dp_ctx: pointer to the DP context
* @cur_intf: pointer to the current intf * @cur_intf: pointer to the current intf

View File

@@ -613,7 +613,7 @@ void wlan_dp_pkt_add_timestamp(struct wlan_dp_intf *dp_intf,
#if defined(FEATURE_LRO) #if defined(FEATURE_LRO)
/** /**
* dp_lro_set_reset() - API for Disable/Enable LRO * dp_lro_set_reset() - API for Disable/Enable LRO
* @dp_intf: DP inerface pointer * @dp_intf: DP interface pointer
* @enable_flag: enable or disable LRO. * @enable_flag: enable or disable LRO.
* *
* Return: 0 on success and non zero on failure. * Return: 0 on success and non zero on failure.

View File

@@ -45,7 +45,7 @@
#ifdef FEATURE_BUS_BANDWIDTH_MGR #ifdef FEATURE_BUS_BANDWIDTH_MGR
/** /**
* bus_bw_table_default - default table which provides bus bandwidth level * bus_bw_table_default - default table which provides bus bandwidth level
* corresonding to a given connection mode and throughput level. * corresponding to a given connection mode and throughput level.
*/ */
static bus_bw_table_type bus_bw_table_default = { static bus_bw_table_type bus_bw_table_default = {
[QCA_WLAN_802_11_MODE_11B] = {BUS_BW_LEVEL_NONE, BUS_BW_LEVEL_1, [QCA_WLAN_802_11_MODE_11B] = {BUS_BW_LEVEL_NONE, BUS_BW_LEVEL_1,
@@ -80,7 +80,7 @@ static bus_bw_table_type bus_bw_table_default = {
/** /**
* bus_bw_table_low_latency - table which provides bus bandwidth level * bus_bw_table_low_latency - table which provides bus bandwidth level
* corresonding to a given connection mode and throughput level in low * corresponding to a given connection mode and throughput level in low
* latency setting. * latency setting.
*/ */
static bus_bw_table_type bus_bw_table_low_latency = { static bus_bw_table_type bus_bw_table_low_latency = {

View File

@@ -450,7 +450,7 @@ dp_rx_fisa_setup_cmem_fse(struct dp_rx_fst *fisa_hdl, uint32_t hashed_flow_idx,
/** /**
* dp_rx_fisa_update_sw_ft_entry() - Helper function to update few SW FT entry * dp_rx_fisa_update_sw_ft_entry() - Helper function to update few SW FT entry
* @sw_ft_entry: Pointer to softerware flow tabel entry * @sw_ft_entry: Pointer to softerware flow table entry
* @flow_hash: flow_hash for the flow * @flow_hash: flow_hash for the flow
* @vdev: Saving dp_vdev in FT later used in the flushing the flow * @vdev: Saving dp_vdev in FT later used in the flushing the flow
* @flow_id: Flow ID of the flow * @flow_id: Flow ID of the flow

View File

@@ -450,7 +450,7 @@ static void dp_ini_tcp_settings(struct wlan_dp_psoc_cfg *config,
#ifdef CONFIG_DP_TRACE #ifdef CONFIG_DP_TRACE
/** /**
* dp_trace_cfg_update() - initialize DP Trace config * dp_trace_cfg_update() - initialize DP Trace config
* @config : Configuration paramerts * @config : Configuration parameters
* @psoc: psoc handle * @psoc: psoc handle
*/ */
static void static void
@@ -476,7 +476,7 @@ dp_trace_cfg_update(struct wlan_dp_psoc_cfg *config,
#ifdef WLAN_NUD_TRACKING #ifdef WLAN_NUD_TRACKING
/** /**
* dp_nud_tracking_cfg_update() - initialize NUD Tracking config * dp_nud_tracking_cfg_update() - initialize NUD Tracking config
* @config : Configuration paramerts * @config : Configuration parameters
* @psoc: psoc handle * @psoc: psoc handle
*/ */
static void static void
@@ -496,7 +496,7 @@ dp_nud_tracking_cfg_update(struct wlan_dp_psoc_cfg *config,
#ifdef QCA_SUPPORT_TXRX_DRIVER_TCP_DEL_ACK #ifdef QCA_SUPPORT_TXRX_DRIVER_TCP_DEL_ACK
/** /**
* dp_ini_tcp_del_ack_settings() - initialize TCP delack config * dp_ini_tcp_del_ack_settings() - initialize TCP delack config
* @config : Configuration paramerts * @config : Configuration parameters
* @psoc: psoc handle * @psoc: psoc handle
*/ */
static void dp_ini_tcp_del_ack_settings(struct wlan_dp_psoc_cfg *config, static void dp_ini_tcp_del_ack_settings(struct wlan_dp_psoc_cfg *config,
@@ -523,7 +523,7 @@ static void dp_ini_tcp_del_ack_settings(struct wlan_dp_psoc_cfg *config,
#ifdef WLAN_SUPPORT_TXRX_HL_BUNDLE #ifdef WLAN_SUPPORT_TXRX_HL_BUNDLE
/** /**
* dp_hl_bundle_cfg_update() - initialize TxRx HL bundle config * dp_hl_bundle_cfg_update() - initialize TxRx HL bundle config
* @config : Configuration paramerts * @config : Configuration parameters
* @psoc: psoc handle * @psoc: psoc handle
*/ */
static void dp_hl_bundle_cfg_update(struct wlan_dp_psoc_cfg *config, static void dp_hl_bundle_cfg_update(struct wlan_dp_psoc_cfg *config,
@@ -751,7 +751,7 @@ dp_rx_mic_error_ind(struct cdp_ctrl_objmgr_psoc *psoc, uint8_t pdev_id,
} }
/* /*
* Store mic error info pointer in dp_intf * Store mic error info pointer in dp_intf
* for freeing up the alocated memory in case * for freeing up the allocated memory in case
* the work scheduled below is flushed or deinitialized. * the work scheduled below is flushed or deinitialized.
*/ */
dp_intf->mic_work.status = DP_MIC_SCHEDULED; dp_intf->mic_work.status = DP_MIC_SCHEDULED;
@@ -851,8 +851,8 @@ dp_peer_obj_create_notification(struct wlan_objmgr_peer *peer, void *arg)
sta_info->dhcp_phase = DHCP_PHASE_ACK; sta_info->dhcp_phase = DHCP_PHASE_ACK;
sta_info->dhcp_nego_status = DHCP_NEGO_STOP; sta_info->dhcp_nego_status = DHCP_NEGO_STOP;
dp_info("sta info crated mac:" QDF_MAC_ADDR_FMT, dp_info("sta info created mac:" QDF_MAC_ADDR_FMT,
QDF_MAC_ADDR_REF(&sta_info->sta_mac)); QDF_MAC_ADDR_REF(&sta_info->sta_mac));
return status; return status;
} }

View File

@@ -48,7 +48,7 @@
/* Type declarations */ /* Type declarations */
/* Function definitions and documenation */ /* Function definitions and documentation */
#ifdef QCA_DP_SAP_DUMP_SK_BUFF #ifdef QCA_DP_SAP_DUMP_SK_BUFF
/** /**
* dp_softap_dump_nbuf() - Dump an nbuf * dp_softap_dump_nbuf() - Dump an nbuf

View File

@@ -143,7 +143,7 @@ static int dp_intf_is_tx_allowed(qdf_nbuf_t nbuf,
* name or not * name or not
* *
* @nbuf: Network buffer pointer * @nbuf: Network buffer pointer
* @dp_intf: DP interface poniter * @dp_intf: DP interface pointer
* *
* Returns: true if matches else false * Returns: true if matches else false
*/ */

View File

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

View File

@@ -16,7 +16,7 @@
* PERFORMANCE OF THIS SOFTWARE. * 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 * @enabled: Feature enabled/disabled config
* @def_dscp: Default DSCP value in regular packets in traffic * @def_dscp: Default DSCP value in regular packets in traffic
* @spl_dscp: Special DSCP value to be used by packet to mark * @spl_dscp: Special DSCP value to be used by packet to mark

View File

@@ -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 * ucfg_dp_create_intf() - update DP interface MAC address
* @psoc: psoc handle * @psoc: psoc handle
* @cur_mac: Curent MAC address * @cur_mac: Current MAC address
* @new_mac: new MAC address * @new_mac: new MAC address
* *
*/ */

View File

@@ -312,7 +312,7 @@ QDF_STATUS ucfg_dp_deinit(void)
} }
/** /**
* ucfg_dp_suspend_handler() - suspend handler regsitered with PMO component * ucfg_dp_suspend_handler() - suspend handler registered with PMO component
* @psoc: psoc handle * @psoc: psoc handle
* @arg: Arguments passed by the suspend handler. * @arg: Arguments passed by the suspend handler.
* *
@@ -342,7 +342,7 @@ ucfg_dp_suspend_handler(struct wlan_objmgr_psoc *psoc, void *arg)
} }
/** /**
* ucfg_dp_resume_handler() - resume handler regsitered with PMO component * ucfg_dp_resume_handler() - resume handler registered with PMO component
* @psoc: psoc handle * @psoc: psoc handle
* @arg: Arguments passed by the resume handler. * @arg: Arguments passed by the resume handler.
* *