Hi Sasha, Although "µsec" in the comments looks really cool and sophisticated :-), I'd prefer to lose it and replace with a simple "usec".
Heaving 'µ' in the code confuses some editors and tools, such as "kompare". Signed-off-by: Yevgeny Kliteynik <[EMAIL PROTECTED]> --- opensm/include/iba/ib_types.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opensm/include/iba/ib_types.h b/opensm/include/iba/ib_types.h index 51695b5..6f3c400 100644 --- a/opensm/include/iba/ib_types.h +++ b/opensm/include/iba/ib_types.h @@ -3099,7 +3099,7 @@ ib_path_rec_pkt_life(IN const ib_path_rec_t * const p_rec) * [in] Pointer to the path record object. * * RETURN VALUES -* Encoded path pkt_life = 4.096 µsec * 2 ** PacketLifeTime. +* Encoded path pkt_life = 4.096 usec * 2 ** PacketLifeTime. * * NOTES * @@ -6391,7 +6391,7 @@ ib_multipath_rec_pkt_life(IN const ib_multipath_rec_t * const p_rec) * [in] Pointer to the multipath record object. * * RETURN VALUES -* Encoded multipath pkt_life = 4.096 µsec * 2 ** PacketLifeTime. +* Encoded multipath pkt_life = 4.096 usec * 2 ** PacketLifeTime. * * NOTES * -- 1.5.1.4 _______________________________________________ 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
