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>
This commit is contained in:
Ruiyu Ni 2016-03-03 17:47:52 +08:00 committed by Laszlo Ersek
parent 4014885ffd
commit eea222ced0
2 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -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