[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] acpi-build: Fix hint messages
From: |
Greg Kurz |
Subject: |
[PATCH 0/3] acpi-build: Fix hint messages |
Date: |
Tue, 30 Jan 2024 16:56:50 +0100 |
ACPI build for ARM, i386 and Loongarch all have the
same warning report with a hint for the user. The
hint is printed with error_printf() as expected but
it lacks the terminating '\n'.
Greg Kurz (3):
hw/i386: Add `\n` to hint message
hw/loongarch: Add `\n` to hint message
hw/arm: Add `\n` to hint message
hw/arm/virt-acpi-build.c | 2 +-
hw/i386/acpi-build.c | 4 ++--
hw/loongarch/acpi-build.c | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
--
2.43.0
- [PATCH 0/3] acpi-build: Fix hint messages,
Greg Kurz <=