From: Ralph Campbell Date: Tue, 27 Nov 2007 07:44:15 +0000 (-0800) Subject: IB/ipath: Fix comments for ipath_create_srq() X-Git-Tag: v2.6.25-rc1~1234^2~62 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=6276980138292056aab162f7eb98afe5243b2976;p=~shefty%2Frdma-dev.git 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 Signed-off-by: Roland Dreier --- diff --git a/drivers/infiniband/hw/ipath/ipath_srq.c b/drivers/infiniband/hw/ipath/ipath_srq.c index 2fef36f4b67..f772102e471 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,