summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-10-29 19:08:55 +0000
committerjhb <jhb@FreeBSD.org>2002-10-29 19:08:55 +0000
commit13f1045bf9d450419deff3e8c406af5e4afdba2c (patch)
treea72d4dd2c3aff8d918d9c076fa249f45abddfcc6 /sys/dev/acpica
parent2fe4c0394319c7de7eeb1cc93683f99423ce1264 (diff)
downloadFreeBSD-src-13f1045bf9d450419deff3e8c406af5e4afdba2c.zip
FreeBSD-src-13f1045bf9d450419deff3e8c406af5e4afdba2c.tar.gz
Add a missing newline to the end of a device_printf().
Reported by: Michael G. Petry <petry@NetMasters.Com>
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi_pcib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_pcib.c b/sys/dev/acpica/acpi_pcib.c
index 5bdf50a..3677966 100644
--- a/sys/dev/acpica/acpi_pcib.c
+++ b/sys/dev/acpica/acpi_pcib.c
@@ -80,7 +80,7 @@ acpi_pcib_attach(device_t dev, ACPI_BUFFER *prt, int busno)
* Attach the PCI bus proper.
*/
if ((child = device_add_child(dev, "pci", busno)) == NULL) {
- device_printf(device_get_parent(dev), "couldn't attach pci bus");
+ device_printf(device_get_parent(dev), "couldn't attach pci bus\n");
return_VALUE(ENXIO);
}
OpenPOWER on IntegriCloud