diff options
-rw-r--r-- | drivers/acpi/acpica/utdebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/utdebug.c b/drivers/acpi/acpica/utdebug.c index 5796e11a0671..ffd0db509d34 100644 --- a/drivers/acpi/acpica/utdebug.c +++ b/drivers/acpi/acpica/utdebug.c | |||
@@ -190,7 +190,7 @@ acpi_debug_print(u32 requested_debug_level, | |||
190 | * Display the module name, current line number, thread ID (if requested), | 190 | * Display the module name, current line number, thread ID (if requested), |
191 | * current procedure nesting level, and the current procedure name | 191 | * current procedure nesting level, and the current procedure name |
192 | */ | 192 | */ |
193 | acpi_os_printf("%8s-%04ld ", module_name, line_number); | 193 | acpi_os_printf("%9s-%04ld ", module_name, line_number); |
194 | 194 | ||
195 | if (ACPI_LV_THREADS & acpi_dbg_level) { | 195 | if (ACPI_LV_THREADS & acpi_dbg_level) { |
196 | acpi_os_printf("[%u] ", (u32)thread_id); | 196 | acpi_os_printf("[%u] ", (u32)thread_id); |