Re: [PATCH] RDMA/restrack: update kernel documentation for ib_create_named_qp()

From: Leon Romanovsky
Date: Tue Dec 08 2020 - 01:45:26 EST


On Mon, Dec 07, 2020 at 06:32:55PM +0100, Lukas Bulwahn wrote:
> Commit 66f57b871efc ("RDMA/restrack: Support all QP types") extends
> ib_create_qp() to a named ib_create_named_qp(), which takes the caller's
> name as argument, but it did not add the new argument description to the
> function's kerneldoc.
>
> make htmldocs warns:
>
> ./drivers/infiniband/core/verbs.c:1206: warning: Function parameter or
> member 'caller' not described in 'ib_create_named_qp'
>
> Add a description for this new argument based on the description of the
> same argument in other related functions.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx>
> ---

Thanks,
Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx>