]> Git Repo - linux.git/commitdiff
RDMA/mlx5: Set correct kernel-doc identifier
authorLeon Romanovsky <[email protected]>
Tue, 2 Mar 2021 07:42:13 +0000 (09:42 +0200)
committerJason Gunthorpe <[email protected]>
Wed, 3 Mar 2021 17:21:24 +0000 (13:21 -0400)
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: 5e769e444d26 ("RDMA/hw/mlx5/odp: Fix formatting and add missing descriptions in 'pagefault_data_segments()'")
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Leon Romanovsky <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
drivers/infiniband/hw/mlx5/odp.c

index 374698186662d55d01a0007631cf7be2f8aabd87..b103555b1f5d4cde00efb2e64c81be88379bd412 100644 (file)
@@ -1082,7 +1082,7 @@ end:
        return ret ? ret : npages;
 }
 
-/**
+/*
  * Parse a series of data segments for page fault handling.
  *
  * @dev:  Pointer to mlx5 IB device
This page took 0.056654 seconds and 4 git commands to generate.