Skip to content

Commit c4bbe91

Browse files
bvanasschedledford
authored andcommitted
RDMA/srpt: Make kernel-doc headers complete
Add documentation for those structure members for which it is missing. Cc: Sergey Gorenko <[email protected]> Cc: Max Gurtovoy <[email protected]> Cc: Laurence Oberman <[email protected]> Signed-off-by: Bart Van Assche <[email protected]> Signed-off-by: Doug Ledford <[email protected]>
1 parent 75d79b8 commit c4bbe91

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

drivers/infiniband/ulp/srpt/ib_srpt.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,10 @@ enum rdma_ch_state {
241241
* struct srpt_rdma_ch - RDMA channel
242242
* @nexus: I_T nexus this channel is associated with.
243243
* @qp: IB queue pair used for communicating over this channel.
244-
* @cm_id: IB CM ID associated with the channel.
244+
* @ib_cm: See below.
245+
* @ib_cm.cm_id: IB CM ID associated with the channel.
246+
* @rdma_cm: See below.
247+
* @rdma_cm.cm_id: RDMA CM ID associated with the channel.
245248
* @cq: IB completion queue for this channel.
246249
* @zw_cqe: Zero-length write CQE.
247250
* @rcu: RCU head.

0 commit comments

Comments
 (0)