Skip to content

Commit e14f468

Browse files
committed
bnxt_re: fix ioctl parameter count
1 parent 0d977c5 commit e14f468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/bnxt_re/verbs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ int bnxt_re_alloc_page(struct ibv_context *ibvctx,
150150
DECLARE_COMMAND_BUFFER(cmd,
151151
BNXT_RE_OBJECT_ALLOC_PAGE,
152152
BNXT_RE_METHOD_ALLOC_PAGE,
153-
4);
153+
5);
154154
struct ib_uverbs_attr *handle;
155155
int ret;
156156

0 commit comments

Comments
 (0)