Index: acpi_machdep.c
===================================================================
RCS file: /cvs/src/sys/arch/amd64/amd64/acpi_machdep.c,v
retrieving revision 1.63
diff -u -p -r1.63 acpi_machdep.c
--- acpi_machdep.c      19 Sep 2014 20:02:25 -0000      1.63
+++ acpi_machdep.c      16 Oct 2014 03:25:29 -0000
@@ -304,7 +304,7 @@ acpi_sleep_cpu(struct acpi_softc *sc, in
 #ifdef HIBERNATE
                if (state == ACPI_STATE_S4) {
                        if (hibernate_suspend()) {
-                               printf("%s: hibernate_suspend failed",
+                               printf("%s: hibernate_suspend failed\n",
                                    DEVNAME(sc));
                                hibernate_free();
                                return (ECANCELED);
@@ -321,7 +321,7 @@ acpi_sleep_cpu(struct acpi_softc *sc, in
                boothowto &= ~RB_POWERDOWN;

                acpi_sleep_pm(sc, state);
-               printf("%s: acpi_sleep_pm failed", DEVNAME(sc));
+               printf("%s: acpi_sleep_pm failed\n", DEVNAME(sc));
                return (ECANCELED);
        }
        /* Resume path */



Index: atk0110.c
===================================================================
RCS file: /cvs/src/sys/dev/acpi/atk0110.c,v
retrieving revision 1.10
diff -u -p -r1.10 atk0110.c
--- atk0110.c   12 Jul 2014 18:48:17 -0000      1.10
+++ atk0110.c   16 Oct 2014 03:10:50 -0000
@@ -248,7 +248,7 @@ aibs_attach_new(struct aibs_softc *sc)
        int                     i;

        if (aibs_getpack(sc, sc->sc_ggrpnode, ATK_ID_MUX_HWMON, &res)) {
-               printf("%s: GGRP: sensor enumeration failed", DEVNAME(sc));
+               printf("%s: GGRP: sensor enumeration failed\n", DEVNAME(sc));
                return;
        }


Reply via email to