diff options
Diffstat (limited to 'drivers/acpi/acpica/utdebug.c')
-rw-r--r-- | drivers/acpi/acpica/utdebug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/utdebug.c b/drivers/acpi/acpica/utdebug.c index 4f3f888d33bb..cd02693841db 100644 --- a/drivers/acpi/acpica/utdebug.c +++ b/drivers/acpi/acpica/utdebug.c | |||
@@ -111,8 +111,8 @@ void acpi_ut_track_stack_ptr(void) | |||
111 | * RETURN: Updated pointer to the function name | 111 | * RETURN: Updated pointer to the function name |
112 | * | 112 | * |
113 | * DESCRIPTION: Remove the "Acpi" prefix from the function name, if present. | 113 | * DESCRIPTION: Remove the "Acpi" prefix from the function name, if present. |
114 | * This allows compiler macros such as __func__ to be used with no | 114 | * This allows compiler macros such as __func__ to be used |
115 | * change to the debug output. | 115 | * with no change to the debug output. |
116 | * | 116 | * |
117 | ******************************************************************************/ | 117 | ******************************************************************************/ |
118 | 118 | ||