Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255916
b: refs/heads/master
c: 7eb878e
h: refs/heads/master
v: v3
  • Loading branch information
Allan Stephens authored and Paul Gortmaker committed Jun 24, 2011
1 parent 3ecbef8 commit 6f03a80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 74d33b32deaa9ec864d6db3255b3a17a459f75fe
refs/heads/master: 7eb878ed8e0eae67269439bfd82234f9ba52ffe4
4 changes: 2 additions & 2 deletions trunk/net/tipc/msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ static inline u32 msg_link_selector(struct tipc_msg *m)

static inline void msg_set_link_selector(struct tipc_msg *m, u32 n)
{
msg_set_bits(m, 4, 0, 1, (n & 1));
msg_set_bits(m, 4, 0, 1, n);
}

/*
Expand All @@ -639,7 +639,7 @@ static inline u32 msg_probe(struct tipc_msg *m)

static inline void msg_set_probe(struct tipc_msg *m, u32 val)
{
msg_set_bits(m, 5, 0, 1, (val & 1));
msg_set_bits(m, 5, 0, 1, val);
}

static inline char msg_net_plane(struct tipc_msg *m)
Expand Down

0 comments on commit 6f03a80

Please sign in to comment.