Commit 61347fa6 authored by Parav Pandit's avatar Parav Pandit Committed by Doug Ledford

IB/rdmavt: Trivial function comment corrected.

Corrected function name in comment from qib_ to rvt_.
Signed-off-by: default avatarParav Pandit <pandit.parav@gmail.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 37aab620
...@@ -1016,7 +1016,7 @@ static void rvt_insert_qp(struct rvt_dev_info *rdi, struct rvt_qp *qp) ...@@ -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 * @ibqp: the queue pair who's attributes we're modifying
* @attr: the new attributes * @attr: the new attributes
* @attr_mask: the mask of attributes to modify * @attr_mask: the mask of attributes to modify
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment