Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21947
b: refs/heads/master
c: 27d5630
h: refs/heads/master
i:
  21945: 9362411
  21943: bf1967d
v: v3
  • Loading branch information
Dotan Barak authored and Roland Dreier committed Mar 20, 2006
1 parent 4f63945 commit 72ceb4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4546d31d84beafe74c56651173ac4fe197c7de8b
refs/heads/master: 27d56300647f6e76847bc2407d7abc782fe87495
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/core/uverbs_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ ssize_t ib_uverbs_query_qp(struct ib_uverbs_file *file,
resp.max_send_sge = init_attr->cap.max_send_sge;
resp.max_recv_sge = init_attr->cap.max_recv_sge;
resp.max_inline_data = init_attr->cap.max_inline_data;
resp.sq_sig_all = !!init_attr->sq_sig_type;
resp.sq_sig_all = init_attr->sq_sig_type == IB_SIGNAL_ALL_WR;

if (copy_to_user((void __user *) (unsigned long) cmd.response,
&resp, sizeof resp))
Expand Down

0 comments on commit 72ceb4f

Please sign in to comment.