summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcivar.h
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2002-08-19 22:51:23 +0000
committermux <mux@FreeBSD.org>2002-08-19 22:51:23 +0000
commit5b798e0db4f3e40ad1c06ee811470f87481126a6 (patch)
tree2f09227aa4756801959dc582488105a3d89c5ed3 /sys/dev/pci/pcivar.h
parent52d3101888acea248eaf3b567f385faa28db7a08 (diff)
downloadFreeBSD-src-5b798e0db4f3e40ad1c06ee811470f87481126a6.zip
FreeBSD-src-5b798e0db4f3e40ad1c06ee811470f87481126a6.tar.gz
style(9) nit.
Diffstat (limited to 'sys/dev/pci/pcivar.h')
-rw-r--r--sys/dev/pci/pcivar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h
index 6c30615..2b15c4d 100644
--- a/sys/dev/pci/pcivar.h
+++ b/sys/dev/pci/pcivar.h
@@ -182,7 +182,7 @@ enum pci_device_ivars {
/*
* Simplified accessors for pci devices
*/
-#define PCI_ACCESSOR(var, ivar, type) \
+#define PCI_ACCESSOR(var, ivar, type) \
__BUS_ACCESSOR(pci, var, PCI, ivar, type)
PCI_ACCESSOR(subvendor, SUBVENDOR, u_int16_t)
OpenPOWER on IntegriCloud