Reviewed-by: jiewen....@intel.com

> -----Original Message-----
> From: Philippe Mathieu-Daude <phi...@redhat.com>
> Sent: Wednesday, October 16, 2019 9:26 PM
> To: devel@edk2.groups.io
> Cc: Supreeth Venkatesh <supreeth.venkat...@arm.com>; Dong, Eric
> <eric.d...@intel.com>; Gao, Liming <liming....@intel.com>; Achin Gupta
> <achin.gu...@arm.com>; Bi, Dandan <dandan...@intel.com>; Wu, Jiaxin
> <jiaxin...@intel.com>; Wu, Hao A <hao.a...@intel.com>; Ni, Ray
> <ray...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Yao, Jiewen
> <jiewen....@intel.com>; Wang, Jian J <jian.j.w...@intel.com>; Laszlo Ersek
> <ler...@redhat.com>; Philippe Mathieu-Daude <phi...@redhat.com>
> Subject: [PATCH v2 3/4] StandaloneMmPkg/Core: Fix typo in function name
> 
> An extra 's' slipped into the FvIsBeingProcessed function
> name. Drop it to fix the typo.
> 
> Reviewed-by: Laszlo Ersek <ler...@redhat.com>
> Signed-off-by: Philippe Mathieu-Daude <phi...@redhat.com>
> ---
>  StandaloneMmPkg/Core/Dispatcher.c | 4 ++--
>  StandaloneMmPkg/Core/FwVol.c      | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/StandaloneMmPkg/Core/Dispatcher.c
> b/StandaloneMmPkg/Core/Dispatcher.c
> index 9853445a64a1..fe10e65c4bf0 100644
> --- a/StandaloneMmPkg/Core/Dispatcher.c
> +++ b/StandaloneMmPkg/Core/Dispatcher.c
> @@ -810,13 +810,13 @@ FvHasBeenProcessed (
> 
>  **/
>  VOID
> -FvIsBeingProcesssed (
> +FvIsBeingProcessed (
>    IN EFI_FIRMWARE_VOLUME_HEADER *FwVolHeader
>    )
>  {
>    KNOWN_FWVOL   *KnownFwVol;
> 
> -  DEBUG ((DEBUG_INFO, "FvIsBeingProcesssed - 0x%08x\n", KnownFwVol));
> +  DEBUG ((DEBUG_INFO, "FvIsBeingProcessed - 0x%08x\n", KnownFwVol));
> 
>    KnownFwVol = AllocatePool (sizeof (KNOWN_FWVOL));
>    ASSERT (KnownFwVol != NULL);
> diff --git a/StandaloneMmPkg/Core/FwVol.c b/StandaloneMmPkg/Core/FwVol.c
> index 99ecf4af4714..314329ea065a 100644
> --- a/StandaloneMmPkg/Core/FwVol.c
> +++ b/StandaloneMmPkg/Core/FwVol.c
> @@ -38,7 +38,7 @@ FvHasBeenProcessed (
>    );
> 
>  VOID
> -FvIsBeingProcesssed (
> +FvIsBeingProcessed (
>    IN EFI_FIRMWARE_VOLUME_HEADER *FwVolHeader
>    );
> 
> @@ -86,7 +86,7 @@ Returns:
>      return EFI_SUCCESS;
>    }
> 
> -  FvIsBeingProcesssed (FwVolHeader);
> +  FvIsBeingProcessed (FwVolHeader);
> 
>    //
>    // First check for encapsulated compressed firmware volumes
> --
> 2.21.0


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

View/Reply Online (#49103): https://edk2.groups.io/g/devel/message/49103
Mute This Topic: https://groups.io/mt/34560122/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to