Commit 1a590751 authored by Ram Amrani's avatar Ram Amrani Committed by Doug Ledford

RDMA/qedr: Fix formatting

Remove standalone ';'.  List function's parameters in a single line.
Signed-off-by: default avatarRam Amrani <Ram.Amrani@cavium.com>
Signed-off-by: default avatarAriel Elior <Ariel.Elior@cavium.com>
Reviewed-by: default avatarLeon Romanovsky <leonro@mellanox.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 27a4b1a6
...@@ -576,8 +576,7 @@ static int qedr_set_device_attr(struct qedr_dev *dev) ...@@ -576,8 +576,7 @@ static int qedr_set_device_attr(struct qedr_dev *dev)
return 0; return 0;
} }
void qedr_unaffiliated_event(void *context, void qedr_unaffiliated_event(void *context, u8 event_code)
u8 event_code)
{ {
pr_err("unaffiliated event not implemented yet\n"); 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, ...@@ -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]); qp_params.sgid.dwords[2], qp_params.sgid.dwords[3]);
DP_DEBUG(dev, QEDR_MSG_QP, "remote_mac=[%pM]\n", DP_DEBUG(dev, QEDR_MSG_QP, "remote_mac=[%pM]\n",
qp_params.remote_mac_addr); qp_params.remote_mac_addr);
;
qp_params.mtu = qp->mtu; qp_params.mtu = qp->mtu;
qp_params.lb_indication = false; qp_params.lb_indication = false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment