Message ID | 1473775850-11991-1-git-send-email-pandit.parav@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
T24gVHVlLCAyMDE2LTA5LTEzIGF0IDE5OjQwICswNTMwLCBQYXJhdiBQYW5kaXQgd3JvdGU6DQo+ IENvcnJlY3RlZCBmdW5jdGlvbiBuYW1lIGluIGNvbW1lbnQgZnJvbSBxaWJfIHRvIHJ2dF8uDQo+ IA0KPiBTaWduZWQtb2ZmLWJ5OiBQYXJhdiBQYW5kaXQgPHBhbmRpdC5wYXJhdkBnbWFpbC5jb20+ DQoNClRoYW5rcyBmb3IgY2F0Y2hpbmcgdGhhdC4NCg0KQWNrZWQtYnk6IERlbm5pcyBEYWxlc3Nh bmRybyA8ZGVubmlzLmRhbGVzc2FuZHJvQGludGVsLmNvbT4NCg0K -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 9/13/2016 10:10 AM, Parav Pandit wrote: > Corrected function name in comment from qib_ to rvt_. > > Signed-off-by: Parav Pandit <pandit.parav@gmail.com> > --- > drivers/infiniband/sw/rdmavt/qp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/infiniband/sw/rdmavt/qp.c b/drivers/infiniband/sw/rdmavt/qp.c > index bdb540f..40186ca 100644 > --- a/drivers/infiniband/sw/rdmavt/qp.c > +++ b/drivers/infiniband/sw/rdmavt/qp.c > @@ -996,7 +996,7 @@ static void rvt_insert_qp(struct rvt_dev_info *rdi, struct rvt_qp *qp) > } > > /** > - * qib_modify_qp - modify the attributes of a queue pair > + * rvt_modify_qp - modify the attributes of a queue pair > * @ibqp: the queue pair who's attributes we're modifying > * @attr: the new attributes > * @attr_mask: the mask of attributes to modify > Thanks, applied.
diff --git a/drivers/infiniband/sw/rdmavt/qp.c b/drivers/infiniband/sw/rdmavt/qp.c index bdb540f..40186ca 100644 --- a/drivers/infiniband/sw/rdmavt/qp.c +++ b/drivers/infiniband/sw/rdmavt/qp.c @@ -996,7 +996,7 @@ static void rvt_insert_qp(struct rvt_dev_info *rdi, struct rvt_qp *qp) } /** - * qib_modify_qp - modify the attributes of a queue pair + * rvt_modify_qp - modify the attributes of a queue pair * @ibqp: the queue pair who's attributes we're modifying * @attr: the new attributes * @attr_mask: the mask of attributes to modify
Corrected function name in comment from qib_ to rvt_. Signed-off-by: Parav Pandit <pandit.parav@gmail.com> --- drivers/infiniband/sw/rdmavt/qp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)