mirror of
git://nv-tegra.nvidia.com/kernel/nvethernetrm.git
synced 2025-12-23 09:56:41 +03:00
osi: core: fix Doxygen warnings
1) Fix Doxygen warnings 2) include debug.h code only when OSI_DEBUG is defined JIRA NET-570 Change-Id: I5d002b959925bec3898cc2faafe3f506b3c9bd22 Signed-off-by: Narayan Reddy<narayanr@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/kernel/nvethernetrm/+/2847327 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
2a82c10c8f
commit
3fff0cd9ba
@@ -153,9 +153,9 @@
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @addtogroup Helper Helper MACROS
|
||||
* @addtogroup Generic helper MACROS
|
||||
*
|
||||
* @brief EQOS generic helper MACROS.
|
||||
* @brief These are Generic helper macros used at various places.
|
||||
* @{
|
||||
*/
|
||||
#define OSI_UCHAR_MAX (0xFFU)
|
||||
@@ -253,6 +253,7 @@
|
||||
#define OSI_DEBUG_TYPE_REG 2U
|
||||
#define OSI_DEBUG_TYPE_STRUCTS 3U
|
||||
#endif /* OSI_DEBUG */
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @brief unused function attribute
|
||||
|
||||
Reference in New Issue
Block a user