diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-03-03 17:47:52 +0800 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2016-03-03 18:24:25 +0100 |
commit | eea222ced0f8b40b2b02e9da31cca33ca6688faf (patch) | |
tree | 67a1d90c36d36d0c60699fc1e116fd76fe0a6e55 /MdeModulePkg/Library/PciHostBridgeLibNull | |
parent | 4014885ffdfa85fe6f6001b2a86290714934570c (diff) | |
download | edk2-platforms-eea222ced0f8b40b2b02e9da31cca33ca6688faf.tar.xz |
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.c | 7 |
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
|