Source-Changes-HG archive

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

[src/trunk]: src/sys/dev Add missing newlines...



details:   https://anonhg.NetBSD.org/src/rev/4b13485687ed
branches:  trunk
changeset: 334825:4b13485687ed
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Dec 08 16:16:45 2014 +0000

description:
Add missing newlines...

diffstat:

 sys/dev/acpi/acpi_ec.c |  6 ++++--
 sys/dev/isa/pcppi.c    |  5 +++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (53 lines):

diff -r af624d2b84cd -r 4b13485687ed sys/dev/acpi/acpi_ec.c
--- a/sys/dev/acpi/acpi_ec.c    Mon Dec 08 15:22:47 2014 +0000
+++ b/sys/dev/acpi/acpi_ec.c    Mon Dec 08 16:16:45 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acpi_ec.c,v 1.73 2014/07/06 15:35:42 riastradh Exp $   */
+/*     $NetBSD: acpi_ec.c,v 1.74 2014/12/08 16:16:45 msaitoh Exp $     */
 
 /*-
  * Copyright (c) 2007 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -59,7 +59,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_ec.c,v 1.73 2014/07/06 15:35:42 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_ec.c,v 1.74 2014/12/08 16:16:45 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/callout.h>
@@ -267,6 +267,8 @@
                aprint_normal(": using %s\n", device_xname(ec_singleton));
                goto fail0;
        }
+       aprint_naive("\n");
+       aprint_normal("\n");
 
        if (!acpiec_parse_gpe_package(self, aa->aa_node->ad_handle,
                                      &gpe_handle, &gpebit))
diff -r af624d2b84cd -r 4b13485687ed sys/dev/isa/pcppi.c
--- a/sys/dev/isa/pcppi.c       Mon Dec 08 15:22:47 2014 +0000
+++ b/sys/dev/isa/pcppi.c       Mon Dec 08 16:16:45 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcppi.c,v 1.42 2012/04/06 20:33:20 plunky Exp $ */
+/* $NetBSD: pcppi.c,v 1.43 2014/12/08 16:16:45 msaitoh Exp $ */
 
 /*
  * Copyright (c) 1996 Carnegie-Mellon University.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pcppi.c,v 1.42 2012/04/06 20:33:20 plunky Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pcppi.c,v 1.43 2014/12/08 16:16:45 msaitoh Exp $");
 
 #include "attimer.h"
 
@@ -167,6 +167,7 @@
         if (bus_space_map(iot, IO_PPI, sc->sc_size, 0, &sc->sc_ppi_ioh))
                 panic("pcppi_attach: couldn't map");
 
+       aprint_naive("\n");
        aprint_normal("\n");
         pcppi_attach(sc);
 }



Home | Main Index | Thread Index | Old Index