mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
More small whitespace cleanups
This commit is contained in:
parent
ec6887f825
commit
a1f63be099
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163338
@ -468,10 +468,10 @@ bce_attach(device_t dev)
|
||||
/* Allocate PCI memory resources. */
|
||||
rid = PCIR_BAR(0);
|
||||
sc->bce_res = bus_alloc_resource_any(
|
||||
dev, /* dev */
|
||||
SYS_RES_MEMORY, /* type */
|
||||
&rid, /* rid */
|
||||
RF_ACTIVE | PCI_RF_DENSE); /* flags */
|
||||
dev, /* dev */
|
||||
SYS_RES_MEMORY, /* type */
|
||||
&rid, /* rid */
|
||||
RF_ACTIVE | PCI_RF_DENSE); /* flags */
|
||||
|
||||
if (sc->bce_res == NULL) {
|
||||
BCE_PRINTF(sc, "%s(%d): PCI memory allocation failed\n",
|
||||
|
Loading…
Reference in New Issue
Block a user