diff mbox series

[opensm,6/6] opensm/osm_multicast.h: Improve comments

Message ID 20181107142246.28336-6-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_multicast.h | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

Comments

Hal Rosenstock Nov. 7, 2018, 4:10 p.m. UTC | #1
On 11/7/2018 9:22 AM, Honggang LI wrote:
> From: Honggang Li <honli@redhat.com>
> 
> Signed-off-by: Honggang Li <honli@redhat.com>

Thanks. Applied (entire series).

-- Hal
diff mbox series

Patch

diff --git a/include/opensm/osm_multicast.h b/include/opensm/osm_multicast.h
index 3237c87c..380f3063 100644
--- a/include/opensm/osm_multicast.h
+++ b/include/opensm/osm_multicast.h
@@ -135,6 +135,9 @@  typedef struct osm_mgrp {
 *		is created during the initialization of SM/SA and will be
 *		present even if there are no ports for this group
 *
+* 	full_members
+*		Number of full members in the Multicast Group.
+*
 * SEE ALSO
 *********/
 
@@ -338,6 +341,12 @@  osm_mcm_port_t *osm_mgrp_add_port(osm_subn_t *subn, osm_log_t *log,
 				  IN ib_member_rec_t *mcmr, IN boolean_t proxy);
 /*
 * PARAMETERS
+*	subn
+*		[in] Pointer to the subnet object
+*
+*	log
+*		[in] The log object pointer
+*
 *	mgrp
 *		[in] Pointer to an osm_mgrp_t object to initialize.
 *
@@ -426,7 +435,6 @@  void osm_mgrp_delete_port(IN osm_subn_t * subn, IN osm_log_t * log,
 			  IN osm_mgrp_t * mgrp, IN osm_port_t * port);
 /*
 * PARAMETERS
-*
 *	subn
 *		[in] Pointer to the subnet object
 *