On 03/03/16 10:47, Ruiyu Ni wrote:
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Ruiyu Ni <ruiyu...@intel.com>
> Cc: Shumin Qiu <shumin....@intel.com>
> ---
>  MdeModulePkg/Include/Library/PciHostBridgeLib.h                  | 4 ++--
>  MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.c | 7 +++----
>  2 files changed, 5 insertions(+), 6 deletions(-)

Committed as eea222ced0f8.

Thanks
Laszlo

> diff --git a/MdeModulePkg/Include/Library/PciHostBridgeLib.h 
> b/MdeModulePkg/Include/Library/PciHostBridgeLib.h
> index b67ac5e..eb45cfd 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 fe0632d..761e45b 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
> 

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to