diff options
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_verbs.h')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_verbs.h | 2 |
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 | ||
673 | int ipath_destroy_qp(struct ib_qp *ibqp); | 673 | int ipath_destroy_qp(struct ib_qp *ibqp); |
674 | 674 | ||
675 | void ipath_error_qp(struct ipath_qp *qp, enum ib_wc_status err); | 675 | int ipath_error_qp(struct ipath_qp *qp, enum ib_wc_status err); |
676 | 676 | ||
677 | int ipath_modify_qp(struct ib_qp *ibqp, struct ib_qp_attr *attr, | 677 | int 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); |