Re: [Qemu-devel] [PATCH v2] pcie: consistent names for function args

2019-07-12 Thread Marcel Apfelbaum
On 7/11/19 11:28 PM, Michael S. Tsirkin wrote: The function declarations for pci_cap_slot_get and pci_cap_slot_write_config call the argument "slot_ctl", but the function definitions and all the call sites drop the 'o' and call it "slt_ctl". Let's be consistent. Reported-by: Peter Maydell Si

[Qemu-devel] [PATCH v2] pcie: consistent names for function args

2019-07-11 Thread Michael S. Tsirkin
The function declarations for pci_cap_slot_get and pci_cap_slot_write_config call the argument "slot_ctl", but the function definitions and all the call sites drop the 'o' and call it "slt_ctl". Let's be consistent. Reported-by: Peter Maydell Signed-off-by: Michael S. Tsirkin --- Fix pcie_cap_s