aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-11-14 17:05:00 +0000
committerDavid S. Miller <davem@davemloft.net>2010-11-15 11:07:16 -0800
commit8a22c99a80b0926585cfcbcc423ee2c49c1fd820 (patch)
treed2f4e369a907e3e58b4769f10e8d8a0b46107fdc /net/ipv6
parentinclude/net/caif/cfctrl.h: Remove unnecessary semicolons (diff)
downloadlinux-dev-8a22c99a80b0926585cfcbcc423ee2c49c1fd820.tar.xz
linux-dev-8a22c99a80b0926585cfcbcc423ee2c49c1fd820.zip
net/ipv6/mcast.c: Remove unnecessary semicolons
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r--net/ipv6/mcast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/mcast.c b/net/ipv6/mcast.c
index d1444b95ad7e..9c5074528a71 100644
--- a/net/ipv6/mcast.c
+++ b/net/ipv6/mcast.c
@@ -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);