From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web08.33676.1661270453258851458 for ; Tue, 23 Aug 2022 09:00:53 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: pierre.gondois@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 96AB4152B; Tue, 23 Aug 2022 09:00:56 -0700 (PDT) Received: from pierre123.nice.arm.com (pierre123.nice.arm.com [10.34.100.116]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 267183F718; Tue, 23 Aug 2022 09:00:52 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Pierre Gondois , Jiewen Yao , Jian J Wang Subject: [PATCH 18/24] SecurityPkg: Remove duplicated words Date: Tue, 23 Aug 2022 18:00:25 +0200 Message-Id: <20220823160031.991072-19-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220823160031.991072-1-Pierre.Gondois@arm.com> References: <20220823160031.991072-1-Pierre.Gondois@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Pierre Gondois In an effort to clean the documentation of the above package, remove duplicated words. Cc: Jiewen Yao Cc: Jian J Wang Signed-off-by: Pierre Gondois --- SecurityPkg/Include/Library/Tpm2CommandLib.h | 2 +- .../Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.uni | 4 ++-- .../Library/PeiTpmMeasurementLib/PeiTpmMeasurementLib.uni | 4 ++-- .../SecureBootVariableProvisionLib.c | 2 +- SecurityPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c | 2 +- SecurityPkg/Tcg/Tcg2Acpi/Tcg2Acpi.c | 2 +- SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigImpl.c | 2 +- SecurityPkg/Tcg/TcgDxe/TcgDxe.c | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/SecurityPkg/Include/Library/Tpm2CommandLib.h b/SecurityPkg/I= nclude/Library/Tpm2CommandLib.h index a2fb97f18dfe..1912f54c8416 100644 --- a/SecurityPkg/Include/Library/Tpm2CommandLib.h +++ b/SecurityPkg/Include/Library/Tpm2CommandLib.h @@ -136,7 +136,7 @@ Tpm2SelfTest ( =20 /** This command allows setting of the authorization policy for the platfo= rm hierarchy (platformPolicy), the - storage hierarchy (ownerPolicy), and and the endorsement hierarchy (en= dorsementPolicy). + storage hierarchy (ownerPolicy), and the endorsement hierarchy (endors= ementPolicy). =20 @param[in] AuthHandle TPM_RH_ENDORSEMENT, TPM_RH_OWNER or = TPM_RH_PLATFORM+{PP} parameters to be validated @param[in] AuthSession Auth Session context diff --git a/SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLi= b.uni b/SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.uni index a1139810b1cb..ab043e8f5a1c 100644 --- a/SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.uni +++ b/SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.uni @@ -1,7 +1,7 @@ // /** @file // Provides TPM measurement functions for TPM1.2 and TPM 2.0 // -// This library provides TpmMeasureAndLogData() to to measure and log da= ta, and +// This library provides TpmMeasureAndLogData() to measure and log data,= and // extend the measurement result into a specific PCR. // // Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved. @@ -13,5 +13,5 @@ =20 #string STR_MODULE_ABSTRACT #language en-US "Provides TPM me= asurement functions for TPM1.2 and TPM 2.0" =20 -#string STR_MODULE_DESCRIPTION #language en-US "This library pr= ovides TpmMeasureAndLogData() to to measure and log data, and extend the = measurement result into a specific PCR." +#string STR_MODULE_DESCRIPTION #language en-US "This library pr= ovides TpmMeasureAndLogData() to measure and log data, and extend the mea= surement result into a specific PCR." =20 diff --git a/SecurityPkg/Library/PeiTpmMeasurementLib/PeiTpmMeasurementLi= b.uni b/SecurityPkg/Library/PeiTpmMeasurementLib/PeiTpmMeasurementLib.uni index 7b4341b449f4..4d0159d18ce3 100644 --- a/SecurityPkg/Library/PeiTpmMeasurementLib/PeiTpmMeasurementLib.uni +++ b/SecurityPkg/Library/PeiTpmMeasurementLib/PeiTpmMeasurementLib.uni @@ -1,7 +1,7 @@ // /** @file // Provides TPM measurement functions for TPM1.2 and TPM 2.0 // -// This library provides TpmMeasureAndLogData() to to measure and log da= ta, and +// This library provides TpmMeasureAndLogData() to measure and log data,= and // extend the measurement result into a specific PCR. // // Copyright (c) 2020, Intel Corporation. All rights reserved.
@@ -13,5 +13,5 @@ =20 #string STR_MODULE_ABSTRACT #language en-US "Provides TPM me= asurement functions for TPM1.2 and TPM 2.0" =20 -#string STR_MODULE_DESCRIPTION #language en-US "This library pr= ovides TpmMeasureAndLogData() to to measure and log data, and extend the = measurement result into a specific PCR." +#string STR_MODULE_DESCRIPTION #language en-US "This library pr= ovides TpmMeasureAndLogData() to measure and log data, and extend the mea= surement result into a specific PCR." =20 diff --git a/SecurityPkg/Library/SecureBootVariableProvisionLib/SecureBoo= tVariableProvisionLib.c b/SecurityPkg/Library/SecureBootVariableProvision= Lib/SecureBootVariableProvisionLib.c index bed1fe86205d..9e7b8946274d 100644 --- a/SecurityPkg/Library/SecureBootVariableProvisionLib/SecureBootVariab= leProvisionLib.c +++ b/SecurityPkg/Library/SecureBootVariableProvisionLib/SecureBootVariab= leProvisionLib.c @@ -28,7 +28,7 @@ Create a EFI Signature List with data fetched from section specified a= s a argument. Found keys are verified using RsaGetPublicKeyFromX509(). =20 - @param[in] KeyFileGuid A pointer to to the FFS filename GUID + @param[in] KeyFileGuid A pointer to the FFS filename GUID @param[out] SigListsSize A pointer to size of signature list @param[out] SigListOut a pointer to a callee-allocated buffer= with signature lists =20 diff --git a/SecurityPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c b/Securit= yPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c index 7144955be1a5..8e518317aa19 100644 --- a/SecurityPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c +++ b/SecurityPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c @@ -116,7 +116,7 @@ typedef struct { =20 /** This command allows setting of the authorization policy for the platfo= rm hierarchy (platformPolicy), the - storage hierarchy (ownerPolicy), and and the endorsement hierarchy (en= dorsementPolicy). + storage hierarchy (ownerPolicy), and the endorsement hierarchy (endors= ementPolicy). =20 @param[in] AuthHandle TPM_RH_ENDORSEMENT, TPM_RH_OWNER or = TPM_RH_PLATFORM+{PP} parameters to be validated @param[in] AuthSession Auth Session context diff --git a/SecurityPkg/Tcg/Tcg2Acpi/Tcg2Acpi.c b/SecurityPkg/Tcg/Tcg2Ac= pi/Tcg2Acpi.c index e8822cbeb015..36243321a6cc 100644 --- a/SecurityPkg/Tcg/Tcg2Acpi/Tcg2Acpi.c +++ b/SecurityPkg/Tcg/Tcg2Acpi/Tcg2Acpi.c @@ -97,7 +97,7 @@ EFI_TPM2_ACPI_TABLE_V4 mTpm2AcpiTemplate =3D { EFI_TPM2_ACPI_TABLE_REVISION, // // Compiler initializes the remaining bytes to 0 - // These fields should be filled in in production + // These fields should be filled in production // }, 0, // BIT0~15: PlatformClass diff --git a/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigImpl.c b/SecurityPkg/Tc= g/Tcg2Config/Tcg2ConfigImpl.c index 6eb04c014448..e7b74e8d399d 100644 --- a/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigImpl.c +++ b/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigImpl.c @@ -278,7 +278,7 @@ SaveTcg2PpRequestParameter ( } =20 /** - Save Tcg2 PCR Banks request request to variable space. + Save Tcg2 PCR Banks request to variable space. =20 @param[in] PCRBankIndex PCR Bank Index. @param[in] Enable Enable or disable this PCR Bank. diff --git a/SecurityPkg/Tcg/TcgDxe/TcgDxe.c b/SecurityPkg/Tcg/TcgDxe/Tcg= Dxe.c index ee6c6273033b..8b596a99262e 100644 --- a/SecurityPkg/Tcg/TcgDxe/TcgDxe.c +++ b/SecurityPkg/Tcg/TcgDxe/TcgDxe.c @@ -67,7 +67,7 @@ EFI_TCG_CLIENT_ACPI_TABLE mTcgClientAcpiTemplate =3D { 0x02 // Revision // // Compiler initializes the remaining bytes to 0 - // These fields should be filled in in production + // These fields should be filled in production // }, 0, // 0 for PC Client Platform Class @@ -88,7 +88,7 @@ EFI_TCG_SERVER_ACPI_TABLE mTcgServerAcpiTemplate =3D { 0x02 // Revision // // Compiler initializes the remaining bytes to 0 - // These fields should be filled in in production + // These fields should be filled in production // }, 1, // 1 for Server Platform Class --=20 2.25.1