qcacmn: Fix typo "paramter"

Replace typo "paramter" with correct spelling "parameter".

Change-Id: I3f6f090a4f5348f64241e08c87b9bcd342696e10
CRs-Fixed: 2238309
This commit is contained in:
Jeff Johnson
2018-05-06 17:02:16 -07:00
committed by nshrivas
parent 3f955233bf
commit bbd428c9bf
3 changed files with 4 additions and 4 deletions

View File

@@ -626,7 +626,7 @@ QDF_STATUS wmi_unified_sta_ps_cmd_send(void *wmi_hdl,
/** /**
* wmi_crash_inject() - inject fw crash * wmi_crash_inject() - inject fw crash
* @wma_handle: wma handle * @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 * 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_unified_set_sta_uapsd_auto_trig_cmd() - set uapsd auto trigger command
* @wmi_hdl: wmi handle * @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 * This function sets the trigger
* uapsd params such as service interval, delay interval * uapsd params such as service interval, delay interval

View File

@@ -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 * send_crash_inject_cmd_non_tlv() - inject fw crash
* @param wmi_handle : handle to WMI. * @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 * Return: 0 for success or return error
*/ */

View File

@@ -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 * send_crash_inject_cmd_tlv() - inject fw crash
* @wmi_handle: wmi handle * @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 * Return: QDF_STATUS_SUCCESS for success or return error
*/ */