Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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");
}
+0 −1
Original line number Diff line number Diff line
@@ -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;