Signed-off-by: Ilya Nelkenbaum <[email protected]>
---
 opensm/osm_dump.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opensm/osm_dump.c b/opensm/osm_dump.c
index cfdb8ef..b9bd6ed 100644
--- a/opensm/osm_dump.c
+++ b/opensm/osm_dump.c
@@ -320,7 +320,7 @@ static void dump_lid_matrix(cl_map_item_t * item, FILE * 
file, void *cxt)
                                osm_switch_get_hop_count(p_sw, lid, port));
                p_port = osm_get_port_by_lid_ho(&p_osm->subn, lid);
                if (p_port)
-                       fprintf(file, " # portguid 0x016%" PRIx64,
+                       fprintf(file, " # portguid 0x%016" PRIx64,
                                cl_ntoh64(osm_port_get_guid(p_port)));
                fprintf(file, "\n");
        }
-- 
1.7.8.2

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to