[edk2-devel] [PATCH 2/4] MdeModulePkg/PiSmmCore: Fix typo in function name

Liming Gao liming.gao at intel.com
Fri Sep 27 00:11:19 UTC 2019


Reviewed-by: Liming Gao <liming.gao at intel.com>

>-----Original Message-----
>From: devel at edk2.groups.io [mailto:devel at edk2.groups.io] On Behalf Of
>Philippe Mathieu-Daudé
>Sent: Thursday, September 26, 2019 8:05 PM
>To: devel at edk2.groups.io
>Cc: Philippe Mathieu-Daude <philmd at redhat.com>; Wang, Jian J
><jian.j.wang at intel.com>; Wu, Hao A <hao.a.wu at intel.com>; Dong, Eric
><eric.dong at intel.com>; Ni, Ray <ray.ni at 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 at 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
>
>
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#48156): https://edk2.groups.io/g/devel/message/48156
Mute This Topic: https://groups.io/mt/34297954/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list