From: "Liming Gao" <liming.gao@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
"philmd@redhat.com" <philmd@redhat.com>
Cc: "Wang, Jian J" <jian.j.wang@intel.com>,
"Wu, Hao A" <hao.a.wu@intel.com>,
"Dong, Eric" <eric.dong@intel.com>, "Ni, Ray" <ray.ni@intel.com>
Subject: Re: [edk2-devel] [PATCH 2/4] MdeModulePkg/PiSmmCore: Fix typo in function name
Date: Fri, 27 Sep 2019 00:11:19 +0000 [thread overview]
Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E5022F0@SHSMSX104.ccr.corp.intel.com> (raw)
In-Reply-To: <20190926120446.16007-3-philmd@redhat.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
>-----Original Message-----
>From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
>Philippe Mathieu-Daudé
>Sent: Thursday, September 26, 2019 8:05 PM
>To: devel@edk2.groups.io
>Cc: Philippe Mathieu-Daude <philmd@redhat.com>; Wang, Jian J
><jian.j.wang@intel.com>; Wu, Hao A <hao.a.wu@intel.com>; Dong, Eric
><eric.dong@intel.com>; Ni, Ray <ray.ni@intel.com>
>Subject: [edk2-devel] [PATCH 2/4] MdeModulePkg/PiSmmCore: Fix typo in
>function name
>
>An extra 's' slipped into the FvIsBeingProcessed function
>name. Drop it to fix the typo.
>
>Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
>---
> MdeModulePkg/Core/PiSmmCore/Dispatcher.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/MdeModulePkg/Core/PiSmmCore/Dispatcher.c
>b/MdeModulePkg/Core/PiSmmCore/Dispatcher.c
>index 1c88c8fb17c5..e5a160ed0b92 100644
>--- a/MdeModulePkg/Core/PiSmmCore/Dispatcher.c
>+++ b/MdeModulePkg/Core/PiSmmCore/Dispatcher.c
>@@ -1101,7 +1101,7 @@ FvHasBeenProcessed (
>
> **/
> VOID
>-FvIsBeingProcesssed (
>+FvIsBeingProcessed (
> IN EFI_HANDLE FvHandle
> )
> {
>@@ -1294,7 +1294,7 @@ SmmDriverDispatchHandler (
> //
> // Since we are about to process this Fv mark it as processed.
> //
>- FvIsBeingProcesssed (FvHandle);
>+ FvIsBeingProcessed (FvHandle);
>
> Status = gBS->HandleProtocol (FvHandle,
>&gEfiFirmwareVolume2ProtocolGuid, (VOID **)&Fv);
> if (EFI_ERROR (Status)) {
>--
>2.20.1
>
>
>
next prev parent reply other threads:[~2019-09-27 0:11 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-26 12:04 [PATCH 0/4] trivial: Fix typos in "processing/processed" Philippe Mathieu-Daudé
2019-09-26 12:04 ` [PATCH 1/4] MdeModulePkg DxeCore: Fix typo in function name Philippe Mathieu-Daudé
2019-09-27 0:11 ` Liming Gao
2019-09-26 12:04 ` [PATCH 2/4] MdeModulePkg/PiSmmCore: " Philippe Mathieu-Daudé
2019-09-27 0:11 ` Liming Gao [this message]
2019-09-26 12:04 ` [PATCH 3/4] StandaloneMmPkg/Core: " Philippe Mathieu-Daudé
2019-09-26 12:04 ` [PATCH 4/4] NetworkPkg/Ip6Dxe: Fix typo in comment Philippe Mathieu-Daudé
2019-09-26 23:59 ` [edk2-devel] " Siyuan, Fu
2019-09-26 18:42 ` [edk2-devel] [PATCH 0/4] trivial: Fix typos in "processing/processed" Laszlo Ersek
2019-09-27 0:39 ` Wu, Hao A
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A89E2EF3DFEDB4C8BFDE51014F606A14E5022F0@SHSMSX104.ccr.corp.intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox