mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
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>
This commit is contained in:
parent
5b10956483
commit
345523fab8
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user