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> > Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx> > --- > drivers/infiniband/core/verbs.c | 1 + > 1 file changed, 1 insertion(+) Applies to for-next, thanks Jason