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.45336.1670857119152163749 for ; Mon, 12 Dec 2022 06:58:39 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@linux.microsoft.com header.s=default header.b=Wq1EJnfI; 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 1877820B717A; Mon, 12 Dec 2022 06:58:37 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 1877820B717A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1670857118; bh=a+c4QiFN7rA426Q1Y04ggR1sVN4CM76GgIGna/tOPYU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Wq1EJnfI59lTmB94D7JwWsYaatoEd8y9qXFwzYLepUcddXHu1owXfzUv8jJ40m31o Ohvoj8b+BDJtWZuMfHrtywRoTl82IfuQ8F2K2dfytsvxFSpZID0X+6Ro8Cc0DRktR9 cInQF9DSRFekjrXaNLzadlMcH23dKKC8j2sGx0Pg= Message-ID: <1c29e450-d861-73d0-c205-45a92c00a260@linux.microsoft.com> Date: Mon, 12 Dec 2022 09:58:37 -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: [edk2-devel] [PATCH 0/3] Fix some typos To: devel@edk2.groups.io, zhangdongdong@eswincomputing.com Cc: zhuwenjun@eswincomputing.com, zhengyu@eswincomputing.com, jinyanjiang@eswincomputing.com References: <20221202092509.12072-1-zhangdongdong@eswincomputing.com> From: "Michael Kubacki" In-Reply-To: <20221202092509.12072-1-zhangdongdong@eswincomputing.com> Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hello, I sent a similar series a few months ago: https://github.com/tianocore/edk2/pull/2903 At the time, there was not much interest in fixing these in edk2. But I would still like to get the changes in. Are you running the spell check CI plugin? In order to reduce the number of spelling related fixes, do you think we could merge our changes? Thanks, Michael On 12/2/2022 4:25 AM, Dongdong Zhang wrote: > Hi all, > > My focus was fixing typos in comments. Most of them > were found by spellchecker. > > There are many similar spelling mistakes, so to avoid involving > too many modules at once, only the files in the 'ArmPkg', > 'ArmPlatformPkg' and 'ArmVirtPkg' directories were modified this time. > > Dongdong Zhang (3): > ArmPkg: Fix typos > ArmPlatformPkg: Fix typos > ArmVirtPkg: Fix typos > > ArmPkg/Drivers/ArmScmiDxe/ScmiDxe.c | 2 +- > ArmPkg/Include/Library/OemMiscLib.h | 2 +- > ArmPkg/Library/ArmDisassemblerLib/ThumbDisassembler.c | 6 +++--- > ArmPkg/Library/ArmLib/AArch64/ArmLibSupport.S | 2 +- > ArmPkg/Library/ArmLib/AArch64/ArmLibSupportV8.S | 2 +- > ArmPkg/Library/SemihostLib/Arm/GccSemihost.S | 2 +- > ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.c | 6 +++--- > ArmPkg/Universal/Smbios/OemMiscLibNull/OemMiscLib.c | 2 +- > .../Smbios/ProcessorSubClassDxe/SmbiosProcessorArmCommon.c | 2 +- > ArmPlatformPkg/ArmPlatformPkg.dec | 2 +- > ArmPlatformPkg/Include/Library/LcdPlatformLib.h | 2 +- > ArmPlatformPkg/Library/ArmMaliDp/ArmMaliDp.c | 2 +- > ArmPlatformPkg/Library/PL111Lcd/PL111Lcd.c | 4 ++-- > ArmVirtPkg/ArmVirt.dsc.inc | 2 +- > .../Library/CloudHvVirtMemInfoLib/CloudHvVirtMemInfoLib.c | 2 +- > ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoLib.c | 2 +- > 16 files changed, 21 insertions(+), 21 deletions(-) >