Skip to content

Commit 9e054b1

Browse files
Michal Kalderonjgunthorpe
Michal Kalderon
authored andcommitted
RDMA/qedr: Fix function prototype parameters alignment
Alignment of parameters was off by one Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Michal Kalderon <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent fbf5802 commit 9e054b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/infiniband/hw/qedr/verbs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,8 +1240,8 @@ static int qedr_copy_srq_uresp(struct qedr_dev *dev,
12401240
}
12411241

12421242
static void qedr_copy_rq_uresp(struct qedr_dev *dev,
1243-
struct qedr_create_qp_uresp *uresp,
1244-
struct qedr_qp *qp)
1243+
struct qedr_create_qp_uresp *uresp,
1244+
struct qedr_qp *qp)
12451245
{
12461246
/* iWARP requires two doorbells per RQ. */
12471247
if (rdma_protocol_iwarp(&dev->ibdev, 1)) {

0 commit comments

Comments
 (0)