hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/include/acpi/acpiosxf.h
....@@ -5,7 +5,7 @@
55 * interfaces must be implemented by OSL to interface the
66 * ACPI components to the host operating system.
77 *
8
- * Copyright (C) 2000 - 2018, Intel Corp.
8
+ * Copyright (C) 2000 - 2020, Intel Corp.
99 *
1010 *****************************************************************************/
1111
....@@ -330,6 +330,7 @@
330330 * Debug print routines
331331 */
332332 #ifndef ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_printf
333
+ACPI_PRINTF_LIKE(1)
333334 void ACPI_INTERNAL_VAR_XFACE acpi_os_printf(const char *format, ...);
334335 #endif
335336