diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-11 15:13:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-11 15:13:36 +0000 |
commit | 022ee57bcd79d4e1569e2c65e00ec1b71ea97f8c (patch) | |
tree | f82f8982f192a56963faea395c4badaa9e629464 /sys/arch/sgi/pci/macepcimap.c | |
parent | 2af8b41b710a344db823cade5939fb3b5eaf4972 (diff) |
various ansi and spacing issues; pefo ok
Diffstat (limited to 'sys/arch/sgi/pci/macepcimap.c')
-rw-r--r-- | sys/arch/sgi/pci/macepcimap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/pci/macepcimap.c b/sys/arch/sgi/pci/macepcimap.c index 7ae54e31629..623ba93cb7e 100644 --- a/sys/arch/sgi/pci/macepcimap.c +++ b/sys/arch/sgi/pci/macepcimap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: macepcimap.c,v 1.1 2004/08/06 21:12:19 pefo Exp $ */ +/* $OpenBSD: macepcimap.c,v 1.2 2004/08/11 15:13:35 deraadt Exp $ */ /* $NetBSD: pci_mace.c,v 1.2 2004/01/19 10:28:28 sekiya Exp $ */ /* @@ -90,7 +90,7 @@ pciaddr_remap(pci_chipset_tag_t pc) if (PCI_HDRTYPE_MULTIFN(bhlcr) || (qd != NULL && - (qd->quirks & PCI_QUIRK_MULTIFUNCTION) != 0)) + (qd->quirks & PCI_QUIRK_MULTIFUNCTION) != 0)) nfuncs = 8; else nfuncs = 1; |