Skip to content

Commit 1f58621

Browse files
Randy Dunlapjgunthorpe
authored andcommitted
infiniband: fix core/verbs.c kernel-doc notation
Change function parameter name in kernel-doc notation and other comments to eliminate a kernel-doc warning. ../drivers/infiniband/core/verbs.c:1790: warning: Excess function parameter 'wq_init_attr' description in 'ib_create_wq' Signed-off-by: Randy Dunlap <[email protected]> Cc: Doug Ledford <[email protected]> Cc: Jason Gunthorpe <[email protected]> Cc: [email protected] Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent 8983811 commit 1f58621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/infiniband/core/verbs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1807,11 +1807,11 @@ EXPORT_SYMBOL(ib_dealloc_xrcd);
18071807
* ib_create_wq - Creates a WQ associated with the specified protection
18081808
* domain.
18091809
* @pd: The protection domain associated with the WQ.
1810-
* @wq_init_attr: A list of initial attributes required to create the
1810+
* @wq_attr: A list of initial attributes required to create the
18111811
* WQ. If WQ creation succeeds, then the attributes are updated to
18121812
* the actual capabilities of the created WQ.
18131813
*
1814-
* wq_init_attr->max_wr and wq_init_attr->max_sge determine
1814+
* wq_attr->max_wr and wq_attr->max_sge determine
18151815
* the requested size of the WQ, and set to the actual values allocated
18161816
* on return.
18171817
* If ib_create_wq() succeeds, then max_wr and max_sge will always be

0 commit comments

Comments
 (0)