summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/DxeCapsuleLibFmp
diff options
context:
space:
mode:
authorZhang, Shenglei <shenglei.zhang@intel.com>2019-08-06 10:17:37 +0800
committerHao A Wu <hao.a.wu@intel.com>2019-08-07 16:23:56 +0800
commit111bbcf87621953dc6ceff09f6c953d33c2689d6 (patch)
tree5283644bbf6f7f0b122e1b61aac18731ed160e94 /MdeModulePkg/Library/DxeCapsuleLibFmp
parente314132feaac3f62a27f1a4ffaae8f5c1fba3140 (diff)
downloadedk2-111bbcf87621953dc6ceff09f6c953d33c2689d6.tar.gz
edk2-111bbcf87621953dc6ceff09f6c953d33c2689d6.tar.bz2
edk2-111bbcf87621953dc6ceff09f6c953d33c2689d6.zip
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>
Diffstat (limited to 'MdeModulePkg/Library/DxeCapsuleLibFmp')
-rw-r--r--MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLib.c b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLib.c
index 2cecc87385..f2cd0ad3e8 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_SUCESS Process Capsule Image successfully.