Blame SOURCES/0003-osm_helper.c-Make-50-string-proper-fixed-width-in-ls.patch

cfe731
From d1cbc9e5309c2009f0d73f4181cd8dde0505cd59 Mon Sep 17 00:00:00 2001
cfe731
From: Hal Rosenstock <hal@mellanox.com>
cfe731
Date: Tue, 22 Jan 2019 18:23:27 +0200
cfe731
Subject: [PATCH 3/5] osm_helper.c: Make "50" string proper fixed width in
cfe731
 lsea_str_fixed_width
cfe731
cfe731
Signed-off-by: Hal Rosenstock <hal@mellanox.com>
cfe731
Signed-off-by: Honggang Li <honli@redhat.com>
cfe731
---
cfe731
 opensm/osm_helper.c | 2 +-
cfe731
 1 file changed, 1 insertion(+), 1 deletion(-)
cfe731
cfe731
diff --git a/opensm/osm_helper.c b/opensm/osm_helper.c
cfe731
index f1219b225703..9791172f212c 100644
cfe731
--- a/opensm/osm_helper.c
cfe731
+++ b/opensm/osm_helper.c
cfe731
@@ -3215,7 +3215,7 @@ static const char *lsea_str_fixed_width[] = {
cfe731
 	"14  ",
cfe731
 	"25  ",
cfe731
 	"????",
cfe731
-	"50"
cfe731
+	"50  "
cfe731
 };
cfe731
 
cfe731
 const char *osm_get_lsa_str(IN uint8_t lsa, IN uint8_t lsea, IN uint8_t state,
cfe731
-- 
cfe731
2.15.0-rc1
cfe731