public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Dong, Eric" <eric.dong@intel.com>
To: Mike Maslenkin <mike.maslenkin@gmail.com>,
	"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Cc: Laszlo Ersek <lersek@redhat.com>
Subject: Re: [PATCH 1/1] UefiCpuPkg/CpuExceptionHandlerLib: Fix spelling issue
Date: Thu, 20 Dec 2018 02:30:43 +0000	[thread overview]
Message-ID: <ED077930C258884BBCB450DB737E662259D64867@shsmsx102.ccr.corp.intel.com> (raw)
In-Reply-To: <20181218235528.25419-1-mike.maslenkin@gmail.com>

Hi Mike,

I searched the code base, found you missed one in PeiCpuException.c file. Can you change it also and send the new patch again?

Thanks,
Eric

> -----Original Message-----
> From: Mike Maslenkin [mailto:mike.maslenkin@gmail.com]
> Sent: Wednesday, December 19, 2018 7:55 AM
> To: edk2-devel@lists.01.org
> Cc: Mike Maslenkin <mike.maslenkin@gmail.com>; Dong, Eric
> <eric.dong@intel.com>; Laszlo Ersek <lersek@redhat.com>
> Subject: [PATCH 1/1] UefiCpuPkg/CpuExceptionHandlerLib: Fix spelling issue
> 
> *Excpetion* should be *Exception*
> 
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Mike Maslenkin <mike.maslenkin@gmail.com>
> CC: Eric Dong <eric.dong@intel.com>
> CC: Laszlo Ersek <lersek@redhat.com>
> ---
>  UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h  | 2
> +-
>  UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c        | 2 +-
>  .../Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c  | 2 +-
>  .../Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c   | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git
> a/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h
> b/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h
> index e10d9379d596..cefa779b7e8a 100644
> --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h
> +++
> b/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h
> @@ -310,7 +310,7 @@ CommonExceptionHandlerWorker (
>    @retval EFI_INVALID_PARAMETER   StackSwitchData contains invalid
> content.
>  **/
>  EFI_STATUS
> -ArchSetupExcpetionStack (
> +ArchSetupExceptionStack (
>    IN CPU_EXCEPTION_INIT_DATA        *StackSwitchData
>    );
> 
> diff --git a/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c
> b/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c
> index 2a090782fc22..70ee7dd8bfb3 100644
> --- a/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c
> +++ b/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c
> @@ -285,7 +285,7 @@ InitializeCpuExceptionHandlersEx (
> 
>          InitData = &EssData;
>        }
> -      Status = ArchSetupExcpetionStack (InitData);
> +      Status = ArchSetupExceptionStack (InitData);
>      }
>    }
> 
> diff --git
> a/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c
> b/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.
> c
> index 04f2ab593c3e..8d1326c4ba71 100644
> ---
> a/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c
> +++
> b/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.
> c
> @@ -119,7 +119,7 @@ ArchRestoreExceptionContext (
> 
>  **/
>  EFI_STATUS
> -ArchSetupExcpetionStack (
> +ArchSetupExceptionStack (
>    IN CPU_EXCEPTION_INIT_DATA      *StackSwitchData
>    )
>  {
> diff --git
> a/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
> b/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
> index 56180f4c17e4..02dfa50fc7d0 100644
> ---
> a/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
> +++
> b/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
> @@ -124,7 +124,7 @@ ArchRestoreExceptionContext (
> 
>  **/
>  EFI_STATUS
> -ArchSetupExcpetionStack (
> +ArchSetupExceptionStack (
>    IN CPU_EXCEPTION_INIT_DATA          *StackSwitchData
>    )
>  {
> --
> 2.19.2



      reply	other threads:[~2018-12-20  2:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-18 23:55 [PATCH 1/1] UefiCpuPkg/CpuExceptionHandlerLib: Fix spelling issue Mike Maslenkin
2018-12-20  2:30 ` Dong, Eric [this message]

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=ED077930C258884BBCB450DB737E662259D64867@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