aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schmauss <[email protected]>2017-11-17 15:42:20 -0800
committerRafael J. Wysocki <[email protected]>2017-11-27 01:20:31 +0100
commitb12ebe59353c76e08d4a956a2c8a6a13b3b98839 (patch)
treed69fb1dfff1fd17cd58b81779dec792707ce0fbe
parent4c106aa411ee7c1919589f283a4f17888dfee387 (diff)
ACPICA: ACPICA: style edits to utility function output, no functional change
ACPICA commit 8070a23749f1c2eedec313f42f564b5375054137 Link: https://github.com/acpica/acpica/commit/8070a237 Signed-off-by: Erik Schmauss <[email protected]> Signed-off-by: Bob Moore <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
-rw-r--r--drivers/acpi/acpica/uttrack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/uttrack.c b/drivers/acpi/acpica/uttrack.c
index 3c8de88ecbd5..28a302eb2015 100644
--- a/drivers/acpi/acpica/uttrack.c
+++ b/drivers/acpi/acpica/uttrack.c
@@ -717,7 +717,7 @@ exit:
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));
}