Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion providers/bnxt_re/verbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ int bnxt_re_alloc_page(struct ibv_context *ibvctx,
DECLARE_COMMAND_BUFFER(cmd,
BNXT_RE_OBJECT_ALLOC_PAGE,
BNXT_RE_METHOD_ALLOC_PAGE,
4);
5);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your patch looks correct to me. However there is a need to format it according to our patch rules (same as in the kernel). Please write commit message which describes the issue and add Fixes line which points to the commit which is fixed here.

struct ib_uverbs_attr *handle;
int ret;

Expand Down