diff options
| author | Bart Van Assche <[email protected]> | 2018-12-17 13:20:43 -0800 |
|---|---|---|
| committer | Doug Ledford <[email protected]> | 2018-12-19 15:07:26 -0500 |
| commit | c4bbe911c2ac86180657014fce8919ea0921a35b (patch) | |
| tree | 95e64793bcd396bb27d9cb79ba7f25546a3eaa43 | |
| parent | 75d79b801c5389928a05de6db117912a21190138 (diff) | |
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]>
| -rw-r--r-- | drivers/infiniband/ulp/srpt/ib_srpt.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/srpt/ib_srpt.h b/drivers/infiniband/ulp/srpt/ib_srpt.h index c4a0b8519dbb..8bca7a353ef5 100644 --- a/drivers/infiniband/ulp/srpt/ib_srpt.h +++ b/drivers/infiniband/ulp/srpt/ib_srpt.h @@ -241,7 +241,10 @@ enum rdma_ch_state { * struct srpt_rdma_ch - RDMA channel * @nexus: I_T nexus this channel is associated with. * @qp: IB queue pair used for communicating over this channel. - * @cm_id: IB CM ID associated with the channel. + * @ib_cm: See below. + * @ib_cm.cm_id: IB CM ID associated with the channel. + * @rdma_cm: See below. + * @rdma_cm.cm_id: RDMA CM ID associated with the channel. * @cq: IB completion queue for this channel. * @zw_cqe: Zero-length write CQE. * @rcu: RCU head. |