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
committad av Madan Koyyalamudi
förälder de1279ed3f
incheckning 4042de592d
33 ändrade filer med 287 tillägg och 250 borttagningar

Visa fil

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2019 The Linux Foundation. All rights reserved.
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2021, 2023 Qualcomm Innovation Center, Inc. All rights reserved.
*
*
* Permission to use, copy, modify, and/or distribute this software for
@@ -48,9 +48,9 @@ struct qdf_tracker {
* qdf_tracker_declare() - statically declare a qdf_tacker instance
* @name: C identifier to use for the new qdf_tracker
* @bits: the number of bits to use for hashing the resource pointers
* @leak_title: the string title to use when logging leaks
* @track_title: the string title to use when logging double tracking issues
* @untrack_title: the string title to use when logging double untracking issues
* @_leak_title: the string title to use when logging leaks
* @_track_title: the string title to use when logging double tracking issues
* @_untrack_title: the string title to use when logging double untracking issues
*/
#define qdf_tracker_declare(name, bits, _leak_title, \
_track_title, _untrack_title) \