Add a missing newline to the end of a device_printf().
Reported by: Michael G. Petry <petry@NetMasters.Com>
This commit is contained in:
parent
16093e3f47
commit
ebc4ae3b74
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user