summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/PciHostBridgeLibNull
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2016-03-03 17:47:52 +0800
committerLaszlo Ersek <lersek@redhat.com>2016-03-03 18:24:25 +0100
commiteea222ced0f8b40b2b02e9da31cca33ca6688faf (patch)
tree67a1d90c36d36d0c60699fc1e116fd76fe0a6e55 /MdeModulePkg/Library/PciHostBridgeLibNull
parent4014885ffdfa85fe6f6001b2a86290714934570c (diff)
downloadedk2-eea222ced0f8b40b2b02e9da31cca33ca6688faf.tar.gz
edk2-eea222ced0f8b40b2b02e9da31cca33ca6688faf.tar.bz2
edk2-eea222ced0f8b40b2b02e9da31cca33ca6688faf.zip
MdeModulePkg/PciHostBridgeLib: Correct the function header comments
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Shumin Qiu <shumin.qiu@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Qiu Shumin <shumin.qiu@intel.com>
Diffstat (limited to 'MdeModulePkg/Library/PciHostBridgeLibNull')
-rw-r--r--MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.c b/MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.c
index fe0632dd35..761e45b0de 100644
--- a/MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.c
+++ b/MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.c
@@ -41,11 +41,10 @@ PciHostBridgeGetRootBridges (
}
/**
- Free the root bridge instances array returned from
- PciHostBridgeGetRootBridges().
+ Free the root bridge instances array returned from PciHostBridgeGetRootBridges().
- @param The root bridge instances array.
- @param The count of the array.
+ @param Bridges The root bridge instances array.
+ @param Count The count of the array.
**/
VOID
EFIAPI