mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
hw/pci-host/gpex-acpi: Fix typo in comment
Fix typo in a comment about the creation of the ACPI CRS method. Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
55b38d2345
commit
4394d23e49
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ void acpi_dsdt_add_gpex(Aml *scope, struct GPEXConfig *cfg)
|
|||
|
||||
/*
|
||||
* Resources defined for PXBs are composed of the following parts:
|
||||
* 1. The resources the pci-brige/pcie-root-port need.
|
||||
* 1. The resources the pci-bridge/pcie-root-port need.
|
||||
* 2. The resources the devices behind pxb need.
|
||||
*/
|
||||
crs = build_crs(PCI_HOST_BRIDGE(BUS(bus)->parent), &crs_range_set,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue