Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tty/serial/imx: convert comma to semicolon

Replace a comma between expression statements by a semicolon.

Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Link: https://lore.kernel.org/r/20201214133719.3893-1-zhengyongjun3@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Zheng Yongjun and committed by
Greg Kroah-Hartman
5b109564 d20c219c

+1 -1
+1 -1
drivers/tty/serial/imx.c
··· 2248 2248 sport->port.dev = &pdev->dev; 2249 2249 sport->port.mapbase = res->start; 2250 2250 sport->port.membase = base; 2251 - sport->port.type = PORT_IMX, 2251 + sport->port.type = PORT_IMX; 2252 2252 sport->port.iotype = UPIO_MEM; 2253 2253 sport->port.irq = rxirq; 2254 2254 sport->port.fifosize = 32;