X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FBus%2FPci%2FPciBusDxe%2FPciEnumerator.c;h=d31144739fc9a2c309d83b26f7ff3ea20a52bb52;hp=469a2ddb8ac01b2b3cf09c0f9fea94c01424b051;hb=2048c585b46d240d76e3097917cbbfe43a7be88e;hpb=241993480e8e9ff4526e206ba8e4fa97e695ed4a diff --git a/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c b/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c index 469a2ddb8a..d31144739f 100644 --- a/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c +++ b/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c @@ -1,7 +1,7 @@ /** @file PCI eunmeration implementation on entire PCI bus system for PCI Bus module. -Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.
(C) Copyright 2015 Hewlett Packard Enterprise Development LP
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -962,7 +962,7 @@ GetMaxResourceConsumerDevice ( @param Mem64ResStatus Status of 64-bit memory resource node. @param PMem64ResStatus Status of 64-bit Prefetchable memory resource node. - @retval EFI_SUCCESS Successfully adjusted resoruce on host bridge. + @retval EFI_SUCCESS Successfully adjusted resource on host bridge. @retval EFI_ABORTED Host bridge hasn't this resource type or no resource be adjusted. **/ @@ -1091,7 +1091,7 @@ PciHostBridgeAdjustAllocation ( } /** - Summary requests for all resource type, and contruct ACPI resource + Summary requests for all resource type, and construct ACPI resource requestor instance. @param Bridge detecting bridge @@ -1103,7 +1103,7 @@ PciHostBridgeAdjustAllocation ( @param Config Output buffer holding new constructed APCI resource requestor @retval EFI_SUCCESS Successfully constructed ACPI resource. - @retval EFI_OUT_OF_RESOURCES No memory availabe. + @retval EFI_OUT_OF_RESOURCES No memory available. **/ EFI_STATUS