Fix an indentation bug in the bcm pci driver

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Andrew Turner 2022-05-23 18:24:04 +01:00
parent 5749fdc535
commit f16e38162c

View File

@ -546,7 +546,7 @@ bcm_pcib_msi_attach(device_t dev)
"%s,%u", bcm_name, i);
if (error != 0) {
device_printf(dev,
"error: failed to register interrupt %d.\n", i);
"error: failed to register interrupt %d.\n", i);
return (error);
}
}