From 19a59fec8088a7c32f3c10cefc1fb74271a4a139 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Sun, 6 May 2018 16:10:43 -0700 Subject: [PATCH] qcacmn: Fix typo "comand" Replace typo "comand" with correct spelling "command". Change-Id: Ia56f21487ac36e687aff8ac0ba693174e1e4a202 CRs-Fixed: 2238309 --- wmi_unified_non_tlv.c | 2 +- wmi_unified_tlv.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wmi_unified_non_tlv.c b/wmi_unified_non_tlv.c index a3880d2b2c..15e0daf15b 100644 --- a/wmi_unified_non_tlv.c +++ b/wmi_unified_non_tlv.c @@ -1041,7 +1041,7 @@ static QDF_STATUS send_suspend_cmd_non_tlv(wmi_unified_t wmi_handle, wmi_buf_t wmibuf; 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 * states are in sync*/ wmibuf = wmi_buf_alloc(wmi_handle, len); diff --git a/wmi_unified_tlv.c b/wmi_unified_tlv.c index 119132f8e0..f96d23c34c 100644 --- a/wmi_unified_tlv.c +++ b/wmi_unified_tlv.c @@ -1271,7 +1271,7 @@ static QDF_STATUS send_suspend_cmd_tlv(wmi_unified_t wmi_handle, 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 * states are in sync */