projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d577f1c
)
net/ipv6/mcast.c: Remove unnecessary semicolons
author
Joe Perches
<joe@perches.com>
Sun, 14 Nov 2010 17:05:00 +0000
(17:05 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 15 Nov 2010 19:07:16 +0000
(11:07 -0800)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/mcast.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv6/mcast.c
b/net/ipv6/mcast.c
index d1444b95ad7e527c8c0f3e00b906567d5043ba21..9c5074528a710811f90b4d082d5ff3c758a300f0 100644
(file)
--- 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);