Signed-off-by: Nicolas Morey-Chaisemartin <[email protected]> --- Comment might have been copied/pasted to fast from osm_switch_get_hops opensm/include/opensm/osm_switch.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opensm/include/opensm/osm_switch.h b/opensm/include/opensm/osm_switch.h index 3e3626b..0b15e63 100644 --- a/opensm/include/opensm/osm_switch.h +++ b/opensm/include/opensm/osm_switch.h @@ -297,7 +297,7 @@ osm_switch_set_hops(IN osm_switch_t * const p_sw, * [in] value to assign to this entry. * * RETURN VALUES -* Returns the hop count at the specified LID/Port intersection. +* Returns 0 if successfull. -1 if it failed * * NOTES * -- 1.6.2-rc2.GIT _______________________________________________ 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
