Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30624
b: refs/heads/master
c: 5fd571c
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and Linus Torvalds committed Jun 26, 2006
1 parent 0fd28e9 commit 37cb82a
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: 09c0dc68625c06f5b1e786aad0d5369b592179e6
refs/heads/master: 5fd571cbc13db113bda26c20673e1ec54bfd26b4
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/core/cma.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ static inline int cma_zero_addr(struct sockaddr *addr)
else {
ip6 = &((struct sockaddr_in6 *) addr)->sin6_addr;
return (ip6->s6_addr32[0] | ip6->s6_addr32[1] |
ip6->s6_addr32[3] | ip6->s6_addr32[4]) == 0;
ip6->s6_addr32[2] | ip6->s6_addr32[3]) == 0;
}
}

Expand Down

0 comments on commit 37cb82a

Please sign in to comment.