Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331
b: refs/heads/master
c: fd92833
h: refs/heads/master
i:
  329: 77d23fa
  327: ea633e0
v: v3
  • Loading branch information
YOSHIFUJI Hideaki authored and David S. Miller committed Apr 20, 2005
1 parent 036ac33 commit d1008d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c4d541106bc5d0a2134aaf9e8735eee3c70b0db2
refs/heads/master: fd92833a52b972aafacced959f4a3f7541936a9b
2 changes: 1 addition & 1 deletion trunk/net/ipv6/addrconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ ipv6_add_addr(struct inet6_dev *idev, const struct in6_addr *addr, int pfxlen,
out2:
read_unlock_bh(&addrconf_lock);

if (unlikely(err == 0))
if (likely(err == 0))
notifier_call_chain(&inet6addr_chain, NETDEV_UP, ifa);
else {
kfree(ifa);
Expand Down

0 comments on commit d1008d5

Please sign in to comment.