summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/rdma/restrack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rdma/restrack.h b/include/rdma/restrack.h
index 8a9bcf77dace..451f99e3717d 100644
--- a/include/rdma/restrack.h
+++ b/include/rdma/restrack.h
@@ -87,11 +87,11 @@ struct rdma_restrack_entry {
* query stage.
*/
u8 no_track : 1;
- /*
+ /**
* @kref: Protect destroy of the resource
*/
struct kref kref;
- /*
+ /**
* @comp: Signal that all consumers of resource are completed their work
*/
struct completion comp;