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

Dinh Nguyen dinguyen at opensource.altera.com
Sun Jan 18 07:09:08 CET 2015



On 12/31/14 1:14 PM, Marek Vasut wrote:
> Replace multiple spaces with a single tab.
> 
> Signed-off-by: Marek Vasut <marex at denx.de>
> Cc: Chin Liang See <clsee at opensource.altera.com>
> Cc: Dinh Nguyen <dinguyen at opensource.altera.com>
> Cc: Pavel Machek <pavel at denx.de>
> Cc: Stefan Roese <sr at denx.de>
> Cc: Vince Bridgers <vbridger at opensource.altera.com>
> ---
>  board/altera/socfpga/iocsr_config.h | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/board/altera/socfpga/iocsr_config.h b/board/altera/socfpga/iocsr_config.h
> index 490f109..4a7ed46 100644
> --- a/board/altera/socfpga/iocsr_config.h
> +++ b/board/altera/socfpga/iocsr_config.h
> @@ -9,9 +9,9 @@
>  #ifndef _PRELOADER_IOCSR_CONFIG_H_
>  #define _PRELOADER_IOCSR_CONFIG_H_
>  
> -#define CONFIG_HPS_IOCSR_SCANCHAIN0_LENGTH        (764)
> -#define CONFIG_HPS_IOCSR_SCANCHAIN1_LENGTH        (1719)
> -#define CONFIG_HPS_IOCSR_SCANCHAIN2_LENGTH        (955)
> -#define CONFIG_HPS_IOCSR_SCANCHAIN3_LENGTH        (16766)
> +#define CONFIG_HPS_IOCSR_SCANCHAIN0_LENGTH	(764)
> +#define CONFIG_HPS_IOCSR_SCANCHAIN1_LENGTH	(1719)
> +#define CONFIG_HPS_IOCSR_SCANCHAIN2_LENGTH	(955)
> +#define CONFIG_HPS_IOCSR_SCANCHAIN3_LENGTH	(16766)
>  
>  #endif /*_PRELOADER_IOCSR_CONFIG_H_*/
> 

Acked-by: Dinh Nguyen <dinguyen at opensource.altera.com>


More information about the U-Boot mailing list