From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.9160.1652803261023894668 for ; Tue, 17 May 2022 09:01:01 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=D4K5l4u+; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 89A6820F7222; Tue, 17 May 2022 09:00:58 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 89A6820F7222 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1652803260; bh=bsfL2uHQWOqC8/xYc19R08OVOrc0BNBJejFAO3XLvmc=; h=From:To:Cc:Subject:Date:From; b=D4K5l4u+cZGulso28/ZLtowseXn9a2RfBCJpZzCJ698zJjPUY+NTslStupeSvEqN0 E99eT2/wc/GTzeBv+iImMQ3fskT1y5Sa7zs6h1Oq9tcvQZYPKcJpXTvkpc53Iu30wF EHhQcjvozu3URyG5AQLLqEVf11Y5gCLbNX43q9k0= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Alexei Fedorov , Ankit Sinha , Ard Biesheuvel , Bret Barkelew , Gerd Hoffmann , Guomin Jiang , Jiewen Yao , Leif Lindholm , Liming Gao , Michael D Kinney , Michael Kubacki , Nate DeSimone , Ray Ni , Sami Mujawar , Sean Brogan , Supreeth Venkatesh , Wei6 Xu Subject: [PATCH v1 0/8] Fix new typos reported Date: Tue, 17 May 2022 12:00:35 -0400 Message-Id: <20220517160043.1210-1-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Kubacki The SpellCheck plugin began reporting new typos that were previously missed. This is impacting edk2 pull requests from being completed. A change in the cspell plugin or some other upstream component may have caused them to appear now. This patch series mitigates the issue by fixing legitimate spelling issues and adding new ignored words if appropriate. Fixes in ArmPkg were deferred due to the number of reported issues in the package. The maintainers should follow up by reviewing the extended word list for SpellCheck in ArmPkg.ci.yaml and determining the best resolution for each item. That follow up task for ArmPkg was filed in the following BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3929 Cc: Alexei Fedorov Cc: Ankit Sinha Cc: Ard Biesheuvel Cc: Bret Barkelew Cc: Gerd Hoffmann Cc: Guomin Jiang Cc: Jiewen Yao Cc: Leif Lindholm Cc: Liming Gao Cc: Michael D Kinney Cc: Michael Kubacki Cc: Nate DeSimone Cc: Ray Ni Cc: Sami Mujawar Cc: Sean Brogan Cc: Supreeth Venkatesh Cc: Wei6 Xu Signed-off-by: Michael Kubacki Michael Kubacki (8): PrmPkg: Fix new typos reported StandaloneMmPkg: Fix new typos reported DynamicTablesPkg: Fix new typos reported UnitTestFrameworkPkg: Fix new typos reported FatPkg: Fix new typos reported FmpDevicePkg: Fix new typos reported ArmPkg: Ignore new typos reported ArmVirtPkg: Add new ignored spelling errors DynamicTablesPkg/Library/Acpi/Arm/AcpiPpttLibArm/PpttGenerator.c = | 2 +- DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm/SsdtCmn600Generat= or.c | 2 +- DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.c = | 2 +- DynamicTablesPkg/Library/Common/AmlLib/Parser/AmlMethodParser.c = | 2 +- DynamicTablesPkg/Library/Common/AmlLib/Parser/AmlParser.c = | 2 +- DynamicTablesPkg/Library/Common/AmlLib/Tree/AmlNode.c = | 2 +- DynamicTablesPkg/Library/Common/DynamicPlatRepoLib/DynamicPlatRepo.c = | 4 +- DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicDispatcher.c = | 2 +- DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSerialPortParser.c= | 2 +- FatPkg/EnhancedFatDxe/FileSpace.c = | 2 +- FatPkg/EnhancedFatDxe/ReadWrite.c = | 2 +- FmpDevicePkg/Library/FmpDependencyLib/FmpDependencyLib.c = | 2 +- PrmPkg/Application/PrmInfo/PrmInfo.c = | 2 +- PrmPkg/Library/DxePrmModuleDiscoveryLib/DxePrmModuleDiscoveryLib.c = | 2 +- PrmPkg/PrmLoaderDxe/PrmLoaderDxe.c = | 2 +- PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootSe= rvicesTableLibUnitTestImage.c | 2 +- PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootSe= rvicesTableLibUnitTestProtocol.c | 2 +- StandaloneMmPkg/Core/Dependency.c = | 2 +- StandaloneMmPkg/Core/Dispatcher.c = | 18 +++---- UnitTestFrameworkPkg/Library/Posix/MemoryAllocationLibPosix/MemoryAlloca= tionLibPosix.c | 18 +++---- UnitTestFrameworkPkg/Library/UnitTestBootLibNull/UnitTestBootLibNull.c = | 2 +- UnitTestFrameworkPkg/Library/UnitTestBootLibUsbClass/UnitTestBootLibUsbC= lass.c | 2 +- UnitTestFrameworkPkg/Library/UnitTestLib/Log.c = | 2 +- UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.c = | 2 +- UnitTestFrameworkPkg/Test/UnitTest/Sample/SampleUnitTest/SampleUnitTest.= c | 2 +- ArmPkg/ArmPkg.ci.yaml = | 55 +++++++++++++++++++- ArmVirtPkg/ArmVirtPkg.ci.yaml = | 25 +++++---- DynamicTablesPkg/DynamicTablesPkg.ci.yaml = | 31 ++++++++--- DynamicTablesPkg/Include/Library/DynamicPlatRepoLib.h = | 4 +- DynamicTablesPkg/Library/Common/AmlLib/Parser/AmlMethodParser.h = | 2 +- DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicDispatcher.h = | 2 +- DynamicTablesPkg/Library/FdtHwInfoParserLib/Serial/ArmSerialPortParser.h= | 2 +- DynamicTablesPkg/Readme.md = | 4 +- FatPkg/EnhancedFatDxe/Fat.h = | 2 +- FatPkg/FatPkg.ci.yaml = | 22 ++++++-- FmpDevicePkg/FmpDevicePkg.ci.yaml = | 4 ++ PrmPkg/Include/Library/PrmModuleDiscoveryLib.h = | 2 +- PrmPkg/PrmLoaderDxe/PrmAcpiTable.h = | 4 +- PrmPkg/PrmPkg.ci.yaml = | 9 ++++ PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootSe= rvicesTableLibUnitTest.h | 4 +- StandaloneMmPkg/Include/Guid/MmCoreData.h = | 2 +- StandaloneMmPkg/StandaloneMmPkg.ci.yaml = | 9 ++++ UnitTestFrameworkPkg/PrivateInclude/Library/UnitTestBootLib.h = | 2 +- UnitTestFrameworkPkg/PrivateInclude/UnitTestFrameworkTypes.h = | 2 +- UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml = | 29 +++++++---- 45 files changed, 209 insertions(+), 91 deletions(-) --=20 2.28.0.windows.1