qcacmn: Fix typo "doesnt"

Replace typo "doesnt" with correct spelling "doesn't".

Change-Id: I10c7e288056ca296d4e69ec7ad47404482cbf6f3
CRs-Fixed: 2238309
此提交包含在:
Jeff Johnson
2018-05-06 17:53:18 -07:00
提交者 nshrivas
父節點 bbd428c9bf
當前提交 79eaacb1e1
共有 2 個檔案被更改,包括 2 行新增2 行删除

查看文件

@@ -8033,7 +8033,7 @@ static QDF_STATUS extract_chan_stats_non_tlv(wmi_unified_t wmi_handle,
void *evt_buf,
uint32_t index, wmi_host_chan_stats *chan_stats)
{
/* Non-TLV doesnt have num_chan_stats */
/* Non-TLV doesn't have num_chan_stats */
return QDF_STATUS_SUCCESS;
}