[ofa-general] [PATCH][TRIVIAL] opensm/osm_sw_info_rcv.c: Cosmetic formatting change

Hal Rosenstock hrosenstock at xsigo.com
Sun Jun 22 04:50:06 PDT 2008


opensm/osm_sw_info_rcv.c: Cosmetic formatting change

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

diff --git a/opensm/opensm/osm_sw_info_rcv.c b/opensm/opensm/osm_sw_info_rcv.c
index e047e7b..3c68519 100644
--- a/opensm/opensm/osm_sw_info_rcv.c
+++ b/opensm/opensm/osm_sw_info_rcv.c
@@ -312,8 +312,7 @@ __osm_si_rcv_process_new(IN osm_sm_t * sm,
 
 	/* set subnet max unicast lid to the minimum LinearFDBCap of all switches */
 	if (p_sw->fwd_tbl.p_lin_tbl->size < sm->p_subn->max_unicast_lid_ho) {
-		sm->p_subn->max_unicast_lid_ho =
-		    p_sw->fwd_tbl.p_lin_tbl->size;
+		sm->p_subn->max_unicast_lid_ho = p_sw->fwd_tbl.p_lin_tbl->size;
 		OSM_LOG(sm->p_log, OSM_LOG_VERBOSE,
 			"Subnet max unicast lid is 0x%X\n",
 			sm->p_subn->max_unicast_lid_ho);





More information about the general mailing list