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
Este commit está contenido en:
Jeff Johnson
2023-02-13 20:15:22 -08:00
cometido por Madan Koyyalamudi
padre de1279ed3f
commit 4042de592d
Se han modificado 33 ficheros con 287 adiciones y 250 borrados

Ver fichero

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2017 The Linux Foundation. All rights reserved.
* Copyright (c) 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
@@ -29,7 +30,7 @@
#include "qdf_types.h"
/**
* struct qdf_debug_domain - debug domains for tracking resource allocations
* enum qdf_debug_domain - debug domains for tracking resource allocations
* @QDF_DEBUG_DOMAIN_INIT: The default debug domain, tied to driver load
* @QDF_DEBUG_DOMAIN_ACTIVE: The active debug domain, tied some "running" state
* @QDF_DEBUG_DOMAIN_COUNT: The number of debug domains for iterating, etc.