.. | .. |
---|
1 | 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
---|
2 | 2 | /* |
---|
3 | 3 | * |
---|
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. |
---|
5 | 5 | * |
---|
6 | 6 | * This program is free software and is provided to you under the terms of the |
---|
7 | 7 | * GNU General Public License version 2 as published by the Free Software |
---|
.. | .. |
---|
65 | 65 | #endif |
---|
66 | 66 | |
---|
67 | 67 | /** |
---|
68 | | - * KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) - (Private) system printing |
---|
| 68 | + * KBASEP_DEBUG_ASSERT_OUT() - (Private) system printing |
---|
69 | 69 | * function associated to the @ref KBASE_DEBUG_ASSERT_MSG event. |
---|
70 | 70 | * @trace: location in the code from where the message is printed |
---|
71 | 71 | * @function: function from where the message is printed |
---|
.. | .. |
---|
125 | 125 | #endif /* KBASE_DEBUG_DISABLE_ASSERTS */ |
---|
126 | 126 | |
---|
127 | 127 | /** |
---|
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 |
---|
129 | 129 | * @X: Code to compile only in debug mode. |
---|
130 | 130 | */ |
---|
131 | 131 | #ifdef CONFIG_MALI_BIFROST_DEBUG |
---|