diff options
| author | David Laight <david.laight.linux@gmail.com> | 2026-05-27 20:07:08 +0200 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2026-05-27 20:18:46 +0200 |
| commit | fe64bc7954b57df49cec0eee21e8f5960d9b8713 (patch) | |
| tree | 29494b06248c08ec39b7bd9a5d7921aa71af4e69 /include/linux/pps_kernel.h | |
| parent | 485829e6999b7909f50761a1c708660304edc945 (diff) | |
ACPICA: Remove spurious precision from format used to dump parse trees
The debug code in acpi_ps_delete_parse_tree() uses ("%*.s", level * 4, " ")
to indent traces.
POSIX requires the empty precision be treated as zero, but the kernel treats
is as 'no precision specified'.
Change to ("%*s", level * 4, "") since there is additional whitespace and no
reason to indent by one space when level is zero.
Link: https://github.com/acpica/acpica/commit/a87038098af6
Signed-off-by: David Laight <david.laight.linux@gmail.com>
Signed-off-by: Pawel Chmielewski <pawel.chmielewski@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://patch.msgid.link/2914242.BEx9A2HvPv@rafael.j.wysocki
Diffstat (limited to 'include/linux/pps_kernel.h')
0 files changed, 0 insertions, 0 deletions
