forked from Minki/linux
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>
This commit is contained in:
parent
733d12813b
commit
6276980138
@ -94,8 +94,8 @@ bail:
|
|||||||
/**
|
/**
|
||||||
* ipath_create_srq - create a shared receive queue
|
* ipath_create_srq - create a shared receive queue
|
||||||
* @ibpd: the protection domain of the SRQ to create
|
* @ibpd: the protection domain of the SRQ to create
|
||||||
* @attr: the attributes of the SRQ
|
* @srq_init_attr: the attributes of the SRQ
|
||||||
* @udata: not used by the InfiniPath verbs driver
|
* @udata: data from libipathverbs when creating a user SRQ
|
||||||
*/
|
*/
|
||||||
struct ib_srq *ipath_create_srq(struct ib_pd *ibpd,
|
struct ib_srq *ipath_create_srq(struct ib_pd *ibpd,
|
||||||
struct ib_srq_init_attr *srq_init_attr,
|
struct ib_srq_init_attr *srq_init_attr,
|
||||||
|
Loading…
Reference in New Issue
Block a user