Re: [U-Boot] [PATCH] x86: Fix various code format issues in start16.S

2015-01-23 Thread Simon Glass
On 21 January 2015 at 09:03, Simon Glass wrote: > > On 19 January 2015 at 20:25, Bin Meng wrote: > > Various minor code format issues are fixed in start16.S: > > - U-boot -> U-Boot > > - 32bit -> 32-bit > > - Use TAB instead of SPACE to indent > > - Move the indention location of the GDT comment

Re: [U-Boot] [PATCH] x86: Fix various code format issues in start16.S

2015-01-21 Thread Simon Glass
On 19 January 2015 at 20:25, Bin Meng wrote: > Various minor code format issues are fixed in start16.S: > - U-boot -> U-Boot > - 32bit -> 32-bit > - Use TAB instead of SPACE to indent > - Move the indention location of the GDT comment block > > Signed-off-by: Bin Meng > --- > > arch/x86/cpu/star

[U-Boot] [PATCH] x86: Fix various code format issues in start16.S

2015-01-19 Thread Bin Meng
Various minor code format issues are fixed in start16.S: - U-boot -> U-Boot - 32bit -> 32-bit - Use TAB instead of SPACE to indent - Move the indention location of the GDT comment block Signed-off-by: Bin Meng --- arch/x86/cpu/start16.S | 20 ++-- 1 file changed, 10 insertions(+