From: Philippe Mathieu-Daudé Date: Tue, 15 Oct 2019 11:00:20 +0000 (+0200) Subject: hw/pci-host/piix: Fix code style issues X-Git-Tag: v4.2.0-rc0~8^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=553b4559dcce67890b5beebc9fb51650d55fdfde;p=thirdparty%2Fqemu.git hw/pci-host/piix: Fix code style issues We will move this code, fix its style first. Reviewed-by: Aleksandar Markovic Reviewed-by: Esteban Bosse Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/hw/pci-host/piix.c b/hw/pci-host/piix.c index 95b04122fa0..1544c4726b4 100644 --- a/hw/pci-host/piix.c +++ b/hw/pci-host/piix.c @@ -133,9 +133,10 @@ static PCIINTxRoute piix3_route_intx_pin_to_irq(void *opaque, int pci_intx); static void piix3_write_config_xen(PCIDevice *dev, uint32_t address, uint32_t val, int len); -/* return the global irq number corresponding to a given device irq - pin. We could also use the bus number to have a more precise - mapping. */ +/* + * Return the global irq number corresponding to a given device irq + * pin. We could also use the bus number to have a more precise mapping. + */ static int pci_slot_get_pirq(PCIDevice *pci_dev, int pci_intx) { int slot_addend;