MdeModulePkg/DxeCapsuleLibFmp: Add missing description for parameter

The description of parameter CapFileName is missing in comments.
So add the description.

Cc: Jian J Wang <jian.j.wang@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
This commit is contained in:
Zhang, Shenglei 2019-08-06 10:17:37 +08:00 committed by Hao A Wu
parent e314132fea
commit 111bbcf876
1 changed files with 1 additions and 0 deletions

View File

@ -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_SUCESS Process Capsule Image successfully.