Deleted Added
full compact
utxferror.c (238381) utxferror.c (239340)
1/*******************************************************************************
2 *
3 * Module Name: utxferror - Various error/warning output functions
4 *
5 ******************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

--- 73 unchanged lines hidden (view full) ---

82/*
83 * Common message prefixes
84 */
85#define ACPI_MSG_ERROR "ACPI Error: "
86#define ACPI_MSG_EXCEPTION "ACPI Exception: "
87#define ACPI_MSG_WARNING "ACPI Warning: "
88#define ACPI_MSG_INFO "ACPI: "
89
1/*******************************************************************************
2 *
3 * Module Name: utxferror - Various error/warning output functions
4 *
5 ******************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

--- 73 unchanged lines hidden (view full) ---

82/*
83 * Common message prefixes
84 */
85#define ACPI_MSG_ERROR "ACPI Error: "
86#define ACPI_MSG_EXCEPTION "ACPI Exception: "
87#define ACPI_MSG_WARNING "ACPI Warning: "
88#define ACPI_MSG_INFO "ACPI: "
89
90#define ACPI_MSG_BIOS_ERROR "ACPI Firmware Error: "
91#define ACPI_MSG_BIOS_WARNING "ACPI Firmware Warning: "
90#define ACPI_MSG_BIOS_ERROR "ACPI BIOS Bug: Error: "
91#define ACPI_MSG_BIOS_WARNING "ACPI BIOS Bug: Warning: "
92
93/*
94 * Common message suffix
95 */
96#define ACPI_MSG_SUFFIX \
97 AcpiOsPrintf (" (%8.8X/%s-%u)\n", ACPI_CA_VERSION, ModuleName, LineNumber)
98
99

--- 465 unchanged lines hidden ---
92
93/*
94 * Common message suffix
95 */
96#define ACPI_MSG_SUFFIX \
97 AcpiOsPrintf (" (%8.8X/%s-%u)\n", ACPI_CA_VERSION, ModuleName, LineNumber)
98
99

--- 465 unchanged lines hidden ---