qcacmn: Fix QDF documentation

The kernel-doc script identified a large number of documentation
issues in the QDF. A series of patches has already fixed many of the
issues, so fix most of the remaining ones.

Note that the QDF IPA abstraction still has issues, but it is under
rework, so not trying to clean it up until after the rework is
complete.

Change-Id: I10c33e341cb6b46e0f8ada99069616d450c07189
CRs-Fixed: 3406197
This commit is contained in:
Jeff Johnson
2023-02-13 20:15:22 -08:00
committed by Madan Koyyalamudi
parent de1279ed3f
commit 4042de592d
33 changed files with 287 additions and 250 deletions

View File

@@ -145,8 +145,8 @@ static inline void qdf_list_destroy(qdf_list_t *list)
/**
* qdf_list_size() - gives the size of the list
* @list: object of list
* @size: size of the list
* Return: uint32_t
*
* Return: uint32_t size of the list
*/
static inline uint32_t qdf_list_size(qdf_list_t *list)
{