hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/acpi/acpica/utdebug.c
....@@ -3,7 +3,7 @@
33 *
44 * Module Name: utdebug - Debug print/trace routines
55 *
6
- * Copyright (C) 2000 - 2018, Intel Corp.
6
+ * Copyright (C) 2000 - 2020, Intel Corp.
77 *
88 *****************************************************************************/
99
....@@ -158,7 +158,7 @@
158158 * Display the module name, current line number, thread ID (if requested),
159159 * current procedure nesting level, and the current procedure name
160160 */
161
- acpi_os_printf("%9s-%04ld ", module_name, line_number);
161
+ acpi_os_printf("%9s-%04d ", module_name, line_number);
162162
163163 #ifdef ACPI_APPLICATION
164164 /*
....@@ -177,7 +177,7 @@
177177 fill_count = 0;
178178 }
179179
180
- acpi_os_printf("[%02ld] %*s",
180
+ acpi_os_printf("[%02d] %*s",
181181 acpi_gbl_nesting_level, acpi_gbl_nesting_level + 1, " ");
182182 acpi_os_printf("%s%*s: ",
183183 acpi_ut_trim_function_name(function_name), fill_count,