diff options
author | Parav Pandit <pandit.parav@gmail.com> | 2016-09-13 17:10:50 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-10-03 17:55:27 +0300 |
commit | 61347fa6087884305ea4a3a04501839fdb68dc76 (patch) | |
tree | 228aa946a6076aeca55b2f860b9bf5d955ffd5c3 | |
parent | 37aab620bcc11a46b19385d8a62f9c5b0db0ffd2 (diff) | |
download | linux-61347fa6087884305ea4a3a04501839fdb68dc76.tar.xz |
IB/rdmavt: Trivial function comment corrected.
Corrected function name in comment from qib_ to rvt_.
Signed-off-by: Parav Pandit <pandit.parav@gmail.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
-rw-r--r-- | drivers/infiniband/sw/rdmavt/qp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rdmavt/qp.c b/drivers/infiniband/sw/rdmavt/qp.c index 7fe0d7e3ba46..6500c3b5a89c 100644 --- a/drivers/infiniband/sw/rdmavt/qp.c +++ b/drivers/infiniband/sw/rdmavt/qp.c @@ -1016,7 +1016,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 |