diff mbox series

[opensm,4/6] opensm/osm_sm_mad_ctrl.h: Improve comments

Message ID 20181107142246.28336-4-honli@redhat.com (mailing list archive)
State Not Applicable
Headers show
Series [opensm,1/6] opensm/osm_vl15intf.h: Minor update of comments | expand

Commit Message

Honggang LI Nov. 7, 2018, 2:22 p.m. UTC
From: Honggang Li <honli@redhat.com>

Signed-off-by: Honggang Li <honli@redhat.com>
---
 include/opensm/osm_sm_mad_ctrl.h | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/opensm/osm_sm_mad_ctrl.h b/include/opensm/osm_sm_mad_ctrl.h
index 8969835b..4ec1e83a 100644
--- a/include/opensm/osm_sm_mad_ctrl.h
+++ b/include/opensm/osm_sm_mad_ctrl.h
@@ -115,6 +115,9 @@  typedef struct osm_sm_mad_ctrl {
 *	p_mad_pool
 *		Pointer to the MAD pool.
 *
+*	p_vl15
+*		Pointer to the VL15 interface object.
+*
 *	p_vendor
 *		Pointer to the vendor specific interfaces object.
 *
@@ -135,7 +138,6 @@  typedef struct osm_sm_mad_ctrl {
 *
 * SEE ALSO
 *	SM MAD Controller object
-*	SM MADr object
 *********/
 
 /****f* OpenSM: SM MAD Controller/osm_sm_mad_ctrl_construct
@@ -223,6 +225,9 @@  ib_api_status_t osm_sm_mad_ctrl_init(IN osm_sm_mad_ctrl_t * p_ctrl,
 *	p_ctrl
 *		[in] Pointer to an osm_sm_mad_ctrl_t object to initialize.
 *
+*	p_subn
+*		[in] Pointer to the subnet object.
+*
 *	p_mad_pool
 *		[in] Pointer to the MAD pool.
 *