[Skiboot] [PATCH] hdata/spira: Add missing newline to prlog() call

Reza Arbab arbab at linux.vnet.ibm.com
Thu Dec 7 04:51:59 AEDT 2017


We're missing a \n here.

Signed-off-by: Reza Arbab <arbab at linux.vnet.ibm.com>
---
 hdata/spira.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hdata/spira.c b/hdata/spira.c
index 11d3ade..2cf7613 100644
--- a/hdata/spira.c
+++ b/hdata/spira.c
@@ -1374,7 +1374,7 @@ static void add_npu(struct dt_node *xscom, const struct HDIF_array_hdr *links,
 		 * this is going to break.
 		 */
 
-		prlog(PR_DEBUG, "NPU: %04x:%d: Link (%d) targets slot %u",
+		prlog(PR_DEBUG, "NPU: %04x:%d: Link (%d) targets slot %u\n",
 			chip_id, link_count, link_count, slot_id);
 
 		if (link_count >= 6) {
-- 
1.8.3.1



More information about the Skiboot mailing list