diff options
Diffstat (limited to 'include/rdma')
-rw-r--r-- | include/rdma/ib_verbs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 6a47ba85c54c..e7e733add99f 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h | |||
@@ -366,7 +366,7 @@ struct ib_tm_caps { | |||
366 | 366 | ||
367 | struct ib_cq_init_attr { | 367 | struct ib_cq_init_attr { |
368 | unsigned int cqe; | 368 | unsigned int cqe; |
369 | int comp_vector; | 369 | u32 comp_vector; |
370 | u32 flags; | 370 | u32 flags; |
371 | }; | 371 | }; |
372 | 372 | ||