mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
net/ipv6/mcast.c: Remove unnecessary semicolons
Signed-off-by: Joe Perches <[email protected]> Signed-off-by: David S. Miller <[email protected]>
This commit is contained in:
committed by
David S. Miller
parent
d577f1ccdd
commit
8a22c99a80
+1
-1
@@ -257,7 +257,7 @@ static struct inet6_dev *ip6_mc_find_dev_rcu(struct net *net,
|
||||
return NULL;
|
||||
idev = __in6_dev_get(dev);
|
||||
if (!idev)
|
||||
return NULL;;
|
||||
return NULL;
|
||||
read_lock_bh(&idev->lock);
|
||||
if (idev->dead) {
|
||||
read_unlock_bh(&idev->lock);
|
||||
|
||||
Reference in New Issue
Block a user