mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106158
@ -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…
Reference in New Issue
Block a user