[edk2-devel] [edk2-platforms] [PATCH] MinPlatformPkg: Whitespace cleanup in PlatformInitDxe

Nate DeSimone posted 1 patch 4 years, 6 months ago
Failed in applying to current master (apply log)
.../PlatformInit/PlatformInitDxe/PlatformInitDxe.c   | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
[edk2-devel] [edk2-platforms] [PATCH] MinPlatformPkg: Whitespace cleanup in PlatformInitDxe
Posted by Nate DeSimone 4 years, 6 months ago
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


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

View/Reply Online (#49438): https://edk2.groups.io/g/devel/message/49438
Mute This Topic: https://groups.io/mt/37363020/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [edk2-platforms] [PATCH] MinPlatformPkg: Whitespace cleanup in PlatformInitDxe
Posted by Kubacki, Michael A 4 years, 6 months ago
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


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

View/Reply Online (#49458): https://edk2.groups.io/g/devel/message/49458
Mute This Topic: https://groups.io/mt/37363020/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [edk2-platforms] [PATCH] MinPlatformPkg: Whitespace cleanup in PlatformInitDxe
Posted by Philippe Mathieu-Daudé 4 years, 6 months ago
On 10/25/19 3:28 AM, Nate DeSimone wrote:
> 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,
> 

Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>


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

View/Reply Online (#49453): https://edk2.groups.io/g/devel/message/49453
Mute This Topic: https://groups.io/mt/37363020/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-