aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_verbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rdma/ib_verbs.h')
-rw-r--r--include/rdma/ib_verbs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h
index 1d31c8cd5ce0..61a4390ae9d8 100644
--- a/include/rdma/ib_verbs.h
+++ b/include/rdma/ib_verbs.h
@@ -651,7 +651,7 @@ struct ib_mw_bind {
651struct ib_fmr_attr { 651struct ib_fmr_attr {
652 int max_pages; 652 int max_pages;
653 int max_maps; 653 int max_maps;
654 u8 page_size; 654 u8 page_shift;
655}; 655};
656 656
657struct ib_ucontext { 657struct ib_ucontext {