Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/dev/lib/libpci add missing \n



details:   https://anonhg.NetBSD.org/src/rev/0e8bc9553546
branches:  trunk
changeset: 331108:0e8bc9553546
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Jul 31 15:55:08 2014 +0000

description:
add missing \n

from Robert Millan <rmh%freebsd.org@localhost> via rumpkernel-users

diffstat:

 sys/rump/dev/lib/libpci/pci_at_mainbus.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d0366fa3d8a7 -r 0e8bc9553546 sys/rump/dev/lib/libpci/pci_at_mainbus.c
--- a/sys/rump/dev/lib/libpci/pci_at_mainbus.c  Thu Jul 31 15:16:06 2014 +0000
+++ b/sys/rump/dev/lib/libpci/pci_at_mainbus.c  Thu Jul 31 15:55:08 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_at_mainbus.c,v 1.3 2014/04/14 21:34:08 pooka Exp $ */
+/*     $NetBSD: pci_at_mainbus.c,v 1.4 2014/07/31 15:55:08 pooka Exp $ */
 
 /*
  * Copyright (c) 2010 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_at_mainbus.c,v 1.3 2014/04/14 21:34:08 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_at_mainbus.c,v 1.4 2014/07/31 15:55:08 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/conf.h>
@@ -61,7 +61,7 @@
 
        if ((error = rump_vfs_makedevnodes(S_IFCHR, "/dev/pci", '0',
            cmaj, 0, 4)) != 0)
-               printf("pci: failed to create /dev/pci nodes: %d", error);
+               printf("pci: failed to create /dev/pci nodes: %d\n", error);
 }
 
 RUMP_COMPONENT(RUMP_COMPONENT_DEV_AFTERMAINBUS)



Home | Main Index | Thread Index | Old Index