summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorZheng Yongjun <zhengyongjun3@huawei.com>2020-12-14 21:37:55 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-12-28 16:10:50 +0100
commit345523fab82760186bd453e2e6ebf7c21961610b (patch)
tree30f0572253b2b95d49d484db050cd97f3e2160f3 /drivers
parent5b10956483eaf524bd0ad2781ff27887d49cb6fc (diff)
downloadlinux-stable-345523fab82760186bd453e2e6ebf7c21961610b.tar.gz
linux-stable-345523fab82760186bd453e2e6ebf7c21961610b.tar.bz2
linux-stable-345523fab82760186bd453e2e6ebf7c21961610b.zip
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/tty/serial/lantiq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/lantiq.c b/drivers/tty/serial/lantiq.c
index 62813e421f12..497b334bc845 100644
--- a/drivers/tty/serial/lantiq.c
+++ b/drivers/tty/serial/lantiq.c
@@ -876,7 +876,7 @@ static int lqasc_probe(struct platform_device *pdev)
port->flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP;
port->ops = &lqasc_pops;
port->fifosize = 16;
- port->type = PORT_LTQ_ASC,
+ port->type = PORT_LTQ_ASC;
port->line = line;
port->dev = &pdev->dev;
/* unused, just to be backward-compatible */