aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/rdma_cm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rdma/rdma_cm.h')
-rw-r--r--include/rdma/rdma_cm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rdma/rdma_cm.h b/include/rdma/rdma_cm.h
index deb5a0a4cee5..4c07f9699d06 100644
--- a/include/rdma/rdma_cm.h
+++ b/include/rdma/rdma_cm.h
@@ -215,7 +215,6 @@ struct rdma_conn_param {
215 /* Fields below ignored if a QP is created on the rdma_cm_id. */ 215 /* Fields below ignored if a QP is created on the rdma_cm_id. */
216 u8 srq; 216 u8 srq;
217 u32 qp_num; 217 u32 qp_num;
218 enum ib_qp_type qp_type;
219}; 218};
220 219
221/** 220/**