From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web12.2489.1571995463370253362 for ; Fri, 25 Oct 2019 02:24:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=LWooVVao; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1571995462; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AcUa7LN3VWN7kjZeeKJFxfrgP9BdwVGpFNNYXMJik0M=; b=LWooVVaonmOazPOshcpmVtsbYASSBTyH5esbWpo4wQYsmx96Nvh9+8S0WOaU13He82VLoD Lsx9knaYDgHYjYi9j/TmNFV2aC25q3rzRYDVlpqc6k7vHx+7v2B7S2Xtu4j9sNteleQXi+ GKtLeU0N4LD4BHgbRKElrbeKs7ooKYg= Received: from mail-wr1-f72.google.com (mail-wr1-f72.google.com [209.85.221.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-330-Ou2TiB3wNNuA3PbypJ5Xdw-1; Fri, 25 Oct 2019 05:24:20 -0400 Received: by mail-wr1-f72.google.com with SMTP id a15so734896wrr.0 for ; Fri, 25 Oct 2019 02:24:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=t3pU60ALHb9Uf4k/tJZF8rAgxmjqSSkhh8sjNvqYWG4=; b=WhkiBHAiML2E/gYarXVHgfco+1NVwzLueHu0fBIDNneLpjN3ULnlj+6LmpS1a9X/7/ Pod8Nj5zcRCqnNrp60m7CnVWqGttfrwGNbjQDKakrs6P9LvmebMBnVtL5RiLMj8/FZ10 6MQjUurEK5QxmrJHlU/dyTWFnRwrO96NwoqhSdulCaMa4gjFiNE9FJ5nmB+STXYLM+QG kahDySVoWReHRjuWnwOAFidyEYpByQO5xHkKGku93jlQbpgHivJxDOMJ1cV6c1BbqrYw CbluaBiL/owgA+1rP9CHMeUXY/zCok+ZkQTe59tvvFxjvZ3ozmlddmdKu7P/ShzpVGt4 vpAw== X-Gm-Message-State: APjAAAUPaSwa5IfNFT2G84HdGoBz1wZqFLgO2kbq+7ym1w/DBfWODVjr CaIRonqdsKD7vNVs9pE79CHLo48kfs1+nCFlqEU0kYmjEzVrfhsgqyAwNLVXCdd1dVbii6RB50a QXh/weT9GXa3IUA== X-Received: by 2002:a5d:6b81:: with SMTP id n1mr2002806wrx.254.1571995458979; Fri, 25 Oct 2019 02:24:18 -0700 (PDT) X-Google-Smtp-Source: APXvYqw0xRBTQ2lhXZRCuUy9hbjrQaLGh5Enyh1qgcXAwkGYFs1dTqgzfVC209NytRlztrIFJ2LJsg== X-Received: by 2002:a5d:6b81:: with SMTP id n1mr2002773wrx.254.1571995458680; Fri, 25 Oct 2019 02:24:18 -0700 (PDT) Return-Path: Received: from [192.168.1.115] (129.red-83-57-174.dynamicip.rima-tde.net. [83.57.174.129]) by smtp.gmail.com with ESMTPSA id x205sm1871045wmb.5.2019.10.25.02.24.17 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 25 Oct 2019 02:24:18 -0700 (PDT) Subject: Re: [edk2-devel] [edk2-platforms] [PATCH] MinPlatformPkg: Whitespace cleanup in PlatformInitDxe To: devel@edk2.groups.io, nathaniel.l.desimone@intel.com Cc: Michael Kubacki , Chasel Chiu , Liming Gao References: <20191025012802.1477-1-nathaniel.l.desimone@intel.com> From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= Message-ID: Date: Fri, 25 Oct 2019 11:24:17 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 MIME-Version: 1.0 In-Reply-To: <20191025012802.1477-1-nathaniel.l.desimone@intel.com> X-MC-Unique: Ou2TiB3wNNuA3PbypJ5Xdw-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable On 10/25/19 3:28 AM, Nate DeSimone wrote: > Cc: Michael Kubacki > Cc: Chasel Chiu > Cc: Liming Gao > Signed-off-by: Nate DeSimone > --- > .../PlatformInit/PlatformInitDxe/PlatformInitDxe.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) >=20 > diff --git a/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/P= latformInitDxe.c b/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitD= xe/PlatformInitDxe.c > index e9ae055f47..f5bfc6a528 100644 > --- a/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/Platform= InitDxe.c > +++ b/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/Platform= InitDxe.c > @@ -75,7 +75,7 @@ OnEndOfDxe ( > gBS->CloseEvent (Event); > =20 > TestPointEndOfDxeNoThirdPartyPciOptionRom (); > - > + > TestPointEndOfDxeDmaAcpiTableFunctional (); > =20 > TestPointEndOfDxeDmaProtectionEnabled (); > @@ -183,7 +183,7 @@ OnReadyToBoot ( > =20 > Status =3D BoardInitReadyToBoot (); > ASSERT_EFI_ERROR(Status); > - > + > Status =3D gBS->CreateEvent ( > EVT_NOTIFY_SIGNAL, > TPL_CALLBACK, > @@ -192,7 +192,7 @@ OnReadyToBoot ( > &ReadyToBootLaterEvent > ); > ASSERT_EFI_ERROR (Status); > - > + > gBS->SignalEvent (ReadyToBootLaterEvent); > } > =20 > @@ -256,7 +256,7 @@ BoardNotificationInitEntryPoint ( > &Registration > ); > ASSERT (ProtocolNotifyEvent !=3D NULL); > - > + > Status =3D gBS->CreateEventEx ( > EVT_NOTIFY_SIGNAL, > TPL_CALLBACK, > @@ -266,7 +266,7 @@ BoardNotificationInitEntryPoint ( > &EndOfDxeEvent > ); > ASSERT_EFI_ERROR (Status); > - > + > SmmReadyToLockEvent =3D EfiCreateProtocolNotifyEvent ( > &gEfiDxeSmmReadyToLockProtocolGuid, > TPL_CALLBACK, > @@ -283,7 +283,7 @@ BoardNotificationInitEntryPoint ( > &ReadyToBootEvent > ); > ASSERT_EFI_ERROR (Status); > - > + > Status =3D gBS->CreateEventEx ( > EVT_NOTIFY_SIGNAL, > TPL_CALLBACK, >=20 Reviewed-by: Philippe Mathieu-Daude