diff options
Diffstat (limited to 'drivers/acpi/utilities/utalloc.c')
-rw-r--r-- | drivers/acpi/utilities/utalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/utilities/utalloc.c b/drivers/acpi/utilities/utalloc.c index dc7f24b3a1c0..e04b6119a4d7 100644 --- a/drivers/acpi/utilities/utalloc.c +++ b/drivers/acpi/utilities/utalloc.c | |||
@@ -866,7 +866,7 @@ void acpi_ut_dump_allocations(u32 component, char *module) | |||
866 | 866 | ||
867 | if (!num_outstanding) { | 867 | if (!num_outstanding) { |
868 | ACPI_DEBUG_PRINT((ACPI_DB_ERROR, | 868 | ACPI_DEBUG_PRINT((ACPI_DB_ERROR, |
869 | "No outstanding allocations.\n")); | 869 | "No outstanding allocations\n")); |
870 | } else { | 870 | } else { |
871 | ACPI_DEBUG_PRINT((ACPI_DB_ERROR, | 871 | ACPI_DEBUG_PRINT((ACPI_DB_ERROR, |
872 | "%d(%X) Outstanding allocations\n", | 872 | "%d(%X) Outstanding allocations\n", |