From nobody Sun May 5 15:22:12 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+44921+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+44921+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565057861; cv=none; d=zoho.com; s=zohoarc; b=BHC2Lsr4ubvF+MZfe4Y7tvhPSDVVFPs1SR2v8Edwi1x0BPrGKI2NEfDMEDihTk1Wd0dCc3QVUZwVTjrHuPvrRVjuJ9zBs1QAfHicK1NVL62E7p1AisJT3A8gRj0zy7Oo9MKHOFcsqmQy/Nmjesp4VHIw8JWJiwFgdR7Vw2J9VwY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565057861; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=+dz2fsF/2sP0H3IWxHg1iQlz4VAY15H84x/a4Y5rql8=; b=BFqBcslHhn5Z99pl11Ie7iqsawmzml5exTx525xfYtdlZCghKHPoQyvX6+8Qj6Gfm+slJ8ba0/OBBzenzy2B1HClmEh/IIAudET1R7ld/ZO9b2QbyDf6NYy7DNnrHZ61YsGEvTmcZYohXI4gB7e0dvdmfgWNb8BEjPa8UAdMoMY= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+44921+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1565057860984752.4874174849984; Mon, 5 Aug 2019 19:17:40 -0700 (PDT) Return-Path: X-Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by groups.io with SMTP; Mon, 05 Aug 2019 19:17:40 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Aug 2019 19:17:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,352,1559545200"; d="scan'208";a="349282771" X-Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga005.jf.intel.com with ESMTP; 05 Aug 2019 19:17:38 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Jian J Wang , Hao A Wu Subject: [edk2-devel] [PATCH] MdeModulePkg/DxeCapsuleLibFmp: Add missing description for parameter Date: Tue, 6 Aug 2019 10:17:37 +0800 Message-Id: <20190806021737.17672-1-shenglei.zhang@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,shenglei.zhang@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1565057860; bh=piYadvIXtE2bzizFJewAqj5ue3bxCU/gHLrp5Yg7+hc=; h=Cc:Date:From:Reply-To:Subject:To; b=IFXCZm+3Iib+jffwKcy3OmiEhvGjnlYyc5upLhXE6t4FeGdlf/R4vJrXT277JGr/qQP PM/a3Ib3/zh+jtxeYEkrZhes0fiXjxFTzhp4vuLCpyDtU+ZqdipnMe+wJDhSoZ7mlITek TMRwJtKi+MtuTUzTL1NUEdj9SehkqsTnqUU= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" 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 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 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. =20 @param[in] CapsuleHeader Points to a capsule header. + @param[in] CapFileName Capsule file name. @param[out] ResetRequired Indicates whether reset is required or= not. =20 @retval EFI_SUCESS Process Capsule Image successfully. --=20 2.18.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- 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/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-