On Tue, Mar 04, 2025 at 05:57:22PM +0900, Krzysztof Wilczyński wrote: > Hello, > > > Fix typos and whitespace errors. > > Oh nice! Thank you for doing this! > > While we are at this... I wonder if we could also see about some things > that I often see in the code, too. For example: > > - "pci" or "pcie" instead of "PCI" and "PCIe" > - "PCIE", PCI-E" or "PCI-Express" over "PCIe" and "PCI Express", etc. > - "aer" over "AER" > - "translateable" over "translatable" > - "SPCIFIC" over "SPECIFIC" > - "OVERIDE" over "OVERRIDE" > - "Root port" or "Root complex" over "Root Port", etc. > - "dbi" over "DBI" > - "requestor" vs "requester" > - "fom" over "from" > - "reserv" over "reserved" > > Would be nice to get these also fixed up nicely since we are already > cleaning things up. Locally fixed these: translateable -> translatable SPCIFIC -> SPECIFIC OVERIDE -> OVERRIDE fom -> from