diff --git a/htc/htc.c b/htc/htc.c index fefab265b5..201c818495 100644 --- a/htc/htc.c +++ b/htc/htc.c @@ -447,7 +447,7 @@ A_STATUS htc_setup_target_buffer_assignments(HTC_TARGET *target) * FW mboxping app directly sits on HTC and it simply drops * or loops back TX packets. For rx perf, FW mboxping app * generates packets and passes packets to HTC to send to host. - * There is no WMI mesage exchanges between host and target + * There is no WMI message exchanges between host and target * in endpoint ping case. * In host side, the endpoint ping driver is a Ethernet driver * and it directly sits on HTC. Only HIF, HTC, QDF, ADF are diff --git a/htc/htc_send.c b/htc/htc_send.c index faf5b7b95d..d9a769f3e1 100644 --- a/htc/htc_send.c +++ b/htc/htc_send.c @@ -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