Re: [PATCH 2/2] serial: sh: Tidy up pre-processor directive indentation

2023-08-23 Thread Marek Vasut
On 8/23/23 08:33, Paul Barker wrote: On 22/08/2023 22:40, Marek Vasut wrote: On 8/22/23 20:10, Paul Barker wrote: Let's make the indentation of pre-processor macros and conditionals in serial_sh.h consistent before we add to the confusion with a new SoC. What exactly is this patch doing, addi

Re: [PATCH 2/2] serial: sh: Tidy up pre-processor directive indentation

2023-08-22 Thread Paul Barker
On 22/08/2023 22:40, Marek Vasut wrote: > On 8/22/23 20:10, Paul Barker wrote: >> Let's make the indentation of pre-processor macros and conditionals in >> serial_sh.h consistent before we add to the confusion with a new SoC. > > What exactly is this patch doing, adding spaces to ifdeffery ? > >

Re: [PATCH 2/2] serial: sh: Tidy up pre-processor directive indentation

2023-08-22 Thread Marek Vasut
On 8/22/23 20:10, Paul Barker wrote: Let's make the indentation of pre-processor macros and conditionals in serial_sh.h consistent before we add to the confusion with a new SoC. What exactly is this patch doing, adding spaces to ifdeffery ? I would be tempted to say, can we clean up the ifdeff

[PATCH 2/2] serial: sh: Tidy up pre-processor directive indentation

2023-08-22 Thread Paul Barker
Let's make the indentation of pre-processor macros and conditionals in serial_sh.h consistent before we add to the confusion with a new SoC. Signed-off-by: Paul Barker Reviewed-by: Biju Das --- drivers/serial/serial_sh.h | 84 +++--- 1 file changed, 42 insertions