diff --git a/wmi_unified_param.h b/wmi_unified_param.h index b33f3b356e..64dc05dd52 100644 --- a/wmi_unified_param.h +++ b/wmi_unified_param.h @@ -714,7 +714,7 @@ enum wmi_bcn_tx_rate_code { * @intr_update: flag to check if need to update * required wma interface params * @intr_ssid: pointer to wma interface ssid - * @intr_flags: poiter to wma interface flags + * @intr_flags: pointer to wma interface flags * @requestor_id: to update requestor id * @disable_hw_ack: to update disable hw ack flag * @info: to update channel info @@ -1137,7 +1137,7 @@ typedef struct { * @tx_mcs_set: tx mcs * @vht_capable: VHT capabalities * @tx_max_mcs_nss: max tx MCS and NSS - * @peer_bw_rxnss_override: Peer BW RX NSS overriden or not. + * @peer_bw_rxnss_override: Peer BW RX NSS overridden or not. * @is_pmf_enabled: PMF enabled * @is_wme_set: WME enabled * @qos_flag: QoS Flags @@ -1390,7 +1390,7 @@ struct dbglog_params { /** * struct seg_hdr_info - header info * @len: length - * @msgref: message refrence + * @msgref: message reference * @segmentInfo: segment info * @pad: padding */ @@ -1472,7 +1472,7 @@ struct tx_send_params { * @tx_params_valid: Flag that indicates if TX params are valid * @use_6mbps: specify whether management frame to transmit should * use 6 Mbps rather than 1 Mbps min rate(for 5GHz band or P2P) - * @tx_type: type of managment frame (determines what callback to use) + * @tx_type: type of management frame (determines what callback to use) */ struct wmi_mgmt_params { void *tx_frame; @@ -3142,7 +3142,7 @@ struct nan_req_params { * @rc4_key: rc4 key * @rc4_key_len: rc4 key length * @ip_id: NC id - * @ip_device_ip: NC IP addres + * @ip_device_ip: NC IP address * @ip_server_ip: Push server IP address * @tcp_src_port: NC TCP port * @tcp_dst_port: Push server TCP port @@ -5283,7 +5283,7 @@ struct wmi_host_per_chain_rssi_stats { * @peer_tx_rate: last tx data rate used for peer * @peer_rx_rate: last rx data rate used for peer * @currentper: Current PER - * @retries: Retries happend during transmission + * @retries: Retries happened during transmission * @txratecount: Maximum Aggregation Size * @max4msframelen: Max4msframelen of tx rates used * @totalsubframes: Total no of subframes diff --git a/wmi_unified_priv.h b/wmi_unified_priv.h index fb677d0aac..dfe0097d55 100644 --- a/wmi_unified_priv.h +++ b/wmi_unified_priv.h @@ -1734,7 +1734,7 @@ void wmi_unified_register_module(enum wmi_target_type target_type, void wmi_tlv_init(void); void wmi_non_tlv_init(void); #ifdef WMI_NON_TLV_SUPPORT -/* ONLY_NON_TLV_TARGET:TLV attach dummy function defintion for case when +/* ONLY_NON_TLV_TARGET:TLV attach dummy function definition for case when * driver supports only NON-TLV target (WIN mainline) */ #define wmi_tlv_attach(x) qdf_print("TLV Unavailable\n") #else diff --git a/wmi_unified_twt_param.h b/wmi_unified_twt_param.h index ced9357384..3e61d47d62 100644 --- a/wmi_unified_twt_param.h +++ b/wmi_unified_twt_param.h @@ -151,7 +151,7 @@ enum WMI_HOST_TWT_COMMAND { * wake_dura_us must be divided evenly by 256, * i.e., wake_dura_us % 256 == 0 * @sp_offset_us: this long time after TWT setup the 1st SP will start. - * @twt_cmd: cmd from enum WMI_HOST_TWT_COMAND + * @twt_cmd: cmd from enum WMI_HOST_TWT_COMMAND * @flag_bcast: 0 means Individual TWT, * 1 means Broadcast TWT * @flag_trigger: 0 means non-Trigger-enabled TWT,