[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170613002841.GA25353@lkp-wsm-ep1>
Date: Tue, 13 Jun 2017 08:28:41 +0800
From: kbuild test robot <lkp@...el.com>
To: Dong Aisheng <aisheng.dong@....com>
Cc: kbuild-all@...org, linux-serial@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
gregkh@...uxfoundation.org, jslaby@...e.com, fugang.duan@....com,
stefan@...er.ch, Mingkai.Hu@....com, yangbo.lu@....com,
nikita.yoush@...entembedded.com, andy.shevchenko@...il.com,
dongas86@...il.com, Dong Aisheng <aisheng.dong@....com>
Subject: [PATCH] tty: serial: lpuart: fix semicolon.cocci warnings
drivers/tty/serial/fsl_lpuart.c:305:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
CC: Dong Aisheng <aisheng.dong@....com>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
fsl_lpuart.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/tty/serial/fsl_lpuart.c
+++ b/drivers/tty/serial/fsl_lpuart.c
@@ -302,7 +302,7 @@ static inline void lpuart32_write(struct
case UPIO_MEM32BE:
iowrite32be(val, port->membase + off);
break;
- };
+ }
}
static void lpuart_stop_tx(struct uart_port *port)
Powered by blists - more mailing lists