[U-Boot] [PATCH 3/5] smdk2410: clean up checkpatch issues
Minkyu Kang
mk7.kang at samsung.com
Mon Nov 2 06:39:25 CET 2015
On 23/10/15 17:32, Minkyu Kang wrote:
> This patch will fix these checkpatch issues.
>
> ERROR: spaces required around that '==' (ctx:VxV)
> +#if FCLK_SPEED==0 /* Fout = 203MHz, Fin = 12MHz for Audio */
>
> ERROR: spaces required around that '==' (ctx:VxV)
> +#elif FCLK_SPEED==1 /* Fout = 202.8MHz */
>
> ERROR: spaces required around that '==' (ctx:VxV)
> +#if USB_CLOCK==0
>
> ERROR: spaces required around that '==' (ctx:VxV)
> +#elif USB_CLOCK==1
>
> CHECK: spaces required around that ':' (ctx:VxV)
> + "bne 1b":"=r" (loops):"0" (loops));
>
> Signed-off-by: Minkyu Kang <mk7.kang at samsung.com>
> ---
> board/samsung/smdk2410/smdk2410.c | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
applied to u-boot-samsung.
Thanks,
Minkyu Kang.
More information about the U-Boot
mailing list