Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Missing \n after printing device type.



details:   https://anonhg.NetBSD.org/src/rev/fd073d831d8e
branches:  trunk
changeset: 757976:fd073d831d8e
user:      phx <phx%NetBSD.org@localhost>
date:      Sat Oct 09 19:46:15 2010 +0000

description:
Missing \n after printing device type.

diffstat:

 sys/dev/pci/if_bwi_pci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 71e4d791a91d -r fd073d831d8e sys/dev/pci/if_bwi_pci.c
--- a/sys/dev/pci/if_bwi_pci.c  Sat Oct 09 12:56:06 2010 +0000
+++ b/sys/dev/pci/if_bwi_pci.c  Sat Oct 09 19:46:15 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bwi_pci.c,v 1.9 2010/01/19 22:07:00 pooka Exp $     */
+/*     $NetBSD: if_bwi_pci.c,v 1.10 2010/10/09 19:46:15 phx Exp $      */
 /*     $OpenBSD: if_bwi_pci.c,v 1.6 2008/02/14 22:10:02 brad Exp $ */
 
 /*
@@ -24,7 +24,7 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bwi_pci.c,v 1.9 2010/01/19 22:07:00 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bwi_pci.c,v 1.10 2010/10/09 19:46:15 phx Exp $");
 
 #include <sys/param.h>
 #include <sys/callout.h>
@@ -113,7 +113,7 @@
        int error = 0;
 
        aprint_naive("\n");
-       aprint_normal(": Broadcom Wireless");
+       aprint_normal(": Broadcom Wireless\n");
 
        sc->sc_dev = self;
        sc->sc_dmat = pa->pa_dmat;



Home | Main Index | Thread Index | Old Index