projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b10956
)
tty/serial/lantiq: convert comma to semicolon
author
Zheng Yongjun
<zhengyongjun3@huawei.com>
Mon, 14 Dec 2020 13:37:55 +0000
(21:37 +0800)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/tty/serial/lantiq.c
b/drivers/tty/serial/lantiq.c
index 62813e421f1243d7559f94807651a5c11fc7e924..497b334bc8452704bab8f8baf9f8540351b9b49c 100644
(file)
--- 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 */