Re: [PATCH rdma-next v1] RDMA: Fix kernel-doc warnings about wrong comment

From: Dennis Dalessandro
Date: Thu Jun 03 2021 - 11:15:55 EST


On 6/3/21 9:16 AM, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@xxxxxxxxxx>
>
> Compilation with W=1 produces warnings similar to the below.
>
> drivers/infiniband/ulp/ipoib/ipoib_main.c:320: warning: This comment
> starts with '/**', but isn't a kernel-doc comment. Refer
> Documentation/doc-guide/kernel-doc.rst
>
> All such occurrences were found with the following one line
> git grep -A 1 "\/\*\*" drivers/infiniband/
>
> Reviewed-by: Jack Wang <jinpu.wang@xxxxxxxxx> #rtrs
> Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxx>

Thanks for doing this.

Reviewed-by: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxxxxxxxxxxxxx>