diff options
| author | Erik Schmauss <erik.schmauss@intel.com> | 2017-11-17 18:42:20 -0500 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-11-26 19:20:31 -0500 |
| commit | b12ebe59353c76e08d4a956a2c8a6a13b3b98839 (patch) | |
| tree | d69fb1dfff1fd17cd58b81779dec792707ce0fbe | |
| parent | 4c106aa411ee7c1919589f283a4f17888dfee387 (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 <erik.schmauss@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
| -rw-r--r-- | drivers/acpi/acpica/uttrack.c | 2 |
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: | |||
| 717 | if (!num_outstanding) { | 717 | if (!num_outstanding) { |
| 718 | ACPI_INFO(("No outstanding allocations")); | 718 | ACPI_INFO(("No outstanding allocations")); |
| 719 | } else { | 719 | } else { |
| 720 | ACPI_ERROR((AE_INFO, "%u(0x%X) Outstanding allocations", | 720 | ACPI_ERROR((AE_INFO, "%u (0x%X) Outstanding cache allocations", |
| 721 | num_outstanding, num_outstanding)); | 721 | num_outstanding, num_outstanding)); |
| 722 | } | 722 | } |
| 723 | 723 | ||
