提交 094c88f3 编写于 作者: R rd.dunlab@gmail.com 提交者: Jason Gunthorpe

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.comSigned-off-by: NRandy Dunlap <rd.dunlab@gmail.com>
Reviewed-by: NJason Gunthorpe <jgg@mellanox.com>
Signed-off-by: NJason Gunthorpe <jgg@mellanox.com>
上级 96f4b0b6
...@@ -244,6 +244,8 @@ EXPORT_SYMBOL(rdma_port_get_link_layer); ...@@ -244,6 +244,8 @@ EXPORT_SYMBOL(rdma_port_get_link_layer);
/** /**
* ib_alloc_pd - Allocates an unused protection domain. * ib_alloc_pd - Allocates an unused protection domain.
* @device: The device on which to allocate the protection domain. * @device: The device on which to allocate the protection domain.
* @flags: protection domain flags
* @caller: caller's build-time module name
* *
* A protection domain object provides an association between QPs, shared * A protection domain object provides an association between QPs, shared
* receive queues, address handles, memory regions, and memory windows. * receive queues, address handles, memory regions, and memory windows.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册