Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp700/hp700 Add a missing '\n' from a printf.



details:   https://anonhg.NetBSD.org/src/rev/79375759b4ad
branches:  trunk
changeset: 749521:79375759b4ad
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Dec 01 16:20:52 2009 +0000

description:
Add a missing '\n' from a printf.

diffstat:

 sys/arch/hp700/hp700/machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 501d2b61fba3 -r 79375759b4ad sys/arch/hp700/hp700/machdep.c
--- a/sys/arch/hp700/hp700/machdep.c    Tue Dec 01 15:49:21 2009 +0000
+++ b/sys/arch/hp700/hp700/machdep.c    Tue Dec 01 16:20:52 2009 +0000
@@ -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 <sys/cdefs.h>
-__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 @@
                        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",



Home | Main Index | Thread Index | Old Index