From 16ac0b772d209d5afe983e6e52f594f684b44f36 Mon Sep 17 00:00:00 2001 From: skrll Date: Tue, 1 Dec 2009 16:20:52 +0000 Subject: [PATCH] Add a missing '\n' from a printf. --- sys/arch/hp700/hp700/machdep.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/hp700/hp700/machdep.c b/sys/arch/hp700/hp700/machdep.c index e39d4f2c93a0..6701b6fd63bd 100644 --- a/sys/arch/hp700/hp700/machdep.c +++ b/sys/arch/hp700/hp700/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.75 2009/11/27 03:23:09 rmind Exp $ */ +/* $NetBSD: machdep.c,v 1.76 2009/12/01 16:20:52 skrll Exp $ */ /*- * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc. @@ -58,7 +58,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.75 2009/11/27 03:23:09 rmind Exp $"); +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.76 2009/12/01 16:20:52 skrll Exp $"); #include "opt_cputype.h" #include "opt_ddb.h" @@ -1640,7 +1640,7 @@ hppa_pim64_dump(int check_type) PIM_BUS_BITS); PIM_WORD("\nAssist Check", checks->pim_check_assist, PIM_ASSIST_BITS); - printf("Assist State %u", checks->pim_check_assist_state); + printf("\nAssist State %u", checks->pim_check_assist_state); printf("\nSystem Responder 0x%016lx", (unsigned long)checks->pim_check_responder); printf("\nSystem Requestor 0x%016lx",