Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8d590c7a authored by Bob Moore's avatar Bob Moore Committed by Len Brown
Browse files

ACPICA: Clarify common suffix for error/warning messages



Added parens around the acpica version/modulename/linenumber to
clearly differentiate this group from the rest of the message.

Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarLin Ming <ming.m.lin@intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 0444e8f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ ACPI_MODULE_NAME("utmisc")
 * Common suffix for messages
 */
#define ACPI_COMMON_MSG_SUFFIX \
	acpi_os_printf(" %8.8X %s-%u\n", ACPI_CA_VERSION, module_name, line_number)
	acpi_os_printf(" (%8.8X/%s-%u)\n", ACPI_CA_VERSION, module_name, line_number)
/*******************************************************************************
 *
 * FUNCTION:    acpi_ut_validate_exception