[ofa-general] [PATCH][TRIVIAL] opensm/osm_mcast_mgr.c: Cosmetic comment format change

Hal Rosenstock hrosenstock at xsigo.com
Tue Jun 17 06:02:59 PDT 2008


opensm/osm_mcast_mgr.c: Cosmetic comment format change

Signed-off-by: Hal Rosenstock <hal at xsigo.com>

diff --git a/opensm/opensm/osm_mcast_mgr.c b/opensm/opensm/osm_mcast_mgr.c
index 75afbbb..edfaabf 100644
--- a/opensm/opensm/osm_mcast_mgr.c
+++ b/opensm/opensm/osm_mcast_mgr.c
@@ -1191,9 +1191,11 @@ osm_signal_t osm_mcast_mgr_process(osm_sm_t * sm)
 
 	p_mgrp = (osm_mgrp_t *) cl_qmap_head(p_mcast_tbl);
 	while (p_mgrp != (osm_mgrp_t *) cl_qmap_end(p_mcast_tbl)) {
-		/* We reached here due to some change that caused a heavy sweep
+		/*
+		   We reached here due to some change that caused a heavy sweep
 		   of the subnet. Not due to a specific multicast request.
-		   So the request type is subnet_change and the port guid is 0. */
+		   So the request type is subnet_change and the port guid is 0.
+		 */
 		p_next_mgrp = (osm_mgrp_t *) cl_qmap_next(&p_mgrp->map_item);
 		mcast_mgr_process_mgrp(sm, p_mgrp,
 				       OSM_MCAST_REQ_TYPE_SUBNET_CHANGE, 0);





More information about the general mailing list