public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Yao, Jiewen" <jiewen.yao@intel.com>
To: Philippe Mathieu-Daude <philmd@redhat.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: Supreeth Venkatesh <supreeth.venkatesh@arm.com>,
	"Dong, Eric" <eric.dong@intel.com>,
	"Gao, Liming" <liming.gao@intel.com>,
	Achin Gupta <achin.gupta@arm.com>,
	"Bi, Dandan" <dandan.bi@intel.com>,
	"Wu, Jiaxin" <jiaxin.wu@intel.com>,
	"Wu, Hao A" <hao.a.wu@intel.com>, "Ni, Ray" <ray.ni@intel.com>,
	"Fu, Siyuan" <siyuan.fu@intel.com>,
	"Wang, Jian J" <jian.j.wang@intel.com>,
	Laszlo Ersek <lersek@redhat.com>
Subject: Re: [PATCH v2 3/4] StandaloneMmPkg/Core: Fix typo in function name
Date: Wed, 16 Oct 2019 13:43:19 +0000	[thread overview]
Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503F802162@shsmsx102.ccr.corp.intel.com> (raw)
In-Reply-To: <20191016132533.8876-4-philmd@redhat.com>

Reviewed-by: jiewen.yao@intel.com

> -----Original Message-----
> From: Philippe Mathieu-Daude <philmd@redhat.com>
> Sent: Wednesday, October 16, 2019 9:26 PM
> To: devel@edk2.groups.io
> Cc: Supreeth Venkatesh <supreeth.venkatesh@arm.com>; Dong, Eric
> <eric.dong@intel.com>; Gao, Liming <liming.gao@intel.com>; Achin Gupta
> <achin.gupta@arm.com>; Bi, Dandan <dandan.bi@intel.com>; Wu, Jiaxin
> <jiaxin.wu@intel.com>; Wu, Hao A <hao.a.wu@intel.com>; Ni, Ray
> <ray.ni@intel.com>; Fu, Siyuan <siyuan.fu@intel.com>; Yao, Jiewen
> <jiewen.yao@intel.com>; Wang, Jian J <jian.j.wang@intel.com>; Laszlo Ersek
> <lersek@redhat.com>; Philippe Mathieu-Daude <philmd@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 <lersek@redhat.com>
> Signed-off-by: Philippe Mathieu-Daude <philmd@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


  reply	other threads:[~2019-10-16 13:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-16 13:25 [PATCH v2 0/4] trivial: Fix typos in "processing/processed" Philippe Mathieu-Daudé
2019-10-16 13:25 ` [PATCH v2 1/4] MdeModulePkg DxeCore: Fix typo in function name Philippe Mathieu-Daudé
2019-10-16 13:25 ` [PATCH v2 2/4] MdeModulePkg/PiSmmCore: " Philippe Mathieu-Daudé
2019-10-16 13:25 ` [PATCH v2 3/4] StandaloneMmPkg/Core: " Philippe Mathieu-Daudé
2019-10-16 13:43   ` Yao, Jiewen [this message]
2019-10-16 13:25 ` [PATCH v2 4/4] NetworkPkg/Ip6Dxe: Fix typo in comment Philippe Mathieu-Daudé
2019-10-16 13:32 ` [PATCH v2 0/4] trivial: Fix typos in "processing/processed" Laszlo Ersek
2019-10-17  1:10   ` [edk2-devel] " 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=74D8A39837DF1E4DA445A8C0B3885C503F802162@shsmsx102.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