Re: [U-Boot] [PATCH 19/30] riscv: fix inconsistent use of spaces and tabs in start.S

2018-10-22 Thread Rick Chen
> > > Start.S uses both tabs and spaces after instructions. Fix this by only > > > > nits: start.S > > > > > using tabs after instructions. > > > > > > Signed-off-by: Lukas Auer > > > --- > > > > > > arch/riscv/cpu/start.S | 322 > > > - > > > 1 file change

Re: [U-Boot] [PATCH 19/30] riscv: fix inconsistent use of spaces and tabs in start.S

2018-10-22 Thread Bin Meng
Hi Lukas, On Sat, Oct 20, 2018 at 6:10 AM Lukas Auer wrote: > > Start.S uses both tabs and spaces after instructions. Fix this by only nits: start.S > using tabs after instructions. > > Signed-off-by: Lukas Auer > --- > > arch/riscv/cpu/start.S | 322 -

[U-Boot] [PATCH 19/30] riscv: fix inconsistent use of spaces and tabs in start.S

2018-10-19 Thread Lukas Auer
Start.S uses both tabs and spaces after instructions. Fix this by only using tabs after instructions. Signed-off-by: Lukas Auer --- arch/riscv/cpu/start.S | 322 - 1 file changed, 161 insertions(+), 161 deletions(-) diff --git a/arch/riscv/cpu/start.S b/