qcacmn: Fix typo "lenght"

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

Change-Id: Ieea0c547c61248e510835d16a9fa55ace486df23
CRs-Fixed: 2238309
This commit is contained in:
Jeff Johnson
2018-05-06 15:40:42 -07:00
committed by nshrivas
parent 81cf683117
commit 390679cb4e
2 changed files with 5 additions and 5 deletions

View File

@@ -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 {