
2 Nov
2015
2 Nov
'15
6:39 a.m.
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@samsung.com
board/samsung/smdk2410/smdk2410.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
applied to u-boot-samsung.
Thanks, Minkyu Kang.