From 111bbcf87621953dc6ceff09f6c953d33c2689d6 Mon Sep 17 00:00:00 2001 From: "Zhang, Shenglei" Date: Tue, 6 Aug 2019 10:17:37 +0800 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 Signed-off-by: Shenglei Zhang Reviewed-by: Hao A Wu --- 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 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.