hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/drivers/gpu/arm/bifrost/mali_kbase_debug.h
....@@ -1,7 +1,7 @@
11 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22 /*
33 *
4
- * (C) COPYRIGHT 2012-2015, 2017, 2020-2021 ARM Limited. All rights reserved.
4
+ * (C) COPYRIGHT 2012-2015, 2017, 2020-2022 ARM Limited. All rights reserved.
55 *
66 * This program is free software and is provided to you under the terms of the
77 * GNU General Public License version 2 as published by the Free Software
....@@ -65,7 +65,7 @@
6565 #endif
6666
6767 /**
68
- * KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) - (Private) system printing
68
+ * KBASEP_DEBUG_ASSERT_OUT() - (Private) system printing
6969 * function associated to the @ref KBASE_DEBUG_ASSERT_MSG event.
7070 * @trace: location in the code from where the message is printed
7171 * @function: function from where the message is printed
....@@ -125,7 +125,7 @@
125125 #endif /* KBASE_DEBUG_DISABLE_ASSERTS */
126126
127127 /**
128
- * KBASE_DEBUG_CODE( X ) - Executes the code inside the macro only in debug mode
128
+ * KBASE_DEBUG_CODE() - Executes the code inside the macro only in debug mode
129129 * @X: Code to compile only in debug mode.
130130 */
131131 #ifdef CONFIG_MALI_BIFROST_DEBUG