diff --git a/wmi/inc/wmi_unified_param.h b/wmi/inc/wmi_unified_param.h index da06b0ef6a..2775f7b82b 100644 --- a/wmi/inc/wmi_unified_param.h +++ b/wmi/inc/wmi_unified_param.h @@ -1239,7 +1239,7 @@ struct peer_assoc_params { /** * struct sta_ps_params - sta ps cmd parameter * @vdev_id: vdev id - * @param: sta ps paramter + * @param: sta ps parameter * @value: sta ps parameter value */ struct sta_ps_params { @@ -1251,8 +1251,8 @@ struct sta_ps_params { /** * struct ap_ps_params - ap ps cmd parameter * @vdev_id: vdev id - * @param: ap ps paramter - * @value: ap ps paramter value + * @param: ap ps parameter + * @value: ap ps parameter value */ struct ap_ps_params { uint32_t vdev_id; diff --git a/wmi/src/wmi_unified_api.c b/wmi/src/wmi_unified_api.c index 74dc6f0a38..8e1e9abf3e 100644 --- a/wmi/src/wmi_unified_api.c +++ b/wmi/src/wmi_unified_api.c @@ -626,7 +626,7 @@ QDF_STATUS wmi_unified_sta_ps_cmd_send(void *wmi_hdl, /** * wmi_crash_inject() - inject fw crash * @wma_handle: wma handle - * @param: ponirt to crash inject paramter structure + * @param: ponirt to crash inject parameter structure * * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure */ @@ -1106,7 +1106,7 @@ QDF_STATUS wmi_unified_get_temperature(void *wmi_hdl) /** * wmi_unified_set_sta_uapsd_auto_trig_cmd() - set uapsd auto trigger command * @wmi_hdl: wmi handle - * @end_set_sta_ps_mode_cmd: cmd paramter strcture + * @end_set_sta_ps_mode_cmd: cmd parameter strcture * * This function sets the trigger * uapsd params such as service interval, delay interval diff --git a/wmi/src/wmi_unified_non_tlv.c b/wmi/src/wmi_unified_non_tlv.c index fea19fa768..d986a135da 100644 --- a/wmi/src/wmi_unified_non_tlv.c +++ b/wmi/src/wmi_unified_non_tlv.c @@ -1329,7 +1329,7 @@ static QDF_STATUS send_set_ps_mode_cmd_non_tlv(wmi_unified_t wmi_handle, /** * send_crash_inject_cmd_non_tlv() - inject fw crash * @param wmi_handle : handle to WMI. - * @param: ponirt to crash inject paramter structure + * @param: ponirt to crash inject parameter structure * * Return: 0 for success or return error */ diff --git a/wmi/src/wmi_unified_tlv.c b/wmi/src/wmi_unified_tlv.c index 185f5f8ca0..c1e6b92c1c 100644 --- a/wmi/src/wmi_unified_tlv.c +++ b/wmi/src/wmi_unified_tlv.c @@ -1545,7 +1545,7 @@ static QDF_STATUS send_set_sta_ps_param_cmd_tlv(wmi_unified_t wmi_handle, /** * send_crash_inject_cmd_tlv() - inject fw crash * @wmi_handle: wmi handle - * @param: ponirt to crash inject paramter structure + * @param: ponirt to crash inject parameter structure * * Return: QDF_STATUS_SUCCESS for success or return error */