qcacmn: Fix typo "doesnt"
Replace typo "doesnt" with correct spelling "doesn't". Change-Id: I10c7e288056ca296d4e69ec7ad47404482cbf6f3 CRs-Fixed: 2238309
This commit is contained in:
@@ -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