public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Kubacki, Michael A" <michael.a.kubacki@intel.com>
To: "Desimone, Nathaniel L" <nathaniel.l.desimone@intel.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: "Chiu, Chasel" <chasel.chiu@intel.com>,
	"Gao, Liming" <liming.gao@intel.com>
Subject: Re: [edk2-platforms] [PATCH] MinPlatformPkg: Whitespace cleanup in PlatformInitDxe
Date: Fri, 25 Oct 2019 15:14:32 +0000	[thread overview]
Message-ID: <DM6PR11MB3834D1A8D152D0650CE5F471B5650@DM6PR11MB3834.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20191025012802.1477-1-nathaniel.l.desimone@intel.com>

Reviewed-by: Michael Kubacki <michael.a.kubacki@intel.com>

> -----Original Message-----
> From: Desimone, Nathaniel L <nathaniel.l.desimone@intel.com>
> Sent: Thursday, October 24, 2019 6:28 PM
> To: devel@edk2.groups.io
> Cc: Kubacki, Michael A <michael.a.kubacki@intel.com>; Chiu, Chasel
> <chasel.chiu@intel.com>; Gao, Liming <liming.gao@intel.com>
> Subject: [edk2-platforms] [PATCH] MinPlatformPkg: Whitespace cleanup in
> PlatformInitDxe
> 
> Cc: Michael Kubacki <michael.a.kubacki@intel.com>
> Cc: Chasel Chiu <chasel.chiu@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
> ---
>  .../PlatformInit/PlatformInitDxe/PlatformInitDxe.c   | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git
> a/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/PlatformInitDxe
> .c
> b/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/PlatformInitDxe
> .c
> index e9ae055f47..f5bfc6a528 100644
> ---
> a/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/PlatformInitDxe
> .c
> +++
> b/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/PlatformInitDxe
> .c
> @@ -75,7 +75,7 @@ OnEndOfDxe (
>    gBS->CloseEvent (Event);
> 
> 
> 
>    TestPointEndOfDxeNoThirdPartyPciOptionRom ();
> 
> -
> 
> +
> 
>    TestPointEndOfDxeDmaAcpiTableFunctional ();
> 
> 
> 
>    TestPointEndOfDxeDmaProtectionEnabled ();
> 
> @@ -183,7 +183,7 @@ OnReadyToBoot (
> 
> 
>    Status = BoardInitReadyToBoot ();
> 
>    ASSERT_EFI_ERROR(Status);
> 
> -
> 
> +
> 
>    Status = gBS->CreateEvent (
> 
>                    EVT_NOTIFY_SIGNAL,
> 
>                    TPL_CALLBACK,
> 
> @@ -192,7 +192,7 @@ OnReadyToBoot (
>                    &ReadyToBootLaterEvent
> 
>                    );
> 
>    ASSERT_EFI_ERROR (Status);
> 
> -
> 
> +
> 
>    gBS->SignalEvent (ReadyToBootLaterEvent);
> 
>  }
> 
> 
> 
> @@ -256,7 +256,7 @@ BoardNotificationInitEntryPoint (
>                            &Registration
> 
>                            );
> 
>    ASSERT (ProtocolNotifyEvent != NULL);
> 
> -
> 
> +
> 
>    Status = gBS->CreateEventEx (
> 
>                    EVT_NOTIFY_SIGNAL,
> 
>                    TPL_CALLBACK,
> 
> @@ -266,7 +266,7 @@ BoardNotificationInitEntryPoint (
>                    &EndOfDxeEvent
> 
>                    );
> 
>    ASSERT_EFI_ERROR (Status);
> 
> -
> 
> +
> 
>    SmmReadyToLockEvent = EfiCreateProtocolNotifyEvent  (
> 
>                            &gEfiDxeSmmReadyToLockProtocolGuid,
> 
>                            TPL_CALLBACK,
> 
> @@ -283,7 +283,7 @@ BoardNotificationInitEntryPoint (
>               &ReadyToBootEvent
> 
>               );
> 
>    ASSERT_EFI_ERROR (Status);
> 
> -
> 
> +
> 
>    Status = gBS->CreateEventEx (
> 
>                    EVT_NOTIFY_SIGNAL,
> 
>                    TPL_CALLBACK,
> 
> --
> 2.23.0.windows.1


      parent reply	other threads:[~2019-10-25 15:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-25  1:28 [edk2-platforms] [PATCH] MinPlatformPkg: Whitespace cleanup in PlatformInitDxe Nate DeSimone
2019-10-25  9:24 ` [edk2-devel] " Philippe Mathieu-Daudé
2019-10-25 15:14 ` Kubacki, Michael A [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=DM6PR11MB3834D1A8D152D0650CE5F471B5650@DM6PR11MB3834.namprd11.prod.outlook.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