Re: [PATCH] hw/i386/acpi-build: Fix typo in function name
Philippe Mathieu-Daudé <[email protected]> Mon, 5 May 2025 08:49: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 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 <[email protected]> > --- > hw/i386/acpi-build.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>