mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
style(9) nit.
This commit is contained in:
parent
e9cf2ddb50
commit
258682384f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue