qcacmn: qdf: Fix misspellings

Fix misspellings in qdf/...

Change-Id: If61ee47fba94b2bb60f33ab74feda56dbe5cb7bd
CRs-Fixed: 3277902
Šī revīzija ir iekļauta:
Jeff Johnson
2022-08-27 13:46:36 -07:00
revīziju iesūtīja Madan Koyyalamudi
vecāks b26f2f678c
revīzija 3bdf954afc
40 mainīti faili ar 103 papildinājumiem un 87 dzēšanām

Parādīt failu

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2018 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
@@ -94,7 +95,7 @@ do { \
/**
* qdf_talloc_assert_no_children() - assert @parent has not child allocations
* @parent: the parent memory ponter to check
* @parent: the parent memory pointer to check
*
* Return: None
*/
@@ -130,7 +131,7 @@ void __qdf_tfree_fl(void *ptr, const char *func, const uint16_t line);
/**
* qdf_talloc_assert_no_children_fl() - assert @parent has not child allocations
* @parent: the parent memory ponter to check
* @parent: the parent memory pointer to check
* @func: name of the function requesting the assert
* @line: line number of the call site in @func
*