mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-22 09:34:56 +02:00
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: e73242aa14 ("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>
This commit is contained in:
committed by
Jason Gunthorpe
parent
593afe7114
commit
c3fd3966f7
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user