Commit 554c3b0b authored by Lee Jones's avatar Lee Jones Committed by Jason Gunthorpe

RDMA/core/restrack: Fix kernel-doc formatting issue

Fixes the following W=1 kernel build warning(s):

 drivers/infiniband/core/restrack.c:209: warning: Function parameter or member 'res' not described in 'rdma_restrack_new'
 drivers/infiniband/core/restrack.c:209: warning: Function parameter or member 'type' not described in 'rdma_restrack_new'

Link: https://lore.kernel.org/r/20210118223929.512175-17-lee.jones@linaro.org
Cc: Doug Ledford <dledford@redhat.com>
Cc: Jason Gunthorpe <jgg@ziepe.ca>
Cc: Leon Romanovsky <leon@kernel.org>
Cc: linux-rdma@vger.kernel.org
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarJason Gunthorpe <jgg@nvidia.com>
parent 737db46d
...@@ -201,8 +201,8 @@ EXPORT_SYMBOL(rdma_restrack_parent_name); ...@@ -201,8 +201,8 @@ EXPORT_SYMBOL(rdma_restrack_parent_name);
/** /**
* rdma_restrack_new() - Initializes new restrack entry to allow _put() interface * rdma_restrack_new() - Initializes new restrack entry to allow _put() interface
* to release memory in fully automatic way. * to release memory in fully automatic way.
* @res - Entry to initialize * @res: Entry to initialize
* @type - REstrack type * @type: REstrack type
*/ */
void rdma_restrack_new(struct rdma_restrack_entry *res, void rdma_restrack_new(struct rdma_restrack_entry *res,
enum rdma_restrack_type type) enum rdma_restrack_type type)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment