qcacmn: Fix typo "lenght"

Replace typo "lenght" with correct spelling "length".

Change-Id: Ieea0c547c61248e510835d16a9fa55ace486df23
CRs-Fixed: 2238309
这个提交包含在:
Jeff Johnson
2018-05-06 15:40:42 -07:00
提交者 nshrivas
父节点 d087edef2e
当前提交 dc9c55962d
修改 9 个文件,包含 14 行新增14 行删除

查看文件

@@ -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_len = HAL_RX_GET_USER_TLV32_LEN(rx_tlv);
tlv_tag = HAL_RX_GET_USER_TLV32_TYPE(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 * TLVs that follow. Skip the TLV header and
* rx_rxpcu_classification_overview that follows the header to get to * rx_rxpcu_classification_overview that follows the header to get to
* next TLV. * 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 * @nbytes: number of bytes in the message
* @pipe_info: used for the pipe_number info * @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. * and calls the upper layer callback.
* *
* return: None * 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 * Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the * 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 * @status_code: status to be incuded in the frame
* @peer_capability: peer capability information * @peer_capability: peer capability information
* @buf: additional IEs to be included * @buf: additional IEs to be included
* @len: lenght of additional Ies * @len: length of additional Ies
* @oper: cfg80211 TDLS operation * @oper: cfg80211 TDLS operation
* *
* Return: 0 on success; negative errno otherwise * 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 * @skb: sk buff
* *
* Return: size of l2+l3+l4 header length * 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 * typedef __qdf_segment_t - segment of memory
* @daddr: dma address * @daddr: dma address
* @len: lenght of segment * @len: length of segment
*/ */
typedef struct __qdf_segment { typedef struct __qdf_segment {
dma_addr_t daddr; dma_addr_t daddr;

查看文件

@@ -303,7 +303,7 @@ uint8_t policy_mgr_get_channel(struct wlan_objmgr_psoc *psoc,
* @psoc: PSOC object information * @psoc: PSOC object information
* @mode: Device mode * @mode: Device mode
* @pcl_channels: PCL channels * @pcl_channels: PCL channels
* @len: lenght of the PCL * @len: length of the PCL
* @pcl_weight: Weights of the PCL * @pcl_weight: Weights of the PCL
* @weight_len: Max length of the weights list * @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 * 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 * This function returns a pointer to the current connections
* list * list

查看文件

@@ -4044,7 +4044,7 @@ struct remove_beacon_filter_params {
/** /**
* struct mgmt_params - Mgmt params * struct mgmt_params - Mgmt params
* @vdev_id: vdev id * @vdev_id: vdev id
* @buf_len: lenght of frame buffer * @buf_len: length of frame buffer
* @wbuf: frame buffer * @wbuf: frame buffer
*/ */
struct mgmt_params { struct mgmt_params {
@@ -4461,7 +4461,7 @@ struct proxy_ast_reserve_params {
* @key: pointer to key * @key: pointer to key
* @key_len: length of key * @key_len: length of key
* @data: pointer data buf * @data: pointer data buf
* @data_len: lenght of data buf * @data_len: length of data buf
* @mode: mode * @mode: mode
* @op: operation * @op: operation
* @pdev_id: pdev_id for identifying the MAC * @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 * struct wmi_host_fips_event_param: FIPS event param
* @pdev_id: pdev id * @pdev_id: pdev id
* @error_status: Error status: 0 (no err), 1, or OPER_TIMEOUR * @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 * @data: pointer to data
*/ */
struct wmi_host_fips_event_param { 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 * Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the * 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. * @wmi_hdl: wmi handle.
* @evt_buf: event buffer * @evt_buf: event buffer
* @ch_avoid_ind: buffer pointer to save the event processed data * @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 * 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 /* copy_hw_mode_id_in_init_cmd() - Helper routine to copy hw_mode in init cmd
* @wmi_handle: pointer to wmi handle * @wmi_handle: pointer to wmi handle
* @buf_ptr: pointer to current position in init command buffer * @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 * @param: point host parameters for init command
* *
* Return: Updated pointer of buf_ptr. * Return: Updated pointer of buf_ptr.