qcacmn: Fix typo "doesnt"

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

Change-Id: I10c7e288056ca296d4e69ec7ad47404482cbf6f3
CRs-Fixed: 2238309
This commit is contained in:
Jeff Johnson
2018-05-06 17:53:18 -07:00
committed by nshrivas
parent 3f0dfd144a
commit 2b2ed37d86
3 changed files with 3 additions and 3 deletions

View File

@@ -648,7 +648,7 @@ static QDF_STATUS scm_add_update_entry(struct wlan_objmgr_psoc *psoc,
if (scan_params->frm_subtype == if (scan_params->frm_subtype ==
MGMT_SUBTYPE_PROBE_RESP && MGMT_SUBTYPE_PROBE_RESP &&
!scan_params->ie_list.ssid) !scan_params->ie_list.ssid)
scm_info("Probe resp doesnt contain SSID"); scm_info("Probe resp doesn't contain SSID");
if (scan_params->ie_list.csa || if (scan_params->ie_list.csa ||

View File

@@ -8033,7 +8033,7 @@ static QDF_STATUS extract_chan_stats_non_tlv(wmi_unified_t wmi_handle,
void *evt_buf, void *evt_buf,
uint32_t index, wmi_host_chan_stats *chan_stats) 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; return QDF_STATUS_SUCCESS;
} }

View File

@@ -19702,7 +19702,7 @@ static QDF_STATUS extract_chan_stats_tlv(wmi_unified_t wmi_handle,
(index * sizeof(wmi_chan_stats))); (index * sizeof(wmi_chan_stats)));
/* Non-TLV doesnt have num_chan_stats */ /* Non-TLV doesn't have num_chan_stats */
chan_stats->chan_mhz = ev->chan_mhz; chan_stats->chan_mhz = ev->chan_mhz;
chan_stats->sampling_period_us = ev->sampling_period_us; chan_stats->sampling_period_us = ev->sampling_period_us;
chan_stats->rx_clear_count = ev->rx_clear_count; chan_stats->rx_clear_count = ev->rx_clear_count;