[U-Boot] [PATCH 1/5] arm: exynos: clean up checkpatch issues

Minkyu Kang mk7.kang at samsung.com
Mon Nov 2 06:38:57 CET 2015


On 23/10/15 17:32, Minkyu Kang wrote:
> This patch will fix these checkpatch issues.
> 
> ERROR: Macros with complex values should be enclosed in parentheses
> +#define DEFAULT_DQS_X4		(DEFAULT_DQS << 24) || (DEFAULT_DQS << 16) \
> +				|| (DEFAULT_DQS << 8) || (DEFAULT_DQS << 0)
> 
> 		ERROR: space prohibited before that ',' (ctx:WxW)
> +	writel(val , &drex0->concontrol);
>  	           ^
> 
> ERROR: space prohibited before that ',' (ctx:WxW)
> +	writel(val , &drex1->concontrol);
>     	           ^
> 
> Signed-off-by: Minkyu Kang <mk7.kang at samsung.com>
> ---
>  arch/arm/mach-exynos/dmc_init_ddr3.c |    8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.



More information about the U-Boot mailing list