]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/i386/acpi-build: Fix typo in function name
authorGustavo Romero <gustavo.romero@linaro.org>
Sun, 4 May 2025 21:56:36 +0000 (21:56 +0000)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 9 May 2025 20:49:26 +0000 (23:49 +0300)
commitcc9c8fcf3cbffb64402a70a4473092f463cd4e87
tree9e4111b59c164b3dc84c6e5ebb1cd13dfade722c
parentbe06edd3edac94406a5b121c151d72fa493a0ae1
hw/i386/acpi-build: Fix typo in function name

Fix missing "i" in the name of the function responsible for adding the call to
the PCI notification method (PCNT) in the ACPI table.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/i386/acpi-build.c