[ofa-general] ***SPAM*** [PATCH] opensm/ib_types.h: cosmetics - µsec to usec

Yevgeny Kliteynik kliteyn at dev.mellanox.co.il
Thu May 15 00:03:02 PDT 2008


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 <kliteyn at dev.mellanox.co.il>
---
 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




More information about the general mailing list