Skip to content

Commit f918039

Browse files
rleonjgunthorpe
authored andcommitted
RDMA/mlx5: Set correct kernel-doc identifier
The W=1 allmodconfig build produces the following warning: drivers/infiniband/hw/mlx5/odp.c:1086: warning: wrong kernel-doc identifier on line: * Parse a series of data segments for page fault handling. Fix it by changing /** to be /* as it is written in kernel-doc documentation. Fixes: 5e769e4 ("RDMA/hw/mlx5/odp: Fix formatting and add missing descriptions in 'pagefault_data_segments()'") Link: https://lore.kernel.org/r/20210302074214.1054299-2-leon@kernel.org Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
1 parent 3a9b3d4 commit f918039

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/infiniband/hw/mlx5

drivers/infiniband/hw/mlx5/odp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ static int pagefault_single_data_segment(struct mlx5_ib_dev *dev,
10821082
return ret ? ret : npages;
10831083
}
10841084

1085-
/**
1085+
/*
10861086
* Parse a series of data segments for page fault handling.
10871087
*
10881088
* @dev: Pointer to mlx5 IB device

0 commit comments

Comments
 (0)