From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.120, mailfrom: liming.gao@intel.com) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by groups.io with SMTP; Sun, 07 Jul 2019 18:21:09 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jul 2019 18:21:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,464,1557212400"; d="scan'208";a="192152804" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga002.fm.intel.com with ESMTP; 07 Jul 2019 18:21:08 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 7 Jul 2019 18:21:08 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 7 Jul 2019 18:21:08 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.110]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.162]) with mapi id 14.03.0439.000; Mon, 8 Jul 2019 09:21:06 +0800 From: "Liming Gao" To: "coeur@gmx.fr" , "devel@edk2.groups.io" , "Kinney, Michael D" Subject: Re: [PATCH] FmpDevicePkg: Fix various typos Thread-Topic: [PATCH] FmpDevicePkg: Fix various typos Thread-Index: AQHVMzyOKMNRc2IIu0Gfnm1iFHwTmaa/7+cA Date: Mon, 8 Jul 2019 01:21:05 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E4A3672@SHSMSX104.ccr.corp.intel.com> References: <20190705141821.82895-1-coeur@gmx.fr> In-Reply-To: <20190705141821.82895-1-coeur@gmx.fr> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="windows-1256" Content-Transfer-Encoding: quoted-printable Please add Signed-off-by: your name.=20 The change is good to me. Reviewed-by: Liming Gao >-----Original Message----- >From: Antoine C=9Cur [mailto:coeur@gmx.fr] >Sent: Friday, July 05, 2019 10:18 PM >To: devel@edk2.groups.io; Gao, Liming ; Kinney, >Michael D >Cc: Antoine C=9Cur >Subject: [PATCH] FmpDevicePkg: Fix various typos > >Fix one typo in FmpDevicePkg. >--- > FmpDevicePkg/FmpDxe/DetectTestKey.c | 2 +- > FmpDevicePkg/Include/Library/FmpDeviceLib.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/FmpDevicePkg/FmpDxe/DetectTestKey.c >b/FmpDevicePkg/FmpDxe/DetectTestKey.c >index 52e780dac8..e697a08489 100644 >--- a/FmpDevicePkg/FmpDxe/DetectTestKey.c >+++ b/FmpDevicePkg/FmpDxe/DetectTestKey.c >@@ -139,7 +139,7 @@ DetectTestKey ( > } > > // >- // If test key detected or an error occured checking for the test key, = then >+ // If test key detected or an error occurred checking for the test key,= then > // set PcdTestKeyUsed to TRUE. > // > if (TestKeyUsed) { >diff --git a/FmpDevicePkg/Include/Library/FmpDeviceLib.h >b/FmpDevicePkg/Include/Library/FmpDeviceLib.h >index 708ebca8c5..c435b23030 100644 >--- a/FmpDevicePkg/Include/Library/FmpDeviceLib.h >+++ b/FmpDevicePkg/Include/Library/FmpDeviceLib.h >@@ -73,7 +73,7 @@ RegisterFmpInstaller ( > @retval EFI_INVALID_PARAMETER Size is NULL. > @retval EFI_UNSUPPORTED The firmware device does not support >reporting > the size of the currently stored firmwar= e image. >- @retval EFI_DEVICE_ERROR An error occured attempting to determine >the >+ @retval EFI_DEVICE_ERROR An error occurred attempting to determin= e >the > size of the firmware image currently sto= red in > in the firmware device. > >-- >2.20.1 (Apple Git-117)