summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-09-18 05:12:45 +0000
committernjl <njl@FreeBSD.org>2003-09-18 05:12:45 +0000
commit5954abfc5cac9592effff22df4c68bc2e7739160 (patch)
treebf1e33b67a34807984e725a91139b205fdd1beb2 /sys/dev/acpica
parente337699483820218b1a7c297ccec2b0c0bd456e8 (diff)
downloadFreeBSD-src-5954abfc5cac9592effff22df4c68bc2e7739160.zip
FreeBSD-src-5954abfc5cac9592effff22df4c68bc2e7739160.tar.gz
Add necessary newlines.
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index a46b485..a6c1108 100644
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -1038,7 +1038,7 @@ acpi_enable_fixed_events(struct acpi_softc *sc)
acpi_eventhandler_power_button_for_sleep,
sc);
if (first_time)
- device_printf(sc->acpi_dev, "Power Button (fixed)");
+ device_printf(sc->acpi_dev, "Power Button (fixed)\n");
}
if (AcpiGbl_FADT != NULL && AcpiGbl_FADT->SleepButton == 0) {
AcpiEnableEvent(ACPI_EVENT_SLEEP_BUTTON, 0);
@@ -1047,7 +1047,7 @@ acpi_enable_fixed_events(struct acpi_softc *sc)
acpi_eventhandler_sleep_button_for_sleep,
sc);
if (first_time)
- device_printf(sc->acpi_dev, "Sleep Button (fixed)");
+ device_printf(sc->acpi_dev, "Sleep Button (fixed)\n");
}
first_time = 0;
OpenPOWER on IntegriCloud