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.web09.412.1652832862385552363 for ; Tue, 17 May 2022 17:14:22 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=e46oNt/i; 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 949FA20F723C; Tue, 17 May 2022 17:14:21 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 949FA20F723C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1652832862; bh=bUWOF5wZZNSE22xHRBwNGxmPUbMJ8z+0fkEwvKpQ56Q=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=e46oNt/i1HnTbAeDeNCAtWOHToubE6e+Tboin0aP9ilF7vBKjye3UUbobTEK2h6DW L5f9noWbqi+eN3GBZwyWwD5i4PjEWe/tj2Rxd3YjKmJgmR/Ml/VC0VASa88pw7apuR g9w/lB4wYgYoG55d5Em1IMovywoyR3QOTd++7YMM= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Sami Mujawar Subject: [PATCH v2 07/11] ArmPkg: Ignore new typos reported Date: Tue, 17 May 2022 20:13:34 -0400 Message-Id: <20220518001338.1380-8-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 In-Reply-To: <20220518001338.1380-1-mikuback@linux.microsoft.com> References: <20220518001338.1380-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3929 The SpellCheck plugin began reporting new typos that were previously missed. Due to the number of spelling errors in this package, no errors are fixed in this change. They are ignored to unblock overall edk2 CI. The maintainers should visit the list of extended words for SpellCheck in ArmPkg.ci.yaml and determine the best resolution for each item. The following BZ was filed to track that follow up: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3929 Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Sami Mujawar Signed-off-by: Michael Kubacki --- ArmPkg/Drivers/ArmScmiDxe/Scmi.c | 2 +- ArmPkg/Library/ArmDisassemblerLib/ThumbDisassembler.c | 4 +- ArmPkg/Library/SemiHostingSerialPortLib/SerialPortLib.c | 2 +- ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.c | 6 +-- ArmPkg/Universal/Smbios/OemMiscLibNull/OemMiscLib.c | 2 +- ArmPkg/ArmPkg.ci.yaml | 53 +++++++++= +++++++++-- ArmPkg/Include/Library/OemMiscLib.h | 2 +- 7 files changed, 58 insertions(+), 13 deletions(-) diff --git a/ArmPkg/Drivers/ArmScmiDxe/Scmi.c b/ArmPkg/Drivers/ArmScmiDxe= /Scmi.c index d5a1ff0be33c..f3bf08a99e76 100644 --- a/ArmPkg/Drivers/ArmScmiDxe/Scmi.c +++ b/ArmPkg/Drivers/ArmScmiDxe/Scmi.c @@ -146,7 +146,7 @@ ScmiCommandExecute ( /** Internal common function useful for common protocol discovery messag= es. =20 @param[in] ProtocolId Protocol Id of the the protocol. - @param[in] MesaageId Message Id of the message. + @param[in] MessageId Message Id of the message. =20 @param[out] ReturnValues SCMI response return values. =20 diff --git a/ArmPkg/Library/ArmDisassemblerLib/ThumbDisassembler.c b/ArmP= kg/Library/ArmDisassemblerLib/ThumbDisassembler.c index 6dae7a9121af..dbd1f6c211ab 100644 --- a/ArmPkg/Library/ArmDisassemblerLib/ThumbDisassembler.c +++ b/ArmPkg/Library/ArmDisassemblerLib/ThumbDisassembler.c @@ -202,7 +202,7 @@ THUMB_INSTRUCTIONS gOpThumb[] =3D { }; =20 THUMB_INSTRUCTIONS gOpThumb2[] =3D { - // Instruct OpCode OpCode Mask Addressig Mode + // Instruct OpCode OpCode Mask Addressing Mode =20 { "ADR", 0xf2af0000, 0xfbff8000, ADR_THUMB2 }, // ADDR ,