From nobody Sun Feb 8 14:52:48 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+89835+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+89835+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1652803269; cv=none; d=zohomail.com; s=zohoarc; b=lNqnVgtKNjmkmJphFNJyt7XmC7uL0JMgBxxDCFRxStTwgYgNe/3aicXGK5Rocn9Z/SnQKEakZkO1tlImsun4WZbMtUYK5F/Amg3BQyNkvLfd4CTV/kdLICPn8lPzDFhZFff/xkU/K4rP6P0BrrUNnuC+pNYcu47PSEIr8VDFUzw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1652803269; 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=x6XjurH2A7o+EVnIGptVALjvLIf7DwqetfG9SSp/PpI=; b=cFwNFNwkMjFbtu2qymh+UdfixqBBLigrYsYHph3SKl3Can22BnR52TO+gFcDIIK9xKWdqfE0slWPVmXxaQUpAz4v/Cb9jju8KUyCLQyMemvXDv1bqVw9TinT5pgoYVG9ZaoQW+XmQVkYudrzJAi/WmbNmAcGbawTAoYJfZomerk= 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+89835+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 165280326968734.087749771758695; Tue, 17 May 2022 09:01:09 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id SBJvYY1788612xA9roTg2zp3; Tue, 17 May 2022 09:01:09 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.9374.1652803268736203764 for ; Tue, 17 May 2022 09:01:08 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id B67AB20F7229; Tue, 17 May 2022 09:01:07 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com B67AB20F7229 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Sami Mujawar , Jiewen Yao , Supreeth Venkatesh Subject: [edk2-devel] [PATCH v1 2/8] StandaloneMmPkg: Fix new typos reported Date: Tue, 17 May 2022 12:00:37 -0400 Message-Id: <20220517160043.1210-3-mikuback@linux.microsoft.com> In-Reply-To: <20220517160043.1210-1-mikuback@linux.microsoft.com> References: <20220517160043.1210-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: ZNQNoAoWyyLGD2wv8epRUp9cx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1652803269; bh=JKy+z+IsiLmDbrRaeFNXM2gk7byBNbN6RH5qkBij/fA=; h=Cc:Date:From:Reply-To:Subject:To; b=GnY/NVu77TXP3+KMvZdh8gOBAMW9xqBwdxSjCuIxQVIt/WbhROCV+cOHYkXzJ/M62Ff eNaeWTSvcX3peP7JYxJKTPU08aJbJF0Hck326xtEQaxnUdLH/VI6B0Oilro72ePyaLTNQ 1AqlwYHaSA9p8Wyz2RRdpCQ9qv1Pj2SHjy8= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1652803270989100005 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: Ard Biesheuvel Cc: Sami Mujawar Cc: Jiewen Yao Cc: Supreeth Venkatesh Signed-off-by: Michael Kubacki Reviewed-by: Sami Mujawar --- StandaloneMmPkg/Core/Dependency.c | 2 +- StandaloneMmPkg/Core/Dispatcher.c | 18 +++++++++--------- StandaloneMmPkg/Include/Guid/MmCoreData.h | 2 +- StandaloneMmPkg/StandaloneMmPkg.ci.yaml | 9 +++++++++ 4 files changed, 20 insertions(+), 11 deletions(-) diff --git a/StandaloneMmPkg/Core/Dependency.c b/StandaloneMmPkg/Core/Depen= dency.c index 440fe3e45238..0e9c0e96a276 100644 --- a/StandaloneMmPkg/Core/Dependency.c +++ b/StandaloneMmPkg/Core/Dependency.c @@ -38,7 +38,7 @@ BOOLEAN *mDepexEvaluationStackPointer =3D NULL; /** Grow size of the Depex stack =20 - @retval EFI_SUCCESS Stack successfully growed. + @retval EFI_SUCCESS Stack successfully grew. @retval EFI_OUT_OF_RESOURCES There is not enough system memory to grow = the stack. =20 **/ diff --git a/StandaloneMmPkg/Core/Dispatcher.c b/StandaloneMmPkg/Core/Dispa= tcher.c index b1ccba15b060..01da395be3c4 100644 --- a/StandaloneMmPkg/Core/Dispatcher.c +++ b/StandaloneMmPkg/Core/Dispatcher.c @@ -17,7 +17,7 @@ and After dependencies. This is done recursively as the call t= o add to the mScheduledQueue checks for Before Depexes and recursive= ly adds all Before Depexes. It then adds the item that was passed= in - and then processess the After dependencies by recursively call= ing + and then processes the After dependencies by recursively calli= ng the routine. =20 Dispatcher Rules: @@ -93,29 +93,29 @@ LIST_ENTRY mScheduledQueue =3D INITIALIZE_LIST_HEAD_VA= RIABLE (mScheduledQueue); LIST_ENTRY mFwVolList =3D INITIALIZE_LIST_HEAD_VARIABLE (mFwVolList); =20 // -// Flag for the MM Dispacher. TRUE if dispatcher is executing. +// Flag for the MM Dispatcher. TRUE if dispatcher is executing. // BOOLEAN gDispatcherRunning =3D FALSE; =20 // -// Flag for the MM Dispacher. TRUE if there is one or more MM drivers rea= dy to be dispatched +// Flag for the MM Dispatcher. TRUE if there is one or more MM drivers re= ady to be dispatched // BOOLEAN gRequestDispatch =3D FALSE; =20 // // The global variable is defined for Loading modules at fixed address fea= ture to track the MM code -// memory range usage. It is a bit mapped array in which every bit indicat= es the correspoding +// memory range usage. It is a bit mapped array in which every bit indicat= es the corresponding // memory page available or not. // GLOBAL_REMOVE_IF_UNREFERENCED UINT64 *mMmCodeMemoryRangeUsageBitMap = =3D NULL; =20 /** To check memory usage bit map array to figure out if the memory range in= which the image will be loaded - is available or not. If memory range is avaliable, the function will mar= k the corresponding bits to 1 + is available or not. If memory range is available, the function will mar= k the corresponding bits to 1 which indicates the memory range is used. The function is only invoked w= hen load modules at fixed address feature is enabled. =20 - @param ImageBase The base addres the image will be loade= d at. + @param ImageBase The base address the image will be load= ed at. @param ImageSize The size of the image =20 @retval EFI_SUCCESS The memory range the image will be load= ed in is available @@ -194,7 +194,7 @@ CheckAndMarkFixLoadingMemoryUsageBitMap ( @param ImageContext Pointer to the image context structure= that describes the PE/COFF image that needs to be examined by thi= s function. @retval EFI_SUCCESS An fixed loading address is assigned t= o this image by build tools . - @retval EFI_NOT_FOUND The image has no assigned fixed loaddi= ng address. + @retval EFI_NOT_FOUND The image has no assigned fixed loadin= g address. =20 **/ EFI_STATUS @@ -513,7 +513,7 @@ MmPreProcessDepex ( =20 @param DriverEntry Driver to work on. =20 - @retval EFI_SUCCESS Depex read and preprossesed + @retval EFI_SUCCESS Depex read and pre-processed @retval EFI_PROTOCOL_ERROR The section extraction protocol returned a= n error and Depex reading needs to be retried. @retval Error DEPEX not found. @@ -851,7 +851,7 @@ FvIsBeingProcessed ( The Discovered list is never freed and contains booleans that represent = the other possible MM driver states. =20 - @param [in] FwVolHeader Pointer to the formware volume header. + @param [in] FwVolHeader Pointer to the firmware volume header. @param [in] Pe32Data Pointer to the PE data. @param [in] Pe32DataSize Size of the PE data. @param [in] Depex Pointer to the Depex info. diff --git a/StandaloneMmPkg/Include/Guid/MmCoreData.h b/StandaloneMmPkg/In= clude/Guid/MmCoreData.h index b8be92c6abfd..0f58f41d8060 100644 --- a/StandaloneMmPkg/Include/Guid/MmCoreData.h +++ b/StandaloneMmPkg/Include/Guid/MmCoreData.h @@ -70,7 +70,7 @@ typedef struct { =20 /// /// The MM Foundation Entry Point. The MM Core fills in this field when= the - /// MM Core is initialized. The MM IPL is responsbile for registering t= his entry + /// MM Core is initialized. The MM IPL is responsible for registering t= his entry /// point with the MM Configuration Protocol. The MM Configuration Prot= ocol may /// not be available at the time the MM IPL and MM Core are started, so = the MM IPL /// sets up a protocol notification on the MM Configuration Protocol and= registers diff --git a/StandaloneMmPkg/StandaloneMmPkg.ci.yaml b/StandaloneMmPkg/Stan= daloneMmPkg.ci.yaml index 4777532a7ede..535e269e7891 100644 --- a/StandaloneMmPkg/StandaloneMmPkg.ci.yaml +++ b/StandaloneMmPkg/StandaloneMmPkg.ci.yaml @@ -81,12 +81,21 @@ "IgnoreFiles": [], # use gitignore syntax to ignore erro= rs # in matching files "ExtendWords": [ + "bootinformation", "Bsymbolic", + "bugbug", + "combineable", + "depexes", "FwVol", + "hoblist", + "imagehandle", + "interfacer", "mpidr", "mstrict", "schedulable", "StandaloneMMCore", + "systemtable", + "uncacheable" ], # words to extend to the dictionary for this package "IgnoreStandardPaths": [], # Standard Plugin defined paths that # should be ignore --=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 (#89835): https://edk2.groups.io/g/devel/message/89835 Mute This Topic: https://groups.io/mt/91166951/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-