]> git.baikalelectronics.ru Git - kernel.git/commit
infiniband: fix core/verbs.c kernel-doc notation
authorrd.dunlab@gmail.com <rd.dunlab@gmail.com>
Thu, 10 Oct 2019 03:52:46 +0000 (20:52 -0700)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 22 Oct 2019 17:52:56 +0000 (14:52 -0300)
commit85b541cb3be1aa33db29ce26d8813bc5089a3e4d
treea7359b8832b0c9cd1727707f866dd04cc6e0379f
parent355eb60da261ff453de4df38cb3f210a94c445b5
infiniband: fix core/verbs.c kernel-doc notation

Add missing function parameter descriptions:

../drivers/infiniband/core/verbs.c:257: warning: Function parameter or member 'flags' not described in '__ib_alloc_pd'
../drivers/infiniband/core/verbs.c:257: warning: Function parameter or member 'caller' not described in '__ib_alloc_pd'

Link: https://lore.kernel.org/r/20191010035240.011497492@gmail.com
Signed-off-by: Randy Dunlap <rd.dunlab@gmail.com>
Reviewed-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/core/verbs.c