qcacmn: qdf: Fix misspellings

Fix misspellings in qdf/...

Change-Id: If61ee47fba94b2bb60f33ab74feda56dbe5cb7bd
CRs-Fixed: 3277902
This commit is contained in:
Jeff Johnson
2022-08-27 13:46:36 -07:00
کامیت شده توسط Madan Koyyalamudi
والد b26f2f678c
کامیت 3bdf954afc
40فایلهای تغییر یافته به همراه103 افزوده شده و 87 حذف شده

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

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2014-2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -165,7 +166,7 @@ QDF_STATUS qdf_create_work(qdf_handle_t hdl, qdf_work_t *work,
* @hdl: OS handle
* @work: pointer to work
*
* Retrun: none
* Return: none
*/
void qdf_sched_work(qdf_handle_t hdl, qdf_work_t *work);
@@ -339,7 +340,7 @@ static inline void qdf_destroy_workqueue(qdf_handle_t hdl,
* qdf_sched_work - Schedule a deferred task on non-interrupt context
* @hdl: OS handle
* @work: pointer to work
* Retrun: none
* Return: none
*/
static inline void qdf_sched_work(qdf_handle_t hdl, qdf_work_t *work)
{