qcacmn: Fix typo "comand"

Replace typo "comand" with correct spelling "command".

Change-Id: Ia56f21487ac36e687aff8ac0ba693174e1e4a202
CRs-Fixed: 2238309
This commit is contained in:
Jeff Johnson
2018-05-06 16:10:43 -07:00
committed by nshrivas
parent ac11e17b7c
commit 19a59fec80
2 changed files with 2 additions and 2 deletions

View File

@@ -1041,7 +1041,7 @@ static QDF_STATUS send_suspend_cmd_non_tlv(wmi_unified_t wmi_handle,
wmi_buf_t wmibuf; wmi_buf_t wmibuf;
uint32_t len = sizeof(wmi_pdev_suspend_cmd); uint32_t len = sizeof(wmi_pdev_suspend_cmd);
/*send the comand to Target to ignore the /*send the command to Target to ignore the
* PCIE reset so as to ensure that Host and target * PCIE reset so as to ensure that Host and target
* states are in sync*/ * states are in sync*/
wmibuf = wmi_buf_alloc(wmi_handle, len); wmibuf = wmi_buf_alloc(wmi_handle, len);

View File

@@ -1271,7 +1271,7 @@ static QDF_STATUS send_suspend_cmd_tlv(wmi_unified_t wmi_handle,
int32_t ret; int32_t ret;
/* /*
* send the comand to Target to ignore the * send the command to Target to ignore the
* PCIE reset so as to ensure that Host and target * PCIE reset so as to ensure that Host and target
* states are in sync * states are in sync
*/ */