Re: [edk2-devel] [PATCH] MdeModulePkg/DxeCapsuleLibFmp: Add missing description for parameter

2019-08-07 Thread Wu, Hao A
> -Original Message-
> From: Zhang, Shenglei
> Sent: Tuesday, August 06, 2019 10:18 AM
> To: devel@edk2.groups.io
> Cc: Wang, Jian J; Wu, Hao A
> Subject: [PATCH] MdeModulePkg/DxeCapsuleLibFmp: Add missing
> description for parameter
> 
> The description of parameter CapFileName is missing in comments.
> So add the description.
> 
> Cc: Jian J Wang 
> Cc: Hao A Wu 


Hello,

One comment that is not related with the patch itself.

In the future, please help to run the 'GetMaintainer.py' script under
BaseTools/Scripts/ to get the CC list when proposing a patch in the
MdeModulePkg.

For the patch:
Reviewed-by: Hao A Wu 
And the pushed via commit 111bbcf876.

Best Regards,
Hao Wu


> Signed-off-by: Shenglei Zhang 
> ---
>  MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLib.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git
> a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLib.c
> b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLib.c
> index 2cecc87385b3..f2cd0ad3e816 100644
> --- a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLib.c
> +++ b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLib.c
> @@ -136,6 +136,7 @@ UINT32  mCapsuleTotalNumber;
>Caution: This function may receive untrusted input.
> 
>@param[in]  CapsuleHeader Points to a capsule header.
> +  @param[in]  CapFileName   Capsule file name.
>@param[out] ResetRequired Indicates whether reset is required or 
> not.
> 
>@retval EFI_SUCESSProcess Capsule Image successfully.
> --
> 2.18.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#44990): https://edk2.groups.io/g/devel/message/44990
Mute This Topic: https://groups.io/mt/32737333/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[edk2-devel] [PATCH] MdeModulePkg/DxeCapsuleLibFmp: Add missing description for parameter

2019-08-05 Thread Zhang, Shenglei
The description of parameter CapFileName is missing in comments.
So add the description.

Cc: Jian J Wang 
Cc: Hao A Wu 
Signed-off-by: Shenglei Zhang 
---
 MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLib.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLib.c 
b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLib.c
index 2cecc87385b3..f2cd0ad3e816 100644
--- a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLib.c
+++ b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLib.c
@@ -136,6 +136,7 @@ UINT32  mCapsuleTotalNumber;
   Caution: This function may receive untrusted input.
 
   @param[in]  CapsuleHeader Points to a capsule header.
+  @param[in]  CapFileName   Capsule file name.
   @param[out] ResetRequired Indicates whether reset is required or not.
 
   @retval EFI_SUCESSProcess Capsule Image successfully.
-- 
2.18.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#44921): https://edk2.groups.io/g/devel/message/44921
Mute This Topic: https://groups.io/mt/32737333/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-