From 1f21e75fe26ac750ae5749d6c407351fbf7d6b0d Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 30 Jul 2015 17:00:55 +0000 Subject: [PATCH] ib_srpt: Clean up header file ib_srpt.h (merge r6021 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6441 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srpt/src/ib_srpt.h b/srpt/src/ib_srpt.h index 9a7da95ef..c202d10af 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -173,10 +173,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; }; /**