Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a22c99a authored by Joe Perches's avatar Joe Perches Committed by David S. Miller
Browse files

net/ipv6/mcast.c: Remove unnecessary semicolons

parent d577f1cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);