diff mbox series

[opensm,5/6] opensm/osm_sa_mad_ctrl.h: Improve comments

Message ID 20181107142246.28336-5-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_sa_mad_ctrl.h | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/opensm/osm_sa_mad_ctrl.h b/include/opensm/osm_sa_mad_ctrl.h
index 2c2513b0..d59fae03 100644
--- a/include/opensm/osm_sa_mad_ctrl.h
+++ b/include/opensm/osm_sa_mad_ctrl.h
@@ -136,9 +136,11 @@  typedef struct osm_sa_mad_ctrl {
 *	p_stats
 *		Pointer to the OpenSM statistics block.
 *
+*	p_subn
+*		Pointer to the OpenSM Subnet object.
+*
 * SEE ALSO
 *	SA MAD Controller object
-*	SA MADr object
 *********/
 
 /****f* OpenSM: SA MAD Controller/osm_sa_mad_ctrl_construct
@@ -235,6 +237,9 @@  ib_api_status_t osm_sa_mad_ctrl_init(IN osm_sa_mad_ctrl_t * p_ctrl,
 *	p_vendor
 *		[in] Pointer to the vendor specific interfaces object.
 *
+*	p_subn
+*		[in] Pointer to the OpenSM Subnet object.
+*
 *	p_log
 *		[in] Pointer to the log object.
 *