On 7/4/25 10:26, Markus Armbruster wrote:
Coccinelle's indentation of virt_create_plic() results in a long line.
Avoid that by mimicking the old indentation manually.
Don't touch tests/tcg/mips/user/. I'm not sure these files are ours
to make style cleanups on. They might be imported third-party code,
which we should leave as is to not complicate future updates.
Signed-off-by: Markus Armbruster <arm...@redhat.com>
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
---
hw/gpio/pca9554.c | 5 +----
hw/i386/kvm/xen_xenstore.c | 4 +---
hw/riscv/virt.c | 25 ++++++++++---------------
hw/scsi/esp.c | 5 +----
hw/vfio/common.c | 7 ++-----
plugins/api.c | 4 +---
tests/qtest/cmsdk-apb-watchdog-test.c | 6 +-----
tests/qtest/pnv-host-i2c-test.c | 4 +---
tests/qtest/stm32l4x5_usart-test.c | 6 +-----
tools/i386/qemu-vmsr-helper.c | 5 +----
10 files changed, 20 insertions(+), 51 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>