Re: [PATCH 3/3] hw/audio/sb16: block structure coding style fixes

2025-07-08 Thread Philippe Mathieu-Daudé
On 7/7/25 21:30, Volker Rümelin wrote: Change the block structure according to the QEMU Coding Style documentation. Signed-off-by: Volker Rümelin --- hw/audio/sb16.c | 57 + 1 file changed, 20 insertions(+), 37 deletions(-) Reviewed-by: Phili

Re: [PATCH 3/3] hw/audio/sb16: block structure coding style fixes

2025-07-08 Thread Manos Pitsidianakis
On Mon, Jul 7, 2025 at 10:31 PM Volker Rümelin wrote: > > Change the block structure according to the QEMU Coding Style > documentation. > > Signed-off-by: Volker Rümelin > --- > hw/audio/sb16.c | 57 + > 1 file changed, 20 insertions(+), 37 deleti

[PATCH 3/3] hw/audio/sb16: block structure coding style fixes

2025-07-07 Thread Volker Rümelin
Change the block structure according to the QEMU Coding Style documentation. Signed-off-by: Volker Rümelin --- hw/audio/sb16.c | 57 + 1 file changed, 20 insertions(+), 37 deletions(-) diff --git a/hw/audio/sb16.c b/hw/audio/sb16.c index 714144eb6