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.web11.139028.1671122447939403363 for ; Thu, 15 Dec 2022 08:40:48 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linux.microsoft.com header.s=default header.b=qZNIRElt; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from [192.168.4.22] (unknown [47.201.8.94]) by linux.microsoft.com (Postfix) with ESMTPSA id AC1C920B87C3; Thu, 15 Dec 2022 08:40:45 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com AC1C920B87C3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1671122447; bh=Xs0CmgMBMxuPN6S0d4u4gA/LRTbZ0Qg+rd/zJV5Ljkg=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=qZNIREltlduMQzY7klXJmuGZYRIYCtcMy1RyRlhvtU0lch3EFMEVyapmZwoN/juhp SCATIXdGmYw0V8JY4u7E/l3lGU1PY4oLcmHWd+QMBx2qvaAKlBi16fKm7uZxpmfaQm /GrTrIfpU/IgcWD5sUCYs4RuDeOtfYTz1Pcld2rE= Message-ID: Date: Thu, 15 Dec 2022 11:40:44 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.13.1 Subject: Re: [PATCH v3 00/14] Fix new typos reported To: devel@edk2.groups.io Cc: Alexei Fedorov , Ankit Sinha , Ard Biesheuvel , Dongdong Zhang , Gerd Hoffmann , Guomin Jiang , Jiewen Yao , Leif Lindholm , Liming Gao , Michael D Kinney , Nate DeSimone , Ray Ni , Sami Mujawar , Sean Brogan , Supreeth Venkatesh , Wei6 Xu References: <20221214225252.1660-1-mikuback@linux.microsoft.com> From: "Michael Kubacki" In-Reply-To: <20221214225252.1660-1-mikuback@linux.microsoft.com> Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit This series is revoked. Dongdong, if you would like to still submit your patches, you can use your original series. Thanks, Michael On 12/14/2022 5:52 PM, mikuback@linux.microsoft.com wrote: > From: Michael Kubacki > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3929 > > The 5.21.0 SpellCheck plugin update originally caused new typos to > be reported that were originally missed. > > These patches were deferred at the time. There's been renewed > interest in getting these changes in to continue to improve spelling > consistency in the codebase so it is rebased, integrates new patches, > and updates the cspell version. > > V3 changes: > 1. Rebase series (and reopen BZ 3929) > 2. Add patches from Dongdong Zhang > 3. Update cspell and node versions > 4. Disable spellcheck audit mode in ArmPkg and ArmVirtPkg > > V2 changes: > 1. Complete BZ 3929. > 2. Lock the cspell version to v5.20.0 to prevent latest from > unexpectedly causing issues in the future. > 3. Update the common word list in cspell.base.yaml to prevent package > level duplication in the future. > 4. Set "allowCompoundWords" to "true" to better recognize compound words. > 4. Include code review tags. > > Cc: Alexei Fedorov > Cc: Ankit Sinha > Cc: Ard Biesheuvel > Cc: Dongdong Zhang > 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 > > Dongdong Zhang (3): > ArmPkg: Fix typos > ArmPlatformPkg: Fix typos > ArmVirtPkg: Fix typos > > Michael Kubacki (11): > 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 > .azurepipelines: Update cspell version to 5.21.0 > ArmPkg: Turn off spellcheck audit mode > ArmVirtPkg: Turn off spellcheck audit mode > > ArmPkg/Drivers/ArmScmiDxe/ScmiDxe.c | 2 +- > ArmPkg/Library/ArmDisassemblerLib/ThumbDisassembler.c | 10 ++-- > ArmPkg/Library/SemiHostingSerialPortLib/SerialPortLib.c | 2 +- > ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.c | 6 +-- > ArmPkg/Universal/Smbios/OemMiscLibNull/OemMiscLib.c | 2 +- > ArmPkg/Universal/Smbios/ProcessorSubClassDxe/SmbiosProcessorArmCommon.c | 2 +- > ArmPlatformPkg/Library/ArmMaliDp/ArmMaliDp.c | 2 +- > ArmPlatformPkg/Library/PL111Lcd/PL111Lcd.c | 6 +-- > ArmVirtPkg/Library/CloudHvVirtMemInfoLib/CloudHvVirtMemInfoLib.c | 2 +- > ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoLib.c | 2 +- > DynamicTablesPkg/Library/Acpi/Arm/AcpiPpttLibArm/PpttGenerator.c | 2 +- > DynamicTablesPkg/Library/Acpi/Arm/AcpiSsdtCmn600LibArm/SsdtCmn600Generator.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 +- > StandaloneMmPkg/Core/Dependency.c | 2 +- > StandaloneMmPkg/Core/Dispatcher.c | 18 +++---- > StandaloneMmPkg/Core/Handle.c | 2 +- > UnitTestFrameworkPkg/Library/Posix/MemoryAllocationLibPosix/MemoryAllocationLibPosix.c | 18 +++---- > UnitTestFrameworkPkg/Library/UnitTestBootLibNull/UnitTestBootLibNull.c | 2 +- > UnitTestFrameworkPkg/Library/UnitTestBootLibUsbClass/UnitTestBootLibUsbClass.c | 2 +- > UnitTestFrameworkPkg/Library/UnitTestLib/Log.c | 2 +- > UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.c | 2 +- > UnitTestFrameworkPkg/Library/UnitTestUefiBootServicesTableLib/UnitTestUefiBootServicesTableLibImage.c | 2 +- > UnitTestFrameworkPkg/Library/UnitTestUefiBootServicesTableLib/UnitTestUefiBootServicesTableLibProtocol.c | 2 +- > UnitTestFrameworkPkg/Test/UnitTest/Sample/SampleUnitTest/SampleUnitTest.c | 2 +- > .azurepipelines/templates/spell-check-prereq-steps.yml | 4 +- > ArmPkg/ArmPkg.ci.yaml | 56 ++++++++++++++++++-- > ArmPkg/Include/Library/OemMiscLib.h | 2 +- > ArmPkg/Library/ArmLib/AArch64/ArmLibSupport.S | 2 +- > ArmPkg/Library/ArmLib/AArch64/ArmLibSupportV8.S | 2 +- > ArmPkg/Library/SemihostLib/Arm/GccSemihost.S | 2 +- > ArmPlatformPkg/ArmPlatformPkg.dec | 2 +- > ArmPlatformPkg/Include/Library/LcdPlatformLib.h | 2 +- > ArmVirtPkg/ArmVirt.dsc.inc | 2 +- > ArmVirtPkg/ArmVirtPkg.ci.yaml | 27 ++++++---- > 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 ++++ > StandaloneMmPkg/Core/StandaloneMmCore.h | 2 +- > StandaloneMmPkg/Include/Guid/MmCoreData.h | 2 +- > StandaloneMmPkg/StandaloneMmPkg.ci.yaml | 8 +++ > UnitTestFrameworkPkg/Library/UnitTestUefiBootServicesTableLib/UnitTestUefiBootServicesTableLib.h | 4 +- > UnitTestFrameworkPkg/PrivateInclude/Library/UnitTestBootLib.h | 2 +- > UnitTestFrameworkPkg/PrivateInclude/UnitTestFrameworkTypes.h | 2 +- > UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml | 31 +++++++---- > 64 files changed, 236 insertions(+), 124 deletions(-) >