summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLeon Romanovsky <leonro@nvidia.com>2026-06-29 12:15:37 +0300
committerJason Gunthorpe <jgg@nvidia.com>2026-07-02 14:35:24 -0300
commitc3fd3966f7dd871e47f9bcd8fe90d6e23e4cdb1a (patch)
tree65c10ee4deceb9a68cf097c2e1c2763c9fb782cb /drivers
parent593afe7114ce2fb972fed7690d7210dffe2cd70e (diff)
downloadlinux-next-c3fd3966f7dd871e47f9bcd8fe90d6e23e4cdb1a.tar.gz
linux-next-c3fd3966f7dd871e47f9bcd8fe90d6e23e4cdb1a.zip
RDMA/mlx5: Remove kernel-doc warning in umr.c
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") Link: https://patch.msgid.link/r/20260629-kdoc-fix-v1-1-735a90dede7f@nvidia.com Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/infiniband/hw/mlx5/umr.c2
1 files changed, 1 insertions, 1 deletions
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.