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.web12.1630.1662452978603740974 for ; Tue, 06 Sep 2022 01:29:38 -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 49F9B139F; Tue, 6 Sep 2022 01:29:44 -0700 (PDT) Received: from cam-smtp0.cambridge.arm.com (pierre123.nice.arm.com [10.34.100.114]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 7ED6F3F73D; Tue, 6 Sep 2022 01:29:37 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Pierre Gondois Subject: [PATCH v2 00/17] Remove duplicated words Date: Tue, 6 Sep 2022 10:28:55 +0200 Message-Id: <20220906082912.81795-1-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Pierre Gondois In an effort to clean the documentation of the below packages, remove duplicated words. The following command was used to find the occurrence of duplicated words: egrep "(\b[a-zA-Z]+) \1\b" v2: - Added given Reviewed-by. - Fix other typos (SourceLevelDebugPkg, UnitTestFrameworkPkg) - Removed patches from the v1 that have been merged. v1 at: https://edk2.groups.io/g/devel/message/92682 The patches can be seen at: https://github.com/PierreARM/edk2/tree/pg/duplicated_words_v2 Pierre Gondois (17): .pytool: Remove duplicated words BaseTools: Remove duplicated words CryptoPkg: Remove duplicated words DynamicTablesPkg: Remove duplicated words EmulatorPkg: Remove duplicated words FatPkg: Remove duplicated words MdeModulePkg: Remove duplicated words MdePkg: Remove duplicated words NetworkPkg: Remove duplicated words PcAtChipsetPkg: Remove duplicated words RedfishPkg: Remove duplicated words SecurityPkg: Remove duplicated words ShellPkg: Remove duplicated words SourceLevelDebugPkg: Remove duplicated words UefiCpuPkg: Remove duplicated words UefiPayloadPkg: Remove duplicated words UnitTestFrameworkPkg: Remove duplicated words .pytool/Plugin/UncrustifyCheck/Readme.md | 2 +- .pytool/Plugin/UncrustifyCheck/uncrustify.cfg | 2 +- BaseTools/Source/C/Common/FirmwareVolumeBuffer.c | 6 +++--- BaseTools/Source/C/DevicePath/DevicePathUtilities.c | 2 +- BaseTools/Source/C/GenFv/GenFv.c | 2 +- BaseTools/Source/C/VfrCompile/Pccts/antlr/mrhoist.c | 4 ++-- BaseTools/Source/Python/Ecc/EccToolError.py | 2 +- BaseTools/Source/Python/build/build.py | 2 +- CryptoPkg/Library/BaseCryptLib/Hash/CryptCShake256.c | 2 +- DynamicTablesPkg/Include/Library/HwInfoParserLib.h | 2 +- .../Arm/AcpiSsdtCmn600LibArm/SsdtCmn600Generator.c | 2 +- .../SsdtSerialPortGenerator.c | 2 +- .../Library/Common/AmlLib/AmlNodeDefines.h | 2 +- .../Library/Common/AmlLib/Api/AmlApiHelper.c | 2 +- .../Library/Common/AmlLib/Api/AmlApiHelper.h | 2 +- .../Library/Common/AmlLib/CodeGen/AmlCodeGen.c | 2 +- .../Library/FdtHwInfoParserLib/FdtHwInfoParser.c | 2 +- .../FdtHwInfoParserLib/Gic/ArmGicDispatcher.c | 2 +- .../FdtHwInfoParserLib/Serial/ArmSerialPortParser.c | 2 +- EmulatorPkg/FvbServicesRuntimeDxe/FWBlockService.c | 2 +- EmulatorPkg/Win/Host/WinThunk.c | 2 +- FatPkg/EnhancedFatDxe/UnicodeCollation.c | 2 +- MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c | 2 +- MdeModulePkg/Bus/Pci/EhciPei/EhcPeim.c | 2 +- .../Pci/NonDiscoverablePciDeviceDxe/ComponentName.c | 4 ++-- .../Bus/Pci/PciBusDxe/PciEnumeratorSupport.c | 2 +- MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.c | 12 ++++++------ MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.h | 12 ++++++------ .../Bus/Pci/SataControllerDxe/ComponentName.c | 4 ++-- .../Bus/Pci/SataControllerDxe/SataController.h | 4 ++-- MdeModulePkg/Bus/Pci/UhciPei/UhcPeim.c | 2 +- MdeModulePkg/Bus/Pci/UhciPei/UhcPeim.h | 2 +- MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c | 4 ++-- MdeModulePkg/Bus/Pci/XhciDxe/Xhci.h | 2 +- MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c | 8 ++++---- MdeModulePkg/Bus/Pci/XhciPei/XhcPeim.c | 2 +- MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c | 6 +++--- MdeModulePkg/Core/Dxe/DxeMain.h | 2 +- MdeModulePkg/Core/Dxe/Mem/Page.c | 4 ++-- MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c | 2 +- MdeModulePkg/Core/DxeIplPeim/Ia32/DxeLoadFunc.c | 2 +- MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c | 6 +++--- MdeModulePkg/Include/Guid/MdeModuleHii.h | 2 +- .../Include/Library/DisplayUpdateProgressLib.h | 2 +- MdeModulePkg/Include/Library/UefiBootManagerLib.h | 2 +- .../DisplayUpdateProgressLibGraphics.c | 4 ++-- .../DisplayUpdateProgressLibText.c | 2 +- .../Library/PiDxeS3BootScriptLib/BootScriptSave.c | 4 ++-- MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c | 2 +- MdeModulePkg/Library/UefiBootManagerLib/BmConsole.c | 2 +- MdeModulePkg/Library/UefiBootManagerLib/BmMisc.c | 2 +- MdeModulePkg/Library/UefiHiiLib/HiiLib.c | 2 +- MdeModulePkg/Library/UefiHiiLib/HiiString.c | 2 +- MdeModulePkg/Universal/BdsDxe/BdsEntry.c | 2 +- MdeModulePkg/Universal/BdsDxe/Language.c | 2 +- MdeModulePkg/Universal/CapsulePei/UefiCapsule.c | 4 ++-- .../Universal/Console/ConSplitterDxe/ComponentName.c | 2 +- .../Universal/Console/ConSplitterDxe/ConSplitter.h | 2 +- .../Universal/DebugSupportDxe/Ia32/AsmFuncs.nasm | 2 +- .../Universal/DebugSupportDxe/X64/AsmFuncs.nasm | 2 +- MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIo.c | 2 +- .../Universal/DisplayEngineDxe/FormDisplay.c | 2 +- MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmp.c | 2 +- .../FvSimpleFileSystemDxe/FvSimpleFileSystem.c | 2 +- .../FvSimpleFileSystemDxe/FvSimpleFileSystemDxe.inf | 2 +- .../FvSimpleFileSystemEntryPoint.c | 4 ++-- .../Universal/HiiDatabaseDxe/ConfigRouting.c | 2 +- .../PlatformDriOverrideDxe/PlatDriOverrideLib.c | 2 +- MdeModulePkg/Universal/SerialDxe/SerialIo.c | 4 ++-- .../Universal/SetupBrowserDxe/Presentation.c | 2 +- MdePkg/Include/Guid/GraphicsInfoHob.h | 2 +- MdePkg/Include/Library/DevicePathLib.h | 2 +- MdePkg/Include/Library/DxeServicesLib.h | 6 +++--- MdePkg/Include/Library/ExtractGuidedSectionLib.h | 6 +++--- MdePkg/Include/Library/FileHandleLib.h | 4 ++-- MdePkg/Include/Library/PeCoffLib.h | 2 +- MdePkg/Include/Library/UefiLib.h | 2 +- MdePkg/Include/Library/UnitTestLib.h | 2 +- MdePkg/Include/Pi/PiMmCis.h | 2 +- MdePkg/Include/Pi/PiSmmCis.h | 2 +- MdePkg/Include/Protocol/ComponentName.h | 2 +- MdePkg/Include/Protocol/Smbios.h | 2 +- MdePkg/Include/Uefi/UefiMultiPhase.h | 2 +- MdePkg/Include/Uefi/UefiSpec.h | 2 +- MdePkg/Library/BaseDebugLibSerialPort/DebugLib.c | 2 +- .../BaseExtractGuidedSectionLib.c | 6 +++--- MdePkg/Library/BaseS3StallLib/S3StallLib.c | 2 +- .../Library/DxeRuntimeDebugLibSerialPort/DebugLib.c | 2 +- MdePkg/Library/DxeServicesLib/DxeServicesLib.c | 6 +++--- .../PeiExtractGuidedSectionLib.c | 6 +++--- MdePkg/Library/SmmIoLib/SmmIoLib.c | 2 +- MdePkg/Library/SmmIoLib/SmmIoLib.inf | 2 +- MdePkg/Library/SmmIoLib/SmmIoLib.uni | 4 ++-- MdePkg/Library/SmmMemLib/SmmMemLib.c | 2 +- MdePkg/Library/SmmMemLib/SmmMemLib.inf | 2 +- MdePkg/Library/SmmMemLib/SmmMemLib.uni | 4 ++-- MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.c | 4 ++-- .../StandaloneMmDriverEntryPoint.c | 4 ++-- MdePkg/Library/UefiDebugLibConOut/DebugLib.c | 2 +- .../Library/UefiDebugLibDebugPortProtocol/DebugLib.c | 2 +- MdePkg/Library/UefiDebugLibStdErr/DebugLib.c | 2 +- .../UefiDebugLibStdErr/UefiDebugLibStdErr.inf | 2 +- .../UefiDebugLibStdErr/UefiDebugLibStdErr.uni | 2 +- .../Library/UefiDevicePathLib/DevicePathUtilities.c | 2 +- .../UefiDevicePathLib.c | 2 +- MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.c | 4 ++-- MdePkg/Library/UefiLib/Console.c | 2 +- MdePkg/Library/UefiLib/UefiLib.c | 2 +- .../Test/UnitTest/Library/BaseLib/Base64UnitTest.c | 4 ++-- NetworkPkg/DnsDxe/ComponentName.c | 4 ++-- NetworkPkg/HttpBootDxe/HttpBootComponentName.c | 2 +- NetworkPkg/HttpBootDxe/HttpBootComponentName.h | 2 +- NetworkPkg/HttpDxe/ComponentName.c | 2 +- NetworkPkg/HttpDxe/ComponentName.h | 2 +- NetworkPkg/Library/DxeNetLib/DxeNetLib.c | 2 +- .../WifiConnectionMgrComponentName.c | 2 +- .../WifiConnectionMgrComponentName.h | 2 +- .../Bus/Pci/IdeControllerDxe/ComponentName.c | 4 ++-- .../Bus/Pci/IdeControllerDxe/IdeController.h | 4 ++-- PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c | 10 +++++----- PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.h | 2 +- .../PcatRealTimeClockRuntimeDxe/PcRtcEntry.c | 2 +- RedfishPkg/RedfishDiscoverDxe/ComponentName.c | 4 ++-- RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.c | 2 +- RedfishPkg/RedfishRestExDxe/ComponentName.c | 4 ++-- SecurityPkg/Include/Library/Tpm2CommandLib.h | 2 +- .../DxeTpmMeasurementLib/DxeTpmMeasurementLib.uni | 4 ++-- .../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 ++-- ShellPkg/Include/Library/ShellCommandLib.h | 2 +- ShellPkg/Include/Library/ShellLib.h | 4 ++-- ShellPkg/Include/Protocol/EfiShellEnvironment2.h | 2 +- .../UefiShellBcfgCommandLib.c | 2 +- .../UefiShellCommandLib/UefiShellCommandLib.c | 2 +- .../UefiShellDriver1CommandsLib.uni | 2 +- ShellPkg/Library/UefiShellLevel2CommandsLib/Load.c | 2 +- ShellPkg/Library/UefiShellLevel2CommandsLib/Map.c | 2 +- ShellPkg/Library/UefiShellLib/UefiShellLib.c | 4 ++-- .../DebugAgent/SmmDebugAgent/SmmDebugAgentLib.c | 2 +- .../RegisterCpuFeaturesLib/RegisterCpuFeatures.h | 2 +- .../RegisterCpuFeaturesLib/RegisterCpuFeaturesLib.c | 4 ++-- UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.c | 2 +- UefiCpuPkg/PiSmmCpuDxeSmm/X64/PageTbl.c | 4 ++-- UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume.c | 4 ++-- UefiPayloadPkg/Include/Library/SpiFlashLib.h | 2 +- UefiPayloadPkg/Library/SpiFlashLib/SpiFlashLib.c | 2 +- UefiPayloadPkg/PayloadLoaderPeim/ElfLib/Elf32Lib.c | 2 +- UefiPayloadPkg/PayloadLoaderPeim/ElfLib/Elf64Lib.c | 2 +- UefiPayloadPkg/UefiPayloadEntry/Ia32/DxeLoadFunc.c | 2 +- UefiPayloadPkg/UefiPayloadEntry/X64/VirtualMemory.c | 6 +++--- .../Library/Posix/DebugLibPosix/DebugLibPosix.c | 2 +- UnitTestFrameworkPkg/Library/UnitTestLib/Assert.c | 2 +- .../Library/UnitTestLib/AssertCmocka.c | 2 +- .../UnitTestPersistenceLibNull.c | 2 +- .../UnitTestPersistenceLibSimpleFileSystem.c | 2 +- .../PrivateInclude/Library/UnitTestPersistenceLib.h | 2 +- UnitTestFrameworkPkg/ReadMe.md | 6 +++--- 161 files changed, 229 insertions(+), 229 deletions(-) --=20 2.25.1