aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_srq.c
diff options
context:
space:
mode:
authorRalph Campbell <ralph.campbell@qlogic.com>2007-11-26 23:44:15 -0800
committerRoland Dreier <rolandd@cisco.com>2008-01-25 14:15:28 -0800
commit6276980138292056aab162f7eb98afe5243b2976 (patch)
tree55cb646a242238e5fc2150d23b037f45f8e400d1 /drivers/infiniband/hw/ipath/ipath_srq.c
parentIB/ipath: Fix error returned from ib_resize_cq if new size smaller than # entries (diff)
downloadlinux-dev-6276980138292056aab162f7eb98afe5243b2976.tar.xz
linux-dev-6276980138292056aab162f7eb98afe5243b2976.zip
IB/ipath: Fix comments for ipath_create_srq()
During a code review, someone noticed the comments didn't match the code. Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to '')
-rw-r--r--drivers/infiniband/hw/ipath/ipath_srq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_srq.c b/drivers/infiniband/hw/ipath/ipath_srq.c
index 2fef36f4b675..f772102e4713 100644
--- a/drivers/infiniband/hw/ipath/ipath_srq.c
+++ b/drivers/infiniband/hw/ipath/ipath_srq.c
@@ -94,8 +94,8 @@ bail:
/**
* ipath_create_srq - create a shared receive queue
* @ibpd: the protection domain of the SRQ to create
- * @attr: the attributes of the SRQ
- * @udata: not used by the InfiniPath verbs driver
+ * @srq_init_attr: the attributes of the SRQ
+ * @udata: data from libipathverbs when creating a user SRQ
*/
struct ib_srq *ipath_create_srq(struct ib_pd *ibpd,
struct ib_srq_init_attr *srq_init_attr,