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
Esse commit está contido em:
Jeff Johnson
2023-02-13 20:15:22 -08:00
commit de Madan Koyyalamudi
commit 4042de592d
33 arquivos alterados com 287 adições e 250 exclusões

Ver arquivo

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2018 The Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2022-2023 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
@@ -71,7 +71,7 @@
/**
* qdf_tfree() - free memory allocated using the *_talloc() function family
* @inout_ptr: double point to memory to free, set to NULL
* @ptr: double point to memory to free, set to NULL
*
* Return: None
*/