Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 591cd25e authored by Darius Augulis's avatar Darius Augulis Committed by Kukjin Kim
Browse files

ARM: S3C64XX: Fix coding style errors on mach-real6410



Fix errors reported by checkpatch.pl script

Signed-off-by: default avatarDarius Augulis <augulis.darius@gmail.com>
[kgene.kim@samsung.com: minor title fix]
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 5343795f
Loading
Loading
Loading
Loading
+52 −52
Original line number Diff line number Diff line
@@ -30,9 +30,9 @@
#include <plat/devs.h>
#include <plat/regs-serial.h>

#define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK
#define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB
#define UFCON S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE
#define UCON (S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK)
#define ULCON (S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB)
#define UFCON (S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE)

static struct s3c2410_uartcfg real6410_uartcfgs[] __initdata = {
	[0] = {