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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user