mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 02:00:31 -04:00
pciio.h: Delete trailing whitespace
Noticed when I was looking at some binary compatibility changes that might be needed. Sponsored by: Netflix
This commit is contained in:
parent
6c3a4b5f9b
commit
4a12e28f33
1 changed files with 2 additions and 2 deletions
|
|
@ -66,10 +66,10 @@ struct pci_conf {
|
|||
struct pcisel pc_sel; /* domain+bus+slot+function */
|
||||
u_int8_t pc_hdr; /* PCI header type */
|
||||
u_int16_t pc_subvendor; /* card vendor ID */
|
||||
u_int16_t pc_subdevice; /* card device ID, assigned by
|
||||
u_int16_t pc_subdevice; /* card device ID, assigned by
|
||||
card vendor */
|
||||
u_int16_t pc_vendor; /* chip vendor ID */
|
||||
u_int16_t pc_device; /* chip device ID, assigned by
|
||||
u_int16_t pc_device; /* chip device ID, assigned by
|
||||
chip vendor */
|
||||
u_int8_t pc_class; /* chip PCI class */
|
||||
u_int8_t pc_subclass; /* chip PCI subclass */
|
||||
|
|
|
|||
Loading…
Reference in a new issue