MdeModulePkg/PciBus: Correct typos
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ray Ni <ray.ni@intel.com> Reviewed-by: Hao Wu <hao.a.wu@intel.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/** @file
|
||||
Supporting functions declaration for PCI devices management.
|
||||
|
||||
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
@@ -50,7 +50,7 @@ InsertPciDevice (
|
||||
);
|
||||
|
||||
/**
|
||||
Destroy root bridge and remove it from deivce tree.
|
||||
Destroy root bridge and remove it from device tree.
|
||||
|
||||
@param RootBridge The bridge want to be removed.
|
||||
|
||||
@@ -80,7 +80,7 @@ DestroyPciDeviceTree (
|
||||
|
||||
@param Controller Root bridge handle.
|
||||
|
||||
@retval EFI_SUCCESS Destory all devcie nodes successfully.
|
||||
@retval EFI_SUCCESS Destroy all device nodes successfully.
|
||||
@retval EFI_NOT_FOUND Cannot find any PCI device under specified
|
||||
root bridge.
|
||||
|
||||
@@ -187,7 +187,7 @@ StartPciDevices (
|
||||
/**
|
||||
Create root bridge device.
|
||||
|
||||
@param RootBridgeHandle Specified root bridge hanle.
|
||||
@param RootBridgeHandle Specified root bridge handle.
|
||||
|
||||
@return The crated root bridge device instance, NULL means no
|
||||
root bridge device instance created.
|
||||
@@ -214,9 +214,9 @@ GetRootBridgeByHandle (
|
||||
|
||||
|
||||
/**
|
||||
Judege whether Pci device existed.
|
||||
Judge whether Pci device existed.
|
||||
|
||||
@param Bridge Parent bridege instance.
|
||||
@param Bridge Parent bridge instance.
|
||||
@param PciIoDevice Device instance.
|
||||
|
||||
@retval TRUE Pci device existed.
|
||||
@@ -261,7 +261,7 @@ LocateVgaDevice (
|
||||
|
||||
All direct or indirect allocated resource for this node will be freed.
|
||||
|
||||
@param PciIoDevice A pointer to the PCI_IO_DEVICE to be destoried.
|
||||
@param PciIoDevice A pointer to the PCI_IO_DEVICE to be destroyed.
|
||||
|
||||
**/
|
||||
VOID
|
||||
|
Reference in New Issue
Block a user