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
committed by Madan Koyyalamudi
parent b26f2f678c
commit 3bdf954afc
40 changed files with 103 additions and 87 deletions

View File

@@ -31,7 +31,7 @@
typedef __qdf_thread_t qdf_thread_t;
typedef QDF_STATUS (*qdf_thread_func)(void *context);
/* Function declarations and documenation */
/* Function declarations and documentation */
void qdf_sleep(uint32_t ms_interval);