qcacmn: Fix typo "lenght"
Replace typo "lenght" with correct spelling "length". Change-Id: Ieea0c547c61248e510835d16a9fa55ace486df23 CRs-Fixed: 2238309
This commit is contained in:
@@ -477,7 +477,7 @@ hal_rx_status_get_next_tlv(uint8_t *rx_tlv) {
|
||||
tlv_len = HAL_RX_GET_USER_TLV32_LEN(rx_tlv);
|
||||
tlv_tag = HAL_RX_GET_USER_TLV32_TYPE(rx_tlv);
|
||||
|
||||
/* The actual length of PPDU_END is the combined lenght of many PHY
|
||||
/* The actual length of PPDU_END is the combined length of many PHY
|
||||
* TLVs that follow. Skip the TLV header and
|
||||
* rx_rxpcu_classification_overview that follows the header to get to
|
||||
* next TLV.
|
||||
|
@@ -1849,7 +1849,7 @@ hif_pci_ce_send_done(struct CE_handle *copyeng, void *ce_context,
|
||||
* @nbytes: number of bytes in the message
|
||||
* @pipe_info: used for the pipe_number info
|
||||
*
|
||||
* Checks the packet length, configures the lenght in the netbuff,
|
||||
* Checks the packet length, configures the length in the netbuff,
|
||||
* and calls the upper layer callback.
|
||||
*
|
||||
* return: None
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2017-2018 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -176,7 +176,7 @@ int wlan_cfg80211_tdls_get_all_peers(struct wlan_objmgr_vdev *vdev,
|
||||
* @status_code: status to be incuded in the frame
|
||||
* @peer_capability: peer capability information
|
||||
* @buf: additional IEs to be included
|
||||
* @len: lenght of additional Ies
|
||||
* @len: length of additional Ies
|
||||
* @oper: cfg80211 TDLS operation
|
||||
*
|
||||
* Return: 0 on success; negative errno otherwise
|
||||
|
@@ -1750,7 +1750,7 @@ static inline bool __qdf_nbuf_tso_tcp_v6(struct sk_buff *skb)
|
||||
}
|
||||
|
||||
/**
|
||||
* __qdf_nbuf_l2l3l4_hdr_len() - return the l2+l3+l4 hdr lenght of the skb
|
||||
* __qdf_nbuf_l2l3l4_hdr_len() - return the l2+l3+l4 hdr length of the skb
|
||||
* @skb: sk buff
|
||||
*
|
||||
* Return: size of l2+l3+l4 header length
|
||||
|
@@ -270,7 +270,7 @@ typedef uint32_t ath_dma_addr_t;
|
||||
/**
|
||||
* typedef __qdf_segment_t - segment of memory
|
||||
* @daddr: dma address
|
||||
* @len: lenght of segment
|
||||
* @len: length of segment
|
||||
*/
|
||||
typedef struct __qdf_segment {
|
||||
dma_addr_t daddr;
|
||||
|
@@ -303,7 +303,7 @@ uint8_t policy_mgr_get_channel(struct wlan_objmgr_psoc *psoc,
|
||||
* @psoc: PSOC object information
|
||||
* @mode: Device mode
|
||||
* @pcl_channels: PCL channels
|
||||
* @len: lenght of the PCL
|
||||
* @len: length of the PCL
|
||||
* @pcl_weight: Weights of the PCL
|
||||
* @weight_len: Max length of the weights list
|
||||
*
|
||||
@@ -532,7 +532,7 @@ bool policy_mgr_is_ibss_conn_exist(struct wlan_objmgr_psoc *psoc,
|
||||
|
||||
/**
|
||||
* policy_mgr_get_conn_info() - get the current connections list
|
||||
* @len: lenght of the list
|
||||
* @len: length of the list
|
||||
*
|
||||
* This function returns a pointer to the current connections
|
||||
* list
|
||||
|
@@ -4044,7 +4044,7 @@ struct remove_beacon_filter_params {
|
||||
/**
|
||||
* struct mgmt_params - Mgmt params
|
||||
* @vdev_id: vdev id
|
||||
* @buf_len: lenght of frame buffer
|
||||
* @buf_len: length of frame buffer
|
||||
* @wbuf: frame buffer
|
||||
*/
|
||||
struct mgmt_params {
|
||||
@@ -4461,7 +4461,7 @@ struct proxy_ast_reserve_params {
|
||||
* @key: pointer to key
|
||||
* @key_len: length of key
|
||||
* @data: pointer data buf
|
||||
* @data_len: lenght of data buf
|
||||
* @data_len: length of data buf
|
||||
* @mode: mode
|
||||
* @op: operation
|
||||
* @pdev_id: pdev_id for identifying the MAC
|
||||
@@ -7875,7 +7875,7 @@ struct wmi_host_dcs_interference_param {
|
||||
* struct wmi_host_fips_event_param: FIPS event param
|
||||
* @pdev_id: pdev id
|
||||
* @error_status: Error status: 0 (no err), 1, or OPER_TIMEOUR
|
||||
* @data_len: FIPS data lenght
|
||||
* @data_len: FIPS data length
|
||||
* @data: pointer to data
|
||||
*/
|
||||
struct wmi_host_fips_event_param {
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2017-2018 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -88,7 +88,7 @@ QDF_STATUS wmi_unified_set_user_country_code_cmd_send(void *wmi_hdl,
|
||||
* @wmi_hdl: wmi handle.
|
||||
* @evt_buf: event buffer
|
||||
* @ch_avoid_ind: buffer pointer to save the event processed data
|
||||
* @len: lenght of buffer
|
||||
* @len: length of buffer
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
|
||||
*/
|
||||
|
@@ -13363,7 +13363,7 @@ void wmi_copy_resource_config(wmi_resource_config *resource_cfg,
|
||||
/* copy_hw_mode_id_in_init_cmd() - Helper routine to copy hw_mode in init cmd
|
||||
* @wmi_handle: pointer to wmi handle
|
||||
* @buf_ptr: pointer to current position in init command buffer
|
||||
* @len: pointer to length. This will be updated with current lenght of cmd
|
||||
* @len: pointer to length. This will be updated with current length of cmd
|
||||
* @param: point host parameters for init command
|
||||
*
|
||||
* Return: Updated pointer of buf_ptr.
|
||||
|
Reference in New Issue
Block a user