We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf5802 commit 9e054b1Copy full SHA for 9e054b1
drivers/infiniband/hw/qedr/verbs.c
@@ -1240,8 +1240,8 @@ static int qedr_copy_srq_uresp(struct qedr_dev *dev,
1240
}
1241
1242
static void qedr_copy_rq_uresp(struct qedr_dev *dev,
1243
- struct qedr_create_qp_uresp *uresp,
1244
- struct qedr_qp *qp)
+ struct qedr_create_qp_uresp *uresp,
+ struct qedr_qp *qp)
1245
{
1246
/* iWARP requires two doorbells per RQ. */
1247
if (rdma_protocol_iwarp(&dev->ibdev, 1)) {
0 commit comments