Message ID | 20170421193241.6562.57167.stgit@bhelgaas-glaptop.roam.corp.google.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Bjorn Helgaas |
Headers | show |
diff --git a/lib/pci.h b/lib/pci.h index 9781acc..052f43b 100644 --- a/lib/pci.h +++ b/lib/pci.h @@ -147,7 +147,7 @@ struct pci_dev { u8 *cache; /* Cached config registers */ int cache_len; int hdrtype; /* Cached low 7 bits of header type, -1 if unknown */ - void *aux; /* Auxillary data */ + void *aux; /* Auxiliary data */ }; #define PCI_ADDR_IO_MASK (~(pciaddr_t) 0x3)