Signed-off-by: Albert L. Chu <[email protected]>
---
 opensm/osm_helper.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opensm/osm_helper.c b/opensm/osm_helper.c
index 219554a..95462a7 100644
--- a/opensm/osm_helper.c
+++ b/opensm/osm_helper.c
@@ -2848,6 +2848,7 @@ static void osm_dump_smp_dr_path_to_buf(IN const ib_smp_t 
* p_smp,
                n += snprintf(buf + n, buf_size - n, ", Return path  = ");
                n += sprint_uint8_arr(buf + n, buf_size - n,
                                      p_smp->return_path, p_smp->hop_count + 1);
+               n += sprintf(buf + n, "\n");
        }
 }
 
-- 
1.7.1



--
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