aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi.c
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2003-09-18 05:12:45 +0000
committerNate Lawson <njl@FreeBSD.org>2003-09-18 05:12:45 +0000
commit6c0e8467af77bd58c07fb39944ce722eeb5fd45d (patch)
treebf1e33b67a34807984e725a91139b205fdd1beb2 /sys/dev/acpica/acpi.c
parenta0e5a00957342f479c20d760785091ec254c30bf (diff)
downloadsrc-6c0e8467af77bd58c07fb39944ce722eeb5fd45d.tar.gz
src-6c0e8467af77bd58c07fb39944ce722eeb5fd45d.zip
Add necessary newlines.
Notes
Notes: svn path=/head/; revision=120186
Diffstat (limited to 'sys/dev/acpica/acpi.c')
-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 a46b4858a686..a6c11084d489 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;