diff options
author | Bob Moore <robert.moore@intel.com> | 2009-06-24 01:39:29 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-08-27 10:17:20 -0400 |
commit | 8d590c7af1152685efcf302905baeb6dda3c2d2f (patch) | |
tree | 3cc92c33678f4085f416b3a2e849458e5f9e3a80 /drivers/acpi/acpica/utmisc.c | |
parent | 0444e8f6d72d6e38f92d48884bc90bbc6c22fd5a (diff) |
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: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/utmisc.c')
-rw-r--r-- | drivers/acpi/acpica/utmisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/utmisc.c b/drivers/acpi/acpica/utmisc.c index 5bd29606dc61..61f6315fce9f 100644 --- a/drivers/acpi/acpica/utmisc.c +++ b/drivers/acpi/acpica/utmisc.c | |||
@@ -54,7 +54,7 @@ ACPI_MODULE_NAME("utmisc") | |||
54 | * Common suffix for messages | 54 | * Common suffix for messages |
55 | */ | 55 | */ |
56 | #define ACPI_COMMON_MSG_SUFFIX \ | 56 | #define ACPI_COMMON_MSG_SUFFIX \ |
57 | acpi_os_printf(" %8.8X %s-%u\n", ACPI_CA_VERSION, module_name, line_number) | 57 | acpi_os_printf(" (%8.8X/%s-%u)\n", ACPI_CA_VERSION, module_name, line_number) |
58 | /******************************************************************************* | 58 | /******************************************************************************* |
59 | * | 59 | * |
60 | * FUNCTION: acpi_ut_validate_exception | 60 | * FUNCTION: acpi_ut_validate_exception |