aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_verbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_verbs.h')
-rw-r--r--drivers/infiniband/hw/ipath/ipath_verbs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_verbs.h b/drivers/infiniband/hw/ipath/ipath_verbs.h
index 619ad728b07b..a1972295bffd 100644
--- a/drivers/infiniband/hw/ipath/ipath_verbs.h
+++ b/drivers/infiniband/hw/ipath/ipath_verbs.h
@@ -672,7 +672,7 @@ struct ib_qp *ipath_create_qp(struct ib_pd *ibpd,
672 672
673int ipath_destroy_qp(struct ib_qp *ibqp); 673int ipath_destroy_qp(struct ib_qp *ibqp);
674 674
675void ipath_error_qp(struct ipath_qp *qp, enum ib_wc_status err); 675int ipath_error_qp(struct ipath_qp *qp, enum ib_wc_status err);
676 676
677int ipath_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, 677int ipath_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr,
678 int attr_mask, struct ib_udata *udata); 678 int attr_mask, struct ib_udata *udata);