Re: [PATCH] hw/acpi/pcihp: Fix typo in function name

Philippe Mathieu-Daudé <[email protected]> Mon, 5 May 2025 08:48:28 +0200
Newsgroups org.nongnu.qemu-trivial,org.nongnu.qemu-devel
Message-ID <[email protected]>
On 4/5/25 23:56, Gustavo Romero wrote:
> Fix typo in QEMU's ACPI PCI hotplug API function name that checks
> whether a given bus is hotplug-capable.
> 
> Signed-off-by: Gustavo Romero <[email protected]>
> ---
>   hw/acpi/acpi-pci-hotplug-stub.c | 2 +-
>   hw/acpi/ich9.c                  | 2 +-
>   hw/acpi/pcihp.c                 | 2 +-
>   hw/acpi/piix4.c                 | 2 +-
>   include/hw/acpi/pcihp.h         | 2 +-
>   5 files changed, 5 insertions(+), 5 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <[email protected]>