mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 23:34:05 +08:00
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>
This commit is contained in:
parent
4c106aa411
commit
b12ebe5935
@ -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));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user