From 7e72bd3e89d0e65792cf9b45e756ff7e7f59f5ec Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Thu, 3 Mar 2016 17:47:52 +0800 Subject: MdeModulePkg/PciHostBridgeLib: Correct the function header comments Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Cc: Shumin Qiu Reviewed-by: Laszlo Ersek Reviewed-by: Qiu Shumin (cherry picked from commit eea222ced0f8b40b2b02e9da31cca33ca6688faf) --- MdeModulePkg/Include/Library/PciHostBridgeLib.h | 4 ++-- MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.c | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'MdeModulePkg') 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 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 -- cgit v1.2.3