diff options
author | jhb <jhb@FreeBSD.org> | 2002-10-16 19:11:59 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2002-10-16 19:11:59 +0000 |
commit | 68c67aa0ed21d23f69e65960d0e62f25bbb71ef3 (patch) | |
tree | 45ddec98a34948f1e301a091ee4a23e414e77221 /sys/dev/pci/pci.c | |
parent | 31f10028699aee7f17a4468888b401d7f85ebee5 (diff) | |
download | FreeBSD-src-68c67aa0ed21d23f69e65960d0e62f25bbb71ef3.zip FreeBSD-src-68c67aa0ed21d23f69e65960d0e62f25bbb71ef3.tar.gz |
Whitespace.
Diffstat (limited to 'sys/dev/pci/pci.c')
-rw-r--r-- | sys/dev/pci/pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 072dc51..869da3a 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -176,7 +176,7 @@ are some peripherals that this causes problems with."); /* Find a device_t by bus/slot/function */ device_t -pci_find_bsf (u_int8_t bus, u_int8_t slot, u_int8_t func) +pci_find_bsf(u_int8_t bus, u_int8_t slot, u_int8_t func) { struct pci_devinfo *dinfo; @@ -194,7 +194,7 @@ pci_find_bsf (u_int8_t bus, u_int8_t slot, u_int8_t func) /* Find a device_t by vendor/device ID */ device_t -pci_find_device (u_int16_t vendor, u_int16_t device) +pci_find_device(u_int16_t vendor, u_int16_t device) { struct pci_devinfo *dinfo; |