Re: [PATCH v2 17/33] docs: infiniband: verbs.c: fix some documentation warnings

From: Jason Gunthorpe
Date: Tue Apr 14 2020 - 15:34:46 EST


On Tue, Apr 14, 2020 at 06:48:43PM +0200, Mauro Carvalho Chehab wrote:
> Parsing this file with kernel-doc produce some warnings:
>
> ./drivers/infiniband/core/verbs.c:2579: WARNING: Unexpected indentation.
> ./drivers/infiniband/core/verbs.c:2581: WARNING: Block quote ends without a blank line; unexpected unindent.
> ./drivers/infiniband/core/verbs.c:2613: WARNING: Unexpected indentation.
> ./drivers/infiniband/core/verbs.c:2579: WARNING: Unexpected indentation.
> ./drivers/infiniband/core/verbs.c:2581: WARNING: Block quote ends without a blank line; unexpected unindent.
> ./drivers/infiniband/core/verbs.c:2613: WARNING: Unexpected indentation.
>
> Address them by adding an extra blank line and converting the
> parameters on one of the arguments to a table.
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>
> ---
> drivers/infiniband/core/verbs.c | 7 +++++--
> 1 file changed, 5 insertions(+), 2 deletions(-)

As before we can take RDMA patches through the RDMA tree, so applied
to for-next

Thanks,
Jason