mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 01:08:50 +00:00
RDMA/qedr: Fix formatting
Remove standalone ';'. List function's parameters in a single line. Signed-off-by: Ram Amrani <Ram.Amrani@cavium.com> Signed-off-by: Ariel Elior <Ariel.Elior@cavium.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
parent
27a4b1a6d6
commit
1a59075197
@ -576,8 +576,7 @@ static int qedr_set_device_attr(struct qedr_dev *dev)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void qedr_unaffiliated_event(void *context,
|
||||
u8 event_code)
|
||||
void qedr_unaffiliated_event(void *context, u8 event_code)
|
||||
{
|
||||
pr_err("unaffiliated event not implemented yet\n");
|
||||
}
|
||||
|
@ -1874,7 +1874,6 @@ int qedr_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr,
|
||||
qp_params.sgid.dwords[2], qp_params.sgid.dwords[3]);
|
||||
DP_DEBUG(dev, QEDR_MSG_QP, "remote_mac=[%pM]\n",
|
||||
qp_params.remote_mac_addr);
|
||||
;
|
||||
|
||||
qp_params.mtu = qp->mtu;
|
||||
qp_params.lb_indication = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user