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

tty/serial/lantiq: convert comma to semicolon

Replace a comma between expression statements by a semicolon.

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Link: https://lore.kernel.org/r/20201214133755.3945-1-zhengyongjun3@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Zheng Yongjun and committed by
Greg Kroah-Hartman
345523fa 5b109564

+1 -1
+1 -1
drivers/tty/serial/lantiq.c
··· 876 876 port->flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP; 877 877 port->ops = &lqasc_pops; 878 878 port->fifosize = 16; 879 - port->type = PORT_LTQ_ASC, 879 + port->type = PORT_LTQ_ASC; 880 880 port->line = line; 881 881 port->dev = &pdev->dev; 882 882 /* unused, just to be backward-compatible */