On Thu, Jan 21, 2021 at 09:44:51AM +0000, Lee Jones wrote: > Fixes the following W=1 kernel build warning(s): > > drivers/infiniband/hw/mlx5/qp.c:5384: warning: Function parameter or member > 'qp' not described in 'mlx5_ib_qp_set_counter' > drivers/infiniband/hw/mlx5/qp.c:5384: warning: Function parameter or member > 'counter' not described in 'mlx5_ib_qp_set_counter' > > Cc: Leon Romanovsky <[email protected]> > Cc: Doug Ledford <[email protected]> > Cc: Jason Gunthorpe <[email protected]> > Cc: [email protected] > Signed-off-by: Lee Jones <[email protected]> > --- > drivers/infiniband/hw/mlx5/qp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
OK, closing kernel-doc is also solution. Like Gal, I would prefer to see "RDMA/mlx5: ..." as title, but it is not important. Thanks, Acked-by: Leon Romanovsky <[email protected]>

