OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58ed68b
)
ipv6: route: convert comma to semicolon
author
Xu Wang
<vulab@iscas.ac.cn>
Mon, 21 Sep 2020 06:38:56 +0000
(06:38 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 21 Sep 2020 21:52:18 +0000
(14:52 -0700)
Replace a comma between expression statements by a semicolon.
Signed-off-by: Xu Wang <vulab@iscas.ac.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c
patch
|
blob
|
history
diff --git
a/net/ipv6/route.c
b/net/ipv6/route.c
index
5e7e25e
..
fb075d9
100644
(file)
--- a/
net/ipv6/route.c
+++ b/
net/ipv6/route.c
@@
-4202,7
+4202,7
@@
static struct fib6_info *rt6_add_route_info(struct net *net,
.fc_nlinfo.nl_net = net,
};
- cfg.fc_table = l3mdev_fib_table(dev) ? : RT6_TABLE_INFO
,
+ cfg.fc_table = l3mdev_fib_table(dev) ? : RT6_TABLE_INFO
;
cfg.fc_dst = *prefix;
cfg.fc_gateway = *gwaddr;