mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-21 22:46:35 +00:00
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: 5e769e444d
("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>
This commit is contained in:
parent
3a9b3d4536
commit
f91803998c
1 changed files with 1 additions and 1 deletions
|
@ -1082,7 +1082,7 @@ end:
|
||||||
return ret ? ret : npages;
|
return ret ? ret : npages;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Parse a series of data segments for page fault handling.
|
* Parse a series of data segments for page fault handling.
|
||||||
*
|
*
|
||||||
* @dev: Pointer to mlx5 IB device
|
* @dev: Pointer to mlx5 IB device
|
||||||
|
|
Loading…
Add table
Reference in a new issue