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.web09.33742.1661270442124881479 for ; Tue, 23 Aug 2022 09:00:42 -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 7869311FB; Tue, 23 Aug 2022 09:00:45 -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 07F273F718; Tue, 23 Aug 2022 09:00:40 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Pierre Gondois , Sami Mujawar , Alexei Fedorov Subject: [PATCH 07/24] DynamicTablesPkg: Remove duplicated words Date: Tue, 23 Aug 2022 18:00:14 +0200 Message-Id: <20220823160031.991072-8-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: Sami Mujawar Cc: Alexei Fedorov Signed-off-by: Pierre Gondois --- DynamicTablesPkg/Include/Library/HwInfoParserLib.h | 2 +- .../Library/Acpi/Arm/AcpiSsdtCmn600LibArm/SsdtCmn600Generator.c | 2 +- .../Acpi/Arm/AcpiSsdtSerialPortLibArm/SsdtSerialPortGenerator.c | 2 +- DynamicTablesPkg/Library/Common/AmlLib/AmlNodeDefines.h | 2 +- DynamicTablesPkg/Library/Common/AmlLib/Api/AmlApiHelper.c | 2 +- DynamicTablesPkg/Library/Common/AmlLib/Api/AmlApiHelper.h | 2 +- DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c | 2 +- DynamicTablesPkg/Library/FdtHwInfoParserLib/FdtHwInfoParser.c | 2 +- .../Library/FdtHwInfoParserLib/Gic/ArmGicDispatcher.c | 2 +- .../Library/FdtHwInfoParserLib/Serial/ArmSerialPortParser.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/DynamicTablesPkg/Include/Library/HwInfoParserLib.h b/Dynamic= TablesPkg/Include/Library/HwInfoParserLib.h index 05c21aeac00a..9710f7466170 100644 --- a/DynamicTablesPkg/Include/Library/HwInfoParserLib.h +++ b/DynamicTablesPkg/Include/Library/HwInfoParserLib.h @@ -83,7 +83,7 @@ HwInfoParse ( ); =20 /** Cleanup any internal state and resources that were allocated - by the the HwInfoParser. + by the HwInfoParser. =20 @param [in] ParserHandle A handle to the parser instance. =20 diff --git a/DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm/SsdtC= mn600Generator.c b/DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm= /SsdtCmn600Generator.c index 18c8b8d24525..b990686d40a3 100644 --- a/DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm/SsdtCmn600Ge= nerator.c +++ b/DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm/SsdtCmn600Ge= nerator.c @@ -587,7 +587,7 @@ BuildSsdtCmn600TableEx ( return Status; } =20 - // Setup the table list early so that that appropriate cleanup + // Setup the table list early so that appropriate cleanup // can be done in case of failure. *Table =3D TableList; =20 diff --git a/DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtSerialPortLibArm/S= sdtSerialPortGenerator.c b/DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtSeri= alPortLibArm/SsdtSerialPortGenerator.c index 39cfbad95926..b850320eede7 100644 --- a/DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtSerialPortLibArm/SsdtSeri= alPortGenerator.c +++ b/DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtSerialPortLibArm/SsdtSeri= alPortGenerator.c @@ -239,7 +239,7 @@ BuildSsdtSerialPortTableEx ( return Status; } =20 - // Setup the table list early so that that appropriate cleanup + // Setup the table list early so that appropriate cleanup // can be done in case of failure. *Table =3D TableList; =20 diff --git a/DynamicTablesPkg/Library/Common/AmlLib/AmlNodeDefines.h b/Dy= namicTablesPkg/Library/Common/AmlLib/AmlNodeDefines.h index 8ceb20ff415e..d199f06cc54d 100644 --- a/DynamicTablesPkg/Library/Common/AmlLib/AmlNodeDefines.h +++ b/DynamicTablesPkg/Library/Common/AmlLib/AmlNodeDefines.h @@ -34,7 +34,7 @@ typedef AML_NODE_HEADER *AML_NODE_HANDLE; =20 /** AML root node. =20 - The root node is unique and at the head of of tree. It is a fake node = used + The root node is unique and at the head of tree. It is a fake node use= d to maintain the list of AML statements (stored as object nodes) which = are at the first scope level. */ diff --git a/DynamicTablesPkg/Library/Common/AmlLib/Api/AmlApiHelper.c b/= DynamicTablesPkg/Library/Common/AmlLib/Api/AmlApiHelper.c index 391c72bd322e..8f460a972841 100644 --- a/DynamicTablesPkg/Library/Common/AmlLib/Api/AmlApiHelper.c +++ b/DynamicTablesPkg/Library/Common/AmlLib/Api/AmlApiHelper.c @@ -27,7 +27,7 @@ of NameSegs that have less that 4 chars, like "DEV". "DEV" will be exp= anded as "DEV_". =20 - An AML NameString is not NULL terminated and is is only composed of + An AML NameString is not NULL terminated and is only composed of 4 chars long NameSegs. =20 @param [in] NameOpNode NameOp object node defining a variable. diff --git a/DynamicTablesPkg/Library/Common/AmlLib/Api/AmlApiHelper.h b/= DynamicTablesPkg/Library/Common/AmlLib/Api/AmlApiHelper.h index 8bbf62bbcd24..2b4c60d3ee14 100644 --- a/DynamicTablesPkg/Library/Common/AmlLib/Api/AmlApiHelper.h +++ b/DynamicTablesPkg/Library/Common/AmlLib/Api/AmlApiHelper.h @@ -19,7 +19,7 @@ of NameSegs that have less that 4 chars, like "DEV". "DEV" will be exp= anded as "DEV_". =20 - An AML NameString is not NULL terminated and is is only composed of + An AML NameString is not NULL terminated and is only composed of 4 chars long NameSegs. =20 @param [in] NameOpNode NameOp object node defining a variable. diff --git a/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c = b/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c index e51d2dd7f083..12b6ef62f5cd 100644 --- a/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c +++ b/DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c @@ -1071,7 +1071,7 @@ AmlAddPrtEntry ( goto error_handler; } =20 - // Append to the the list of _PRT entries. + // Append to the list of _PRT entries. Status =3D AmlVarListAddTail ( (AML_NODE_HANDLE)PrtEntryList, (AML_NODE_HANDLE)PackageNode diff --git a/DynamicTablesPkg/Library/FdtHwInfoParserLib/FdtHwInfoParser.= c b/DynamicTablesPkg/Library/FdtHwInfoParserLib/FdtHwInfoParser.c index 35e34e765f71..376de078bcb1 100644 --- a/DynamicTablesPkg/Library/FdtHwInfoParserLib/FdtHwInfoParser.c +++ b/DynamicTablesPkg/Library/FdtHwInfoParserLib/FdtHwInfoParser.c @@ -168,7 +168,7 @@ HwInfoParse ( } =20 /** Cleanup any internal state and resources that were allocated - by the the HwInfoParser. + by the HwInfoParser. =20 @param [in] ParserHandle A handle to the parser instance. =20 diff --git a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicDispat= cher.c b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicDispatcher= .c index 831f0d5b7365..1f3af1f968a9 100644 --- a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicDispatcher.c +++ b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicDispatcher.c @@ -130,7 +130,7 @@ ArmGicDispatcher ( =20 Fdt =3D FdtParserHandle->Fdt; =20 - // The "cpus" node resides at the the root of the DT. Fetch it. + // The "cpus" node resides at the root of the DT. Fetch it. CpusNode =3D fdt_path_offset (Fdt, "/cpus"); if (CpusNode < 0) { return EFI_NOT_FOUND; diff --git a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSerial= PortParser.c b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSeri= alPortParser.c index 0557e416b44c..cfd032df4d74 100644 --- a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSerialPortPar= ser.c +++ b/DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSerialPortPar= ser.c @@ -278,7 +278,7 @@ GetSerialConsoleNode ( return EFI_INVALID_PARAMETER; } =20 - // The "chosen" node resides at the the root of the DT. Fetch it. + // The "chosen" node resides at the root of the DT. Fetch it. ChosenNode =3D fdt_path_offset (Fdt, "/chosen"); if (ChosenNode < 0) { return EFI_NOT_FOUND; --=20 2.25.1