Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302591
b: refs/heads/master
c: 02daaf2
h: refs/heads/master
i:
  302589: e1f1602
  302587: 20d7cfa
  302583: 776e929
  302575: 51d8bc3
  302559: 75b6042
  302527: b4fe742
  302463: 9de8046
  302335: e0e140c
  302079: efcea51
v: v3
  • Loading branch information
Jack Morgenstein authored and Roland Dreier committed May 19, 2012
1 parent 6165f98 commit db5811e
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: c4870eb874ac16dccef40e1bc7a002c7e9156adc
refs/heads/master: 02daaf2741e74758a119768ca80cdf71c994ebd3
2 changes: 1 addition & 1 deletion trunk/include/rdma/ib_mad.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ struct ib_rmpp_hdr {

typedef u64 __bitwise ib_sa_comp_mask;

#define IB_SA_COMP_MASK(n) ((__force ib_sa_comp_mask) cpu_to_be64(1ull << n))
#define IB_SA_COMP_MASK(n) ((__force ib_sa_comp_mask) cpu_to_be64(1ull << (n)))

/*
* ib_sa_hdr and ib_sa_mad structures must be packed because they have
Expand Down

0 comments on commit db5811e

Please sign in to comment.