From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.136; helo=mga12.intel.com; envelope-from=michael.d.kinney@intel.com; receiver=edk2-devel@lists.01.org Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 89FB7210C42B8 for ; Fri, 27 Jul 2018 22:54:19 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jul 2018 22:54:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,412,1526367600"; d="scan'208";a="249689325" Received: from orsmsx106.amr.corp.intel.com ([10.22.225.133]) by fmsmga006.fm.intel.com with ESMTP; 27 Jul 2018 22:54:17 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.96]) by ORSMSX106.amr.corp.intel.com ([169.254.1.85]) with mapi id 14.03.0319.002; Fri, 27 Jul 2018 22:54:17 -0700 From: "Kinney, Michael D" To: "Zeng, Star" , "edk2-devel@lists.01.org" , "Kinney, Michael D" CC: "Yao, Jiewen" , "Zeng, Star" Thread-Topic: [edk2] [PATCH] MdeModulePkg DxeCapsuleLibFmp: Fix typo "EsrtSyncFmp" to "SyncEsrtFmp" Thread-Index: AQHUJZozDuOUOe8adkST8+Pc3IUxT6SkI5UQ Date: Sat, 28 Jul 2018 05:54:16 +0000 Message-ID: References: <1532689718-65844-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1532689718-65844-1-git-send-email-star.zeng@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.22.254.138] MIME-Version: 1.0 Subject: Re: [PATCH] MdeModulePkg DxeCapsuleLibFmp: Fix typo "EsrtSyncFmp" to "SyncEsrtFmp" X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jul 2018 05:54:19 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael D Kinney Mike > -----Original Message----- > From: edk2-devel [mailto:edk2-devel- > bounces@lists.01.org] On Behalf Of Star Zeng > Sent: Friday, July 27, 2018 4:09 AM > To: edk2-devel@lists.01.org > Cc: Kinney, Michael D ; > Yao, Jiewen ; Zeng, Star > > Subject: [edk2] [PATCH] MdeModulePkg DxeCapsuleLibFmp: > Fix typo "EsrtSyncFmp" to "SyncEsrtFmp" >=20 > Cc: Michael D Kinney > Cc: Jiewen Yao > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Star Zeng > --- > MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c > | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git > a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c > b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c > index ee3adce2a2f2..3c283e251331 100644 > --- > a/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c > +++ > b/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c > @@ -1047,7 +1047,7 @@ RecordFmpCapsuleStatus ( >=20 > // > // Update EsrtEntry For V1, V2 FMP instance. > - // V3 FMP ESRT cache will be synced up through > EsrtSyncFmp interface > + // V3 FMP ESRT cache will be synced up through > SyncEsrtFmp interface > // > FmpImageInfoDescriptorVer =3D > GetFmpImageInfoDescriptorVer (Handle); > if (FmpImageInfoDescriptorVer < > EFI_FIRMWARE_IMAGE_DESCRIPTOR_VERSION) { > -- > 2.7.0.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel