Re: [PATCH v1 14/15] aspeed: fix coding style

2024-07-18 Thread Cédric Le Goater
On 7/18/24 08:49, Jamin Lin wrote: Fix coding style issues from checkpatch.pl Test command: ./scripts/checkpatch.pl --no-tree -f hw/arm/aspeed.c Signed-off-by: Jamin Lin Reviewed-by: Cédric Le Goater Thanks, C. --- hw/arm/aspeed.c | 21 ++--- 1 file changed, 14 inse

[PATCH v1 14/15] aspeed: fix coding style

2024-07-17 Thread Jamin Lin via
Fix coding style issues from checkpatch.pl Test command: ./scripts/checkpatch.pl --no-tree -f hw/arm/aspeed.c Signed-off-by: Jamin Lin --- hw/arm/aspeed.c | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c index 53a4f665d