提交 8a22c99a 编写于 作者: J Joe Perches 提交者: David S. Miller

net/ipv6/mcast.c: Remove unnecessary semicolons

Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 d577f1cc
...@@ -257,7 +257,7 @@ static struct inet6_dev *ip6_mc_find_dev_rcu(struct net *net, ...@@ -257,7 +257,7 @@ static struct inet6_dev *ip6_mc_find_dev_rcu(struct net *net,
return NULL; return NULL;
idev = __in6_dev_get(dev); idev = __in6_dev_get(dev);
if (!idev) if (!idev)
return NULL;; return NULL;
read_lock_bh(&idev->lock); read_lock_bh(&idev->lock);
if (idev->dead) { if (idev->dead) {
read_unlock_bh(&idev->lock); read_unlock_bh(&idev->lock);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册