diff options
author | Ralph Campbell <ralph.campbell@qlogic.com> | 2007-11-27 02:44:15 -0500 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-01-25 17:15:28 -0500 |
commit | 6276980138292056aab162f7eb98afe5243b2976 (patch) | |
tree | 55cb646a242238e5fc2150d23b037f45f8e400d1 /drivers | |
parent | 733d12813bd36ed7c727686ac1164f92f87a14a2 (diff) |
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 'drivers')
-rw-r--r-- | drivers/infiniband/hw/ipath/ipath_srq.c | 4 |
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 2fef36f4b67..f772102e471 100644 --- a/drivers/infiniband/hw/ipath/ipath_srq.c +++ b/drivers/infiniband/hw/ipath/ipath_srq.c | |||
@@ -94,8 +94,8 @@ bail: | |||
94 | /** | 94 | /** |
95 | * ipath_create_srq - create a shared receive queue | 95 | * ipath_create_srq - create a shared receive queue |
96 | * @ibpd: the protection domain of the SRQ to create | 96 | * @ibpd: the protection domain of the SRQ to create |
97 | * @attr: the attributes of the SRQ | 97 | * @srq_init_attr: the attributes of the SRQ |
98 | * @udata: not used by the InfiniPath verbs driver | 98 | * @udata: data from libipathverbs when creating a user SRQ |
99 | */ | 99 | */ |
100 | struct ib_srq *ipath_create_srq(struct ib_pd *ibpd, | 100 | struct ib_srq *ipath_create_srq(struct ib_pd *ibpd, |
101 | struct ib_srq_init_attr *srq_init_attr, | 101 | struct ib_srq_init_attr *srq_init_attr, |