Re: [U-Boot] [PATCH 01/12] arm: socfpga: Minor coding style fix

2015-01-17 Thread Dinh Nguyen
On 12/31/14 1:14 PM, Marek Vasut wrote: > Replace multiple spaces with a single tab. > > Signed-off-by: Marek Vasut > Cc: Chin Liang See > Cc: Dinh Nguyen > Cc: Pavel Machek > Cc: Stefan Roese > Cc: Vince Bridgers > --- > board/altera/socfpga/iocsr_config.h | 8 > 1 file changed,

Re: [U-Boot] [PATCH 01/12] arm: socfpga: Minor coding style fix

2015-01-03 Thread Marek Vasut
On Friday, January 02, 2015 at 06:10:56 AM, Pavel Machek wrote: > On Wed 2014-12-31 20:14:49, Marek Vasut wrote: > > Replace multiple spaces with a single tab. > > > > Signed-off-by: Marek Vasut > > Cc: Chin Liang See > > Cc: Dinh Nguyen > > Acked-by: Pavel Machek > > > +#define CONFIG_HPS_I

Re: [U-Boot] [PATCH 01/12] arm: socfpga: Minor coding style fix

2015-01-03 Thread Stefan Roese
On 31.12.2014 20:14, Marek Vasut wrote: Replace multiple spaces with a single tab. Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: Dinh Nguyen Cc: Pavel Machek Cc: Stefan Roese Cc: Vince Bridgers Reviewed-by: Stefan Roese Thanks, Stefan __

Re: [U-Boot] [PATCH 01/12] arm: socfpga: Minor coding style fix

2015-01-01 Thread Pavel Machek
On Wed 2014-12-31 20:14:49, Marek Vasut wrote: > Replace multiple spaces with a single tab. > > Signed-off-by: Marek Vasut > Cc: Chin Liang See > Cc: Dinh Nguyen Acked-by: Pavel Machek > +#define CONFIG_HPS_IOCSR_SCANCHAIN0_LENGTH (764) > +#define CONFIG_HPS_IOCSR_SCANCHAIN1_LENGTH (1719

[U-Boot] [PATCH 01/12] arm: socfpga: Minor coding style fix

2014-12-31 Thread Marek Vasut
Replace multiple spaces with a single tab. Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: Dinh Nguyen Cc: Pavel Machek Cc: Stefan Roese Cc: Vince Bridgers --- board/altera/socfpga/iocsr_config.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/board/altera/socf