[ofa-general] ***SPAM*** [PATCH] opensm: Some cosmetic changes

Hal Rosenstock hnrose at comcast.net
Mon Mar 23 05:29:22 PDT 2009


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

---
diff --git a/opensm/opensm/osm_pkey_rcv.c b/opensm/opensm/osm_pkey_rcv.c
index 84d8ce1..e8e030e 100644
--- a/opensm/opensm/osm_pkey_rcv.c
+++ b/opensm/opensm/osm_pkey_rcv.c
@@ -51,7 +51,7 @@
 /**********************************************************************
  **********************************************************************/
 /*
- * WE MIGHT ONLY RECEIVE GET or SET responses
+ * WE ONLY RECEIVE GET or SET responses
  */
 void osm_pkey_rcv_process(IN void *context, IN void *data)
 {
@@ -112,8 +112,8 @@ void osm_pkey_rcv_process(IN void *context, IN void *data)
 	}
 
 	/*
-	   We do not mind if this is a result of a set or get - all we want is to
-	   update the subnet.
+	   We do not care if this is a result of a set or get -
+	   all we want is to update the subnet.
 	 */
 	OSM_LOG(sm->p_log, OSM_LOG_VERBOSE,
 		"Got GetResp(PKey) block:%u port_num %u with GUID 0x%"
diff --git a/opensm/opensm/osm_slvl_map_rcv.c b/opensm/opensm/osm_slvl_map_rcv.c
index b3f0a4c..f5a7370 100644
--- a/opensm/opensm/osm_slvl_map_rcv.c
+++ b/opensm/opensm/osm_slvl_map_rcv.c
@@ -58,7 +58,7 @@
 /**********************************************************************
  **********************************************************************/
 /*
- * WE MIGHT ONLY RECEIVE A GET or SET responses
+ * WE ONLY RECEIVE GET or SET responses
  */
 void osm_slvl_rcv_process(IN void *context, IN void *p_data)
 {
@@ -120,8 +120,8 @@ void osm_slvl_rcv_process(IN void *context, IN void *p_data)
 	}
 
 	/*
-	   We do not mind if this is a result of a set or get - all we want is to update
-	   the subnet.
+	   We do not care if this is a result of a set or get -
+	   all we want is to update the subnet.
 	 */
 	OSM_LOG(sm->p_log, OSM_LOG_VERBOSE,
 		"Got SLtoVL get response in_port_num %u out_port_num %u with "
diff --git a/opensm/opensm/osm_vl_arb_rcv.c b/opensm/opensm/osm_vl_arb_rcv.c
index 89cf7b2..65adaf5 100644
--- a/opensm/opensm/osm_vl_arb_rcv.c
+++ b/opensm/opensm/osm_vl_arb_rcv.c
@@ -58,7 +58,7 @@
 /**********************************************************************
  **********************************************************************/
 /*
- * WE MIGHT ONLY RECEIVE GET or SET responses
+ * WE ONLY RECEIVE GET or SET responses
  */
 void osm_vla_rcv_process(IN void *context, IN void *data)
 {
@@ -117,8 +117,8 @@ void osm_vla_rcv_process(IN void *context, IN void *data)
 	}
 
 	/*
-	   We do not mind if this is a result of a set or get - all we want is to update
-	   the subnet.
+	   We do not care if this is a result of a set or get -
+	   all we want is to update the subnet.
 	 */
 	OSM_LOG(sm->p_log, OSM_LOG_VERBOSE,
 		"Got GetResp(VLArb) block:%u port_num %u with GUID 0x%"



More information about the general mailing list