Signed-off-by: Bart Van Assche <[email protected]> Cc: Roland Dreier <[email protected]>
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 09509ed..00f5d26 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@ -1534,7 +1534,7 @@ int ib_peek_cq(struct ib_cq *cq, int wc_cnt); * Must contain exactly one of %IB_CQ_SOLICITED or %IB_CQ_NEXT_COMP * to request an event on the next solicited event or next work * completion at any type, respectively. %IB_CQ_REPORT_MISSED_EVENTS - * may also be |ed in to request a hint about missed events, as + * may also be passed in to request a hint about missed events, as * described below. * * Return Value: -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
