tty/serial/lantiq: convert comma to semicolon
authorZheng Yongjun <zhengyongjun3@huawei.com>
Mon, 14 Dec 2020 13:37:55 +0000 (21:37 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Dec 2020 15:10:50 +0000 (16:10 +0100)
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>
drivers/tty/serial/lantiq.c

index 62813e421f1243d7559f94807651a5c11fc7e924..497b334bc8452704bab8f8baf9f8540351b9b49c 100644 (file)
@@ -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 */