Re: [PATCH v3 1/3] hw/audio/ac97: Coding style fixes to avoid checkpatch errors

2022-04-25 Thread Víctor Colombo
On 23/04/2022 06:36, BALATON Zoltan wrote: Signed-off-by: BALATON Zoltan --- v3: Fixed misalignments and drop spaces before commas hw/audio/ac97.c | 733 1 file changed, 360 insertions(+), 373 deletions(-) Reviewed-by: Víctor Colombo

[PATCH v3 1/3] hw/audio/ac97: Coding style fixes to avoid checkpatch errors

2022-04-23 Thread BALATON Zoltan
Signed-off-by: BALATON Zoltan --- v3: Fixed misalignments and drop spaces before commas hw/audio/ac97.c | 733 1 file changed, 360 insertions(+), 373 deletions(-) diff --git a/hw/audio/ac97.c b/hw/audio/ac97.c index 3cb8131060..6b1c12bece 100644