opensm/osm_mcast_mgr.c: Cosmetic comment format change

Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]>

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);


_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to