Re: [PATCH] hw/i386/acpi-build: Fix typo in function name

2025-05-05 Thread Eric Auger
Hi Gustavo, On 5/4/25 11:56 PM, Gustavo Romero wrote: > 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 this is a dup of https://lore.kernel.org/all/20250428102628.378046-4-eri

[PATCH] hw/i386/acpi-build: Fix typo in function name

2025-05-04 Thread Gustavo Romero
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 --- hw/i386/acpi-build.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/i386/acpi-build.c b/hw/i386/a