Signed-off-by: Hal Rosenstock <[email protected]>

---
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%"
_______________________________________________
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