]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ACPICA: ACPICA: style edits to utility function output, no functional change
authorErik Schmauss <erik.schmauss@intel.com>
Fri, 17 Nov 2017 23:42:20 +0000 (15:42 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 27 Nov 2017 00:20:31 +0000 (01:20 +0100)
ACPICA commit 8070a23749f1c2eedec313f42f564b5375054137

Link: https://github.com/acpica/acpica/commit/8070a237
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/uttrack.c

index 3c8de88ecbd5ff776f670a2b6b741e5d1a53eae6..28a302eb2015933aba13c64bd2dcf4ce39a54852 100644 (file)
@@ -717,7 +717,7 @@ void acpi_ut_dump_allocations(u32 component, const char *module)
        if (!num_outstanding) {
                ACPI_INFO(("No outstanding allocations"));
        } else {
-               ACPI_ERROR((AE_INFO, "%u(0x%X) Outstanding allocations",
+               ACPI_ERROR((AE_INFO, "%u (0x%X) Outstanding cache allocations",
                            num_outstanding, num_outstanding));
        }