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/Include | |
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/Include')
-rw-r--r-- | MdeModulePkg/Include/Library/PciHostBridgeLib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Include/Library/PciHostBridgeLib.h b/MdeModulePkg/Include/Library/PciHostBridgeLib.h index b67ac5e17d..eb45cfdd79 100644 --- a/MdeModulePkg/Include/Library/PciHostBridgeLib.h +++ b/MdeModulePkg/Include/Library/PciHostBridgeLib.h @@ -69,8 +69,8 @@ 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
|