qcacmn: Fix typo "doesnt"
Replace typo "doesnt" with correct spelling "doesn't". Change-Id: I10c7e288056ca296d4e69ec7ad47404482cbf6f3 CRs-Fixed: 2238309
This commit is contained in:
@@ -648,7 +648,7 @@ static QDF_STATUS scm_add_update_entry(struct wlan_objmgr_psoc *psoc,
|
||||
if (scan_params->frm_subtype ==
|
||||
MGMT_SUBTYPE_PROBE_RESP &&
|
||||
!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 ||
|
||||
|
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -19702,7 +19702,7 @@ static QDF_STATUS extract_chan_stats_tlv(wmi_unified_t wmi_handle,
|
||||
(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->sampling_period_us = ev->sampling_period_us;
|
||||
chan_stats->rx_clear_count = ev->rx_clear_count;
|
||||
|
Reference in New Issue
Block a user