From nobody Mon Feb 9 00:43:15 2026 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+89857+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+89857+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1652832845; cv=none; d=zohomail.com; s=zohoarc; b=ERmwZ/2kYZJRPbKPCxUIW1nFTTqVZX1PesrtPiaxbGoer0IqQ5fzcpK7yCpnr2yMAD4U0pcC0EwTExuyJ2NUa2vIz/CY8K0z/ucd1ANMUk8V+1s5dyiawqnb2CxK7yCMf5Czt0lqPsXTxKVZLd40vdqsg/CiWE8gcDE/aJemDr4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1652832845; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=IfBNbvnUI06xfZNlRIK8x5AAQ2a5lVL+5wGbLSfLHtc=; b=eS/T1toMQrXnzPzpGxpaQz/eUvkqE2gHk7M5I4ZTCQ98hlG3qv+JgRdwJ9FcQhfRFMbpn248dk2XZsbQtyUOLRHLMeY2CSApdQGA3SLT1/Tr423QSp9kq63QPsqCxxAbfYOEKQoYKIbkR1S5tP+rlqsv0kB9zv1YPy7zP3b6zYs= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+89857+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1652832845051497.3926485437007; Tue, 17 May 2022 17:14:05 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 1BoOYY1788612x24JK1qEjgQ; Tue, 17 May 2022 17:14:04 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.397.1652832843957077440 for ; Tue, 17 May 2022 17:14:04 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id F2AEB20F723C; Tue, 17 May 2022 17:14:02 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com F2AEB20F723C From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Michael Kubacki , Nate DeSimone , Ankit Sinha Subject: [edk2-devel] [PATCH v2 01/11] PrmPkg: Fix new typos reported Date: Tue, 17 May 2022 20:13:28 -0400 Message-Id: <20220518001338.1380-2-mikuback@linux.microsoft.com> In-Reply-To: <20220518001338.1380-1-mikuback@linux.microsoft.com> References: <20220518001338.1380-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com X-Gm-Message-State: FYZNmWvps6GvspeZ3kdILbRSx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1652832844; bh=X1N/9rCpa2nmJ7z3N2mpPhV8S6UGjL7qliFHENCGoy0=; h=Cc:Date:From:Reply-To:Subject:To; b=CYFFYnR1T/vzVM2x2WUC5WBpLD41Wo+17U55apgaxEz+TL3gVOfbhLykrAWzI82MF7Q iWZKp4ilpDDNUxmL7NRqqx8jiW7dkSwo+jhSuSd952F6JiMHH0m8saGWaBtvFNNIvlfaw rUOFe5FP30Di9pYf9aKOfn6IpU53EgYEq2w= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1652832846031100007 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki The SpellCheck plugin began reporting new typos that were previously missed. This change fixes those typos. Cc: Michael Kubacki Cc: Nate DeSimone Cc: Ankit Sinha Signed-off-by: Michael Kubacki --- PrmPkg/Application/PrmInfo/PrmInfo.c = | 2 +- PrmPkg/Library/DxePrmModuleDiscoveryLib/DxePrmModuleDiscoveryLib.c = | 2 +- PrmPkg/PrmLoaderDxe/PrmLoaderDxe.c = | 2 +- PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServ= icesTableLibUnitTestImage.c | 2 +- PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServ= icesTableLibUnitTestProtocol.c | 2 +- PrmPkg/Include/Library/PrmModuleDiscoveryLib.h = | 2 +- PrmPkg/PrmLoaderDxe/PrmAcpiTable.h = | 4 ++-- PrmPkg/PrmPkg.ci.yaml = | 9 +++++++++ PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBootServ= icesTableLibUnitTest.h | 4 ++-- 9 files changed, 19 insertions(+), 10 deletions(-) diff --git a/PrmPkg/Application/PrmInfo/PrmInfo.c b/PrmPkg/Application/PrmI= nfo/PrmInfo.c index 0cde2fad3b4b..178d4810f498 100644 --- a/PrmPkg/Application/PrmInfo/PrmInfo.c +++ b/PrmPkg/Application/PrmInfo/PrmInfo.c @@ -148,7 +148,7 @@ PrintMmioRuntimeRangeInfo ( Gathers the PRM handler (and by extension module) information discovered= on this system. =20 This function must be called to build up the discovered context for othe= r functions in the application. The - function will optionally print results as determed by the value of the P= rintInformation parameter. + function will optionally print results as determined by the value of the= PrintInformation parameter. =20 @param[in] PrintInformation Indicates whether to print informa= tion as discovered in the function. =20 diff --git a/PrmPkg/Library/DxePrmModuleDiscoveryLib/DxePrmModuleDiscoveryL= ib.c b/PrmPkg/Library/DxePrmModuleDiscoveryLib/DxePrmModuleDiscoveryLib.c index e6bea47bc583..34373effd4cd 100644 --- a/PrmPkg/Library/DxePrmModuleDiscoveryLib/DxePrmModuleDiscoveryLib.c +++ b/PrmPkg/Library/DxePrmModuleDiscoveryLib/DxePrmModuleDiscoveryLib.c @@ -149,7 +149,7 @@ IsAddressInMmram ( /** Discovers all PRM Modules loaded during boot. =20 - Each PRM Module discovered is placed into a linked list so the list can = br processsed in the future. + Each PRM Module discovered is placed into a linked list so the list can = br processed in the future. =20 @param[out] ModuleCount An optional pointer parameter th= at, if provided, is set to the number of PRM modules discovered. diff --git a/PrmPkg/PrmLoaderDxe/PrmLoaderDxe.c b/PrmPkg/PrmLoaderDxe/PrmLo= aderDxe.c index 5a223d783d80..7b0042f133ef 100644 --- a/PrmPkg/PrmLoaderDxe/PrmLoaderDxe.c +++ b/PrmPkg/PrmLoaderDxe/PrmLoaderDxe.c @@ -295,7 +295,7 @@ PublishPrmAcpiTable ( time of this function invocation. =20 The main responsibilities of the PRM Loader are executed from this funct= ion which include 3 phases: - 1.) Disover PRM Modules - Find all PRM modules loaded during DXE dispa= tch and insert a PRM Module + 1.) Discover PRM Modules - Find all PRM modules loaded during DXE disp= atch and insert a PRM Module Context entry into a linked list to be handed off to phase 2. 2.) Process PRM Modules - Build a GUID to PRM handler mapping for each= module that is described in the PRM ACPI table so the OS can resolve a PRM Handler GUID to the cor= responding PRM Handler physical address. diff --git a/PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/= UefiBootServicesTableLibUnitTestImage.c b/PrmPkg/Test/UnitTest/Library/Uefi= BootServicesTableLibUnitTest/UefiBootServicesTableLibUnitTestImage.c index a5799ff92d0c..abc6a4f1440c 100644 --- a/PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBoo= tServicesTableLibUnitTestImage.c +++ b/PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBoo= tServicesTableLibUnitTestImage.c @@ -130,7 +130,7 @@ UnitTestExit ( @retval EFI_SUCCESS The image has been unloaded. @retval EFI_UNSUPPORTED The image has been started, and does not= support unload. - @retval EFI_INVALID_PARAMPETER ImageHandle is not a valid image handle. + @retval EFI_INVALID_PARAMETER ImageHandle is not a valid image handle. =20 **/ EFI_STATUS diff --git a/PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/= UefiBootServicesTableLibUnitTestProtocol.c b/PrmPkg/Test/UnitTest/Library/U= efiBootServicesTableLibUnitTest/UefiBootServicesTableLibUnitTestProtocol.c index 799b153a445f..46fd263ec070 100644 --- a/PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBoo= tServicesTableLibUnitTestProtocol.c +++ b/PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBoo= tServicesTableLibUnitTestProtocol.c @@ -723,7 +723,7 @@ UnitTestReinstallProtocolInterface ( } =20 /** - Uninstalls all instances of a protocol:interfacer from a handle. + Uninstalls all instances of a protocol from a handle. If the last protocol interface is remove from the handle, the handle is freed. =20 diff --git a/PrmPkg/Include/Library/PrmModuleDiscoveryLib.h b/PrmPkg/Includ= e/Library/PrmModuleDiscoveryLib.h index 341b9b26a0f8..9df8d4d02370 100644 --- a/PrmPkg/Include/Library/PrmModuleDiscoveryLib.h +++ b/PrmPkg/Include/Library/PrmModuleDiscoveryLib.h @@ -34,7 +34,7 @@ GetNextPrmModuleEntry ( /** Discovers all PRM Modules loaded during boot. =20 - Each PRM Module discovered is placed into a linked list so the list can = br processsed in the future. + Each PRM Module discovered is placed into a linked list so the list can = br processed in the future. =20 @param[out] ModuleCount An optional pointer parameter th= at, if provided, is set to the number of PRM modules discovered. diff --git a/PrmPkg/PrmLoaderDxe/PrmAcpiTable.h b/PrmPkg/PrmLoaderDxe/PrmAc= piTable.h index e2034d4738bd..fdb708c2a112 100644 --- a/PrmPkg/PrmLoaderDxe/PrmAcpiTable.h +++ b/PrmPkg/PrmLoaderDxe/PrmAcpiTable.h @@ -72,7 +72,7 @@ typedef struct { // // Todo: Revisit whether to use; currently both macros are not used // -#define PRM_MODULE_INFORMATION_STRUCTURE(ModuleGuid, ModuleRevision, Handl= erCount, PrmHanderInfoStructureArray) { \ +#define PRM_MODULE_INFORMATION_STRUCTURE(ModuleGuid, ModuleRevision, Handl= erCount, PrmHandlerInfoStructureArray) { \ { = \ PRM_MODULE_INFORMATION_STRUCT_REVISION, = /* UINT16 Struc= tureRevision; */ \ (OFFSET_OF (PRM_MODULE_INFORMATION_STRUCT, HandlerInfoStructure) + (= HandlerCount * sizeof (PRM_HANDLER_INFORMATION_STRUCT))) /* UINT16 Struc= tureLength; */ \ @@ -80,7 +80,7 @@ typedef struct { ModuleRevision, = /* UINT16 Modul= eRevision */ \ HandlerCount, = /* UINT16 Handl= erCount */ \ OFFSET_OF (PRM_MODULE_INFORMATION_STRUCT, HandlerInfoOffset), = /* UINT32 Handl= erInfoOffset */ \ - PrmHanderInfoStructureArray = /* PRM_HANDLER_INF= ORMATION_STRUCT HandlerInfoStructure */ \ + PrmHandlerInfoStructureArray = /* PRM_HANDLER_INF= ORMATION_STRUCT HandlerInfoStructure */ \ } \ } =20 diff --git a/PrmPkg/PrmPkg.ci.yaml b/PrmPkg/PrmPkg.ci.yaml index babaf2214ec8..0c84e616adbf 100644 --- a/PrmPkg/PrmPkg.ci.yaml +++ b/PrmPkg/PrmPkg.ci.yaml @@ -93,10 +93,19 @@ # in matching files "ExtendWords": [ # words to extend to the dictionary fo= r this package "buffe", # note: appears in buffer ascii dump i= n documentation + "dbgmsgid", + "devicepath", "iptor", # note: appears in buffer ascii dump i= n documentation "keepoptionalheader", "odule", # note: appears in buffer ascii dump i= n documentation "oemid", + "packagelist", + "pecoff", + "prmconfig", + "prmcontextbufferlib", + "prminfo", + "prmloader", + "prmmodulediscoverylib", "prmopreg", "prmpecofflib", "prmpkg", diff --git a/PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/= UefiBootServicesTableLibUnitTest.h b/PrmPkg/Test/UnitTest/Library/UefiBootS= ervicesTableLibUnitTest/UefiBootServicesTableLibUnitTest.h index 82853bb61a1c..20958589b254 100644 --- a/PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBoo= tServicesTableLibUnitTest.h +++ b/PrmPkg/Test/UnitTest/Library/UefiBootServicesTableLibUnitTest/UefiBoo= tServicesTableLibUnitTest.h @@ -354,7 +354,7 @@ UnitTestReinstallProtocolInterface ( ); =20 /** - Uninstalls all instances of a protocol:interfacer from a handle. + Uninstalls all instances of a protocol from a handle. If the last protocol interface is remove from the handle, the handle is freed. =20 @@ -600,7 +600,7 @@ UnitTestExit ( @retval EFI_SUCCESS The image has been unloaded. @retval EFI_UNSUPPORTED The image has been started, and does not= support unload. - @retval EFI_INVALID_PARAMPETER ImageHandle is not a valid image handle. + @retval EFI_INVALID_PARAMETER ImageHandle is not a valid image handle. =20 **/ EFI_STATUS --=20 2.28.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#89857): https://edk2.groups.io/g/devel/message/89857 Mute This Topic: https://groups.io/mt/91176784/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-