mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-31 01:24:12 +02:00
MdeModulePkg/NonDiscoverablePciDevice: Make variable definition follow rule
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
43b7cd61c9
commit
5f16ecdb02
@ -1300,7 +1300,8 @@ PciIoGetBarAttributes (
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
NON_DISCOVERABLE_PCI_DEVICE *Dev;
|
NON_DISCOVERABLE_PCI_DEVICE *Dev;
|
||||||
EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Descriptor, *BarDesc;
|
EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Descriptor;
|
||||||
|
EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *BarDesc;
|
||||||
EFI_ACPI_END_TAG_DESCRIPTOR *End;
|
EFI_ACPI_END_TAG_DESCRIPTOR *End;
|
||||||
EFI_STATUS Status;
|
EFI_STATUS Status;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user