From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 02 Nov 2015 14:39:25 +0900 Subject: [U-Boot] [PATCH 3/5] smdk2410: clean up checkpatch issues In-Reply-To: <5629F092.5080109@samsung.com> References: <5629F092.5080109@samsung.com> Message-ID: <5636F70D.8080103@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > board/samsung/smdk2410/smdk2410.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.