diff --git a/srpt/src/ib_srpt.h b/srpt/src/ib_srpt.h index f681b88f9..7d78a7d47 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -175,10 +175,10 @@ static inline u32 idx_from_wr_id(u64 wr_id) } struct rdma_iu { - u64 raddr; - u32 rkey; - struct ib_sge *sge; - u32 sge_cnt; + u64 raddr; + u32 rkey; + struct ib_sge *sge; + u32 sge_cnt; }; /**