Skip to content

Commit 6276980

Browse files
Ralph CampbellRoland Dreier
authored andcommitted
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 <[email protected]> Signed-off-by: Roland Dreier <[email protected]>
1 parent 733d128 commit 6276980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/infiniband/hw/ipath/ipath_srq.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ int ipath_post_srq_receive(struct ib_srq *ibsrq, struct ib_recv_wr *wr,
9494
/**
9595
* ipath_create_srq - create a shared receive queue
9696
* @ibpd: the protection domain of the SRQ to create
97-
* @attr: the attributes of the SRQ
98-
* @udata: not used by the InfiniPath verbs driver
97+
* @srq_init_attr: the attributes of the SRQ
98+
* @udata: data from libipathverbs when creating a user SRQ
9999
*/
100100
struct ib_srq *ipath_create_srq(struct ib_pd *ibpd,
101101
struct ib_srq_init_attr *srq_init_attr,

0 commit comments

Comments
 (0)