commit | 8a22c99a80b0926585cfcbcc423ee2c49c1fd820 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sun Nov 14 17:05:00 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 15 11:07:16 2010 -0800 |
tree | d2f4e369a907e3e58b4769f10e8d8a0b46107fdc | |
parent | d577f1ccdd8ae8bfbe6063eb2ba2a350259e9031 [diff] |
net/ipv6/mcast.c: Remove unnecessary semicolons Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv6/mcast.c b/net/ipv6/mcast.c index d1444b9..9c50745 100644 --- a/net/ipv6/mcast.c +++ b/net/ipv6/mcast.c
@@ -257,7 +257,7 @@ 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);