style(9) nit.

This commit is contained in:
Maxime Henrion 2002-08-19 22:51:23 +00:00
parent e9cf2ddb50
commit 258682384f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102145

View File

@ -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)