]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.h
StartPciDevicesOnBridge() should correct return value.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBusDxe / PciDeviceSupport.h
index d80088a246b44784498fd9f75cf18f4e2c061f5d..e97e90dea16ecf1ab40e55847034d7ab3e67c26f 100644 (file)
@@ -146,7 +146,7 @@ DeRegisterPciDevice (
   );\r
 \r
 /**\r
-  Start to manage the PCI device on specified the root bridge or PCI-PCI Bridge\r
+  Start to manage the PCI device on the specified root bridge or PCI-PCI Bridge.\r
 \r
   @param Controller          The root bridge handle.\r
   @param RootBridge          A pointer to the PCI_IO_DEVICE.\r
@@ -157,7 +157,7 @@ DeRegisterPciDevice (
   @retval EFI_NOT_READY   Device is not allocated.\r
   @retval EFI_UNSUPPORTED Device only support PCI-PCI bridge.\r
   @retval EFI_NOT_FOUND   Can not find the specific device.\r
-  @retval EFI_SUCCESS     Success to start Pci device on bridge.\r
+  @retval EFI_SUCCESS     Success to start Pci devices on bridge.\r
 \r
 **/\r
 EFI_STATUS\r