qcacmn: htc: Fix misspellings

Address the following issues in the htc folder:
CHECK: 'mesage' may be misspelled - perhaps 'message'?
CHECK: 'packtes' may be misspelled - perhaps 'packets'?
CHECK: 'throught' may be misspelled - perhaps 'through'?

Change-Id: Ied03e5a720ca1cd872c88df4e5cb4e014210b729
CRs-Fixed: 2241577
This commit is contained in:
Jeff Johnson
2018-05-12 11:34:43 -07:00
کامیت شده توسط nshrivas
والد f7aed493b1
کامیت 4b253f0e56
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده

مشاهده پرونده

@@ -660,7 +660,7 @@ static QDF_STATUS htc_issue_packets(HTC_TARGET *target,
#ifdef FEATURE_RUNTIME_PM
/**
* extract_htc_pm_packtes(): move pm packets from endpoint into queue
* extract_htc_pm_packets(): move pm packets from endpoint into queue
* @endpoint: which enpoint to extract packets from
* @queue: a queue to store extracted packets in.
*
@@ -2000,7 +2000,7 @@ void htc_tx_resource_avail_handler(void *context, uint8_t pipeID)
* htc_kick_queues(): resumes tx transactions of suspended endpoints
* @context: pointer to the htc target context
*
* Iterates throught the enpoints and provides a context to empty queues
* Iterates through the enpoints and provides a context to empty queues
* int the hif layer when they are stalled due to runtime suspend.
*
* Return: none