diff mbox

IB/rdmavt: Trivial function comment corrected.

Message ID 1473775850-11991-1-git-send-email-pandit.parav@gmail.com (mailing list archive)
State Accepted
Headers show

Commit Message

Parav Pandit Sept. 13, 2016, 2:10 p.m. UTC
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(-)

Comments

Dennis Dalessandro Sept. 13, 2016, 2:23 p.m. UTC | #1
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
Doug Ledford Oct. 3, 2016, 2:55 p.m. UTC | #2
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 mbox

Patch

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