* [PATCH rdma-rc] RDMA/mlx5: Remove kernel-doc warning in umr.c
@ 2026-06-29 9:15 Leon Romanovsky
2026-07-02 17:36 ` Jason Gunthorpe
0 siblings, 1 reply; 2+ messages in thread
From: Leon Romanovsky @ 2026-06-29 9:15 UTC (permalink / raw)
To: Leon Romanovsky, Jason Gunthorpe; +Cc: linux-rdma, linux-kernel
From: Leon Romanovsky <leonro@nvidia.com>
Remove extra asterisk to avoid the following kernel-doc warning:
Warning: drivers/infiniband/hw/mlx5/umr.c:986 This comment starts with '/**',
but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst
Fixes: e73242aa14d2 ("RDMA/mlx5: Optimize DMABUF mkey page size")
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
---
drivers/infiniband/hw/mlx5/umr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/infiniband/hw/mlx5/umr.c b/drivers/infiniband/hw/mlx5/umr.c
index 48cae5cc1c1b..c595b85b428c 100644
--- a/drivers/infiniband/hw/mlx5/umr.c
+++ b/drivers/infiniband/hw/mlx5/umr.c
@@ -978,7 +978,7 @@ static inline int _mlx5r_dmabuf_umr_update_pas(struct mlx5_ib_mr *mr,
start_block, nblocks);
}
-/**
+/*
* This function makes an mkey non-present by zapping the translation entries of
* the mkey by zapping (zeroing out) the first N entries, where N is determined
* by the largest page size supported by the device and the MR length.
---
base-commit: dc59e4fea9d83f03bad6bddf3fa2e52491777482
change-id: 20260625-kdoc-fix-ca7adb29732d
Best regards,
--
Leon Romanovsky <leonro@nvidia.com>
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH rdma-rc] RDMA/mlx5: Remove kernel-doc warning in umr.c
2026-06-29 9:15 [PATCH rdma-rc] RDMA/mlx5: Remove kernel-doc warning in umr.c Leon Romanovsky
@ 2026-07-02 17:36 ` Jason Gunthorpe
0 siblings, 0 replies; 2+ messages in thread
From: Jason Gunthorpe @ 2026-07-02 17:36 UTC (permalink / raw)
To: Leon Romanovsky; +Cc: linux-rdma, linux-kernel
On Mon, Jun 29, 2026 at 12:15:37PM +0300, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@nvidia.com>
>
> Remove extra asterisk to avoid the following kernel-doc warning:
>
> Warning: drivers/infiniband/hw/mlx5/umr.c:986 This comment starts with '/**',
> but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst
>
> Fixes: e73242aa14d2 ("RDMA/mlx5: Optimize DMABUF mkey page size")
> Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
> ---
> drivers/infiniband/hw/mlx5/umr.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to for-next, thanks
Jason
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-02 17:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-29 9:15 [PATCH rdma-rc] RDMA/mlx5: Remove kernel-doc warning in umr.c Leon Romanovsky
2026-07-02 17:36 ` Jason Gunthorpe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox