Re: [PATCH v2 2/4] bulk: Coding style fixes

2023-01-18 Thread Philippe Mathieu-Daudé
On 18/1/23 17:09, Thomas Huth wrote: On 11/01/2023 09.39, Philippe Mathieu-Daudé wrote: Fix the following checkpatch.pl violation on lines using the TARGET_FMT_plx definition to avoid:    WARNING: line over 80 characters It's just a warning... @@ -420,8 +421,9 @@ static int get_segment_6xx_t

Re: [PATCH v2 2/4] bulk: Coding style fixes

2023-01-18 Thread Thomas Huth
On 11/01/2023 09.39, Philippe Mathieu-Daudé wrote: Fix the following checkpatch.pl violation on lines using the TARGET_FMT_plx definition to avoid: WARNING: line over 80 characters It's just a warning... @@ -420,8 +421,9 @@ static int get_segment_6xx_tlb(CPUPPCState *env, mmu_ctx_t *ctx,

Re: [PATCH v2 2/4] bulk: Coding style fixes

2023-01-11 Thread Richard Henderson
On 1/11/23 00:39, Philippe Mathieu-Daudé wrote: Fix the following checkpatch.pl violation on lines using the TARGET_FMT_plx definition to avoid: WARNING: line over 80 characters Signed-off-by: Philippe Mathieu-Daudé --- hw/block/pflash_cfi01.c | 5 +++-- hw/char/digic-uart.c

[PATCH v2 2/4] bulk: Coding style fixes

2023-01-11 Thread Philippe Mathieu-Daudé
Fix the following checkpatch.pl violation on lines using the TARGET_FMT_plx definition to avoid: WARNING: line over 80 characters Signed-off-by: Philippe Mathieu-Daudé --- hw/block/pflash_cfi01.c | 5 +++-- hw/char/digic-uart.c | 8 hw/core/sysbus.c | 3