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.115; helo=mga14.intel.com; envelope-from=michael.d.kinney@intel.com; receiver=edk2-devel@lists.01.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 59961210C42B8 for ; Fri, 27 Jul 2018 22:54:39 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jul 2018 22:54:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,412,1526367600"; d="scan'208";a="249099547" Received: from orsmsx105.amr.corp.intel.com ([10.22.225.132]) by fmsmga005.fm.intel.com with ESMTP; 27 Jul 2018 22:54:39 -0700 Received: from orsmsx154.amr.corp.intel.com (10.22.226.12) by ORSMSX105.amr.corp.intel.com (10.22.225.132) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 27 Jul 2018 22:54:38 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.96]) by ORSMSX154.amr.corp.intel.com ([169.254.11.11]) with mapi id 14.03.0319.002; Fri, 27 Jul 2018 22:54:38 -0700 From: "Kinney, Michael D" To: "Zeng, Star" , "edk2-devel@lists.01.org" , "Kinney, Michael D" Thread-Topic: [staging/FmpDevicePkg-master][PATCH] FmpDevicePkg FmpDxe: Fix typo "EFI_SECURITY_VIOLATIO" Thread-Index: AQHUJZr89b5gYq5PyUefEUuX9E1kVKSkI63g Date: Sat, 28 Jul 2018 05:54:37 +0000 Message-ID: References: <1532690065-71720-1-git-send-email-star.zeng@intel.com> In-Reply-To: <1532690065-71720-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: [staging/FmpDevicePkg-master][PATCH] FmpDevicePkg FmpDxe: Fix typo "EFI_SECURITY_VIOLATIO" 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:39 -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: Zeng, Star > Sent: Friday, July 27, 2018 4:14 AM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Kinney, Michael D > > Subject: [staging/FmpDevicePkg-master][PATCH] > FmpDevicePkg FmpDxe: Fix typo "EFI_SECURITY_VIOLATIO" >=20 > Fix typo "EFI_SECURITY_VIOLATIO" to > "EFI_SECURITY_VIOLATION". >=20 > Cc: Michael D Kinney > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Star Zeng > --- > FmpDevicePkg/FmpDxe/FmpDxe.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/FmpDevicePkg/FmpDxe/FmpDxe.c > b/FmpDevicePkg/FmpDxe/FmpDxe.c > index 69b6cb7d4c0d..eb452737543e 100644 > --- a/FmpDevicePkg/FmpDxe/FmpDxe.c > +++ b/FmpDevicePkg/FmpDxe/FmpDxe.c > @@ -480,7 +480,7 @@ cleanup: > @retval EFI_INVALID_PARAMETER The Image was NULL. > @retval EFI_NOT_FOUND The current image is > not copied to the buffer. > @retval EFI_UNSUPPORTED The operation is not > supported. > - @retval EFI_SECURITY_VIOLATIO The operation could > not be performed due to an authentication failure. > + @retval EFI_SECURITY_VIOLATION The operation could > not be performed due to an authentication failure. >=20 > **/ > EFI_STATUS > @@ -629,7 +629,7 @@ GetAllHeaderSize ( > @retval EFI_ABORTED The operation is > aborted. > @retval EFI_INVALID_PARAMETER The Image was NULL. > @retval EFI_UNSUPPORTED The operation is not > supported. > - @retval EFI_SECURITY_VIOLATIO The operation could > not be performed due to an authentication failure. > + @retval EFI_SECURITY_VIOLATION The operation could > not be performed due to an authentication failure. >=20 > **/ > EFI_STATUS > @@ -875,7 +875,7 @@ cleanup: > @retval EFI_ABORTED The operation is > aborted. > @retval EFI_INVALID_PARAMETER The Image was NULL. > @retval EFI_UNSUPPORTED The operation is not > supported. > - @retval EFI_SECURITY_VIOLATIO The operation could > not be performed due to an authentication failure. > + @retval EFI_SECURITY_VIOLATION The operation could > not be performed due to an authentication failure. >=20 > **/ > EFI_STATUS > @@ -1206,7 +1206,7 @@ GetPackageInfo ( > @retval EFI_INVALID_PARAMETER The > PackageVersionName length is longer than the value > returned in > PackageVersionNameMaxLen. > @retval EFI_UNSUPPORTED The operation is not > supported. > - @retval EFI_SECURITY_VIOLATIO The operation could > not be performed due to an authentication failure. > + @retval EFI_SECURITY_VIOLATION The operation could > not be performed due to an authentication failure. >=20 > **/ > EFI_STATUS > -- > 2.7.0.windows.1