Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224972
b: refs/heads/master
c: 376d940
h: refs/heads/master
v: v3
  • Loading branch information
Tobias Klauser authored and David S. Miller committed Dec 10, 2010
1 parent 228907a commit fa2c3b5
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: 0e51d67ebb8e109a0990a13dafa937fb469aa3fb
refs/heads/master: 376d940ee91318cc6becefbb9454bb4454d7473f
2 changes: 1 addition & 1 deletion trunk/net/ipv6/af_inet6.c
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ static struct sk_buff *ipv6_gso_segment(struct sk_buff *skb, int features)
}
rcu_read_unlock();

if (unlikely(IS_ERR(segs)))
if (IS_ERR(segs))
goto out;

for (skb = segs; skb; skb = skb->next) {
Expand Down

0 comments on commit fa2c3b5

Please sign in to comment.