Re: [PATCH 1/2] hw/ssi: xilinx_spips: Clean up coding convention issues

2021-02-06 Thread Philippe Mathieu-Daudé
On 2/6/21 3:38 PM, Bin Meng wrote: > From: Xuzhou Cheng > > There are some coding convention warnings in xilinx_spips.c, > as reported by: > > $ ./scripts/checkpatch.pl hw/ssi/xilinx_spips.c > > Let's clean them up. > > Signed-off-by: Xuzhou Cheng > Signed-off-by: Bin Meng > --- > > hw/s

Re: [PATCH 1/2] hw/ssi: xilinx_spips: Clean up coding convention issues

2021-02-06 Thread Peter Maydell
On Sat, 6 Feb 2021 at 14:38, Bin Meng wrote: > > From: Xuzhou Cheng > > There are some coding convention warnings in xilinx_spips.c, > as reported by: > > $ ./scripts/checkpatch.pl hw/ssi/xilinx_spips.c > > Let's clean them up. > > Signed-off-by: Xuzhou Cheng > Signed-off-by: Bin Meng > ---

[PATCH 1/2] hw/ssi: xilinx_spips: Clean up coding convention issues

2021-02-06 Thread Bin Meng
From: Xuzhou Cheng There are some coding convention warnings in xilinx_spips.c, as reported by: $ ./scripts/checkpatch.pl hw/ssi/xilinx_spips.c Let's clean them up. Signed-off-by: Xuzhou Cheng Signed-off-by: Bin Meng --- hw/ssi/xilinx_spips.c | 23 ++- 1 file changed,