mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 10:11:52 -04:00
RDMA/qedr: Fix function prototype parameters alignment
Alignment of parameters was off by one Link: https://lore.kernel.org/r/20200902165741.8355-9-michal.kalderon@marvell.com Signed-off-by: Michal Kalderon <michal.kalderon@marvell.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
This commit is contained in:
committed by
Jason Gunthorpe
parent
fbf58026b2
commit
9e054b13b2
@@ -1240,8 +1240,8 @@ static int qedr_copy_srq_uresp(struct qedr_dev *dev,
|
||||
}
|
||||
|
||||
static void qedr_copy_rq_uresp(struct qedr_dev *dev,
|
||||
struct qedr_create_qp_uresp *uresp,
|
||||
struct qedr_qp *qp)
|
||||
struct qedr_create_qp_uresp *uresp,
|
||||
struct qedr_qp *qp)
|
||||
{
|
||||
/* iWARP requires two doorbells per RQ. */
|
||||
if (rdma_protocol_iwarp(&dev->ibdev, 1)) {
|
||||
|
||||
Reference in New Issue
Block a user