From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c06::243; helo=mail-io0-x243.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io0-x243.google.com (mail-io0-x243.google.com [IPv6:2607:f8b0:4001:c06::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 5909F20957AF1 for ; Wed, 2 May 2018 01:08:00 -0700 (PDT) Received: by mail-io0-x243.google.com with SMTP id d73-v6so16468616iog.3 for ; Wed, 02 May 2018 01:08:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=f22NhjBRtByhVeSOMQQ8sZKWRLmbH9HmRyzwSi3sJ5c=; b=CeN7suiaRMvWgrA+m75moqxyI7DTwnGfrqZgtNVBzRthCBPpVkDseqdiW4t7+U4O6s /3C8kFzXEGguvIApQoEC0DYS2QZrU8YP+vQJTKuBHC/XnphjAHuOqyxlO9QGaRCajwnJ JAN7Wq/KGKPbg+LwVD/Rt6WSZEQRHVTd/Y0Tc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=f22NhjBRtByhVeSOMQQ8sZKWRLmbH9HmRyzwSi3sJ5c=; b=L5YWB4G5zQT4TEYjOnuKaB0Yg01ZWDJv9fV/AOSnUIVj4MHlVVp/p8G8rk/Bxlikg4 54vrh35KAk1gwP1wHWyb2KVaqSekVBh/3BzDs3XYkP2oEmY8AnwqZl8dAl1N67rtIOLU 7o6E+TC99naPJiJ3MK17f7xqwbKmxg2x361EL8ynd4Sc848VOMfYYutksyovPsuUnX6J e4V4WOj7S/WlfHHQz5HaUyECIJW3oYWa0Nrd2j3SfrHfjKq0xQAQj15i9t6LHA03Mi0f DXipam/+AfDXjf1r1sB+4G2RlgjNWOiOTKBY8+oDQ99c5f+b15VMyJWU0gI1BCua26rE TmkA== X-Gm-Message-State: ALQs6tAgD+KWk340FEGZbVGrqeyzKhZ9XOv+tKrPg3JPGH+1hMJy4z7e gIofMoHLHfbOuyQEO+V2Ae1H6lZz27UKhga/fWmhfQ== X-Google-Smtp-Source: AB8JxZqplubhUwFTzO8TKj0bfqTl/3FRxefs0KH5BxkQzw/YbHd6XVN4WCC0iICGOgfECrcXxha+0hSwAIB2f6S4FdQ= X-Received: by 2002:a6b:268b:: with SMTP id m133-v6mr20456424iom.107.1525248479567; Wed, 02 May 2018 01:07:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.187.134 with HTTP; Wed, 2 May 2018 01:07:58 -0700 (PDT) In-Reply-To: <20180501175505.qfabi2yhf3wo6d3j@bivouac.eciton.net> References: <20180501163244.17402-1-ard.biesheuvel@linaro.org> <20180501175505.qfabi2yhf3wo6d3j@bivouac.eciton.net> From: Ard Biesheuvel Date: Wed, 2 May 2018 10:07:58 +0200 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" , Jeremy Linton , Matt Sealey Subject: Re: [PATCH edk2-platforms] Silicon/AMD/Styx/AcpiTables: fix wrongly copy/pasted variable name X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2018 08:08:00 -0000 Content-Type: text/plain; charset="UTF-8" On 1 May 2018 at 19:55, Leif Lindholm wrote: > On Tue, May 01, 2018 at 06:32:44PM +0200, Ard Biesheuvel wrote: >> Rename the variable holding the Styx PPTT table to mStyxPpttTable. >> >> Contributed-under: TianoCore Contribution Agreement 1.1 >> Signed-off-by: Ard Biesheuvel > > Reviewed-by: Leif Lindholm > Thanks. Pushed as 0db6171fb5a63e8d58ee7cfdecf36f5c57ce9315 >> --- >> Silicon/AMD/Styx/AcpiTables/Pptt.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/Silicon/AMD/Styx/AcpiTables/Pptt.c b/Silicon/AMD/Styx/AcpiTables/Pptt.c >> index d9d7c494d86f..1746bbe8b596 100644 >> --- a/Silicon/AMD/Styx/AcpiTables/Pptt.c >> +++ b/Silicon/AMD/Styx/AcpiTables/Pptt.c >> @@ -156,7 +156,7 @@ typedef struct { >> } \ >> } >> >> -STATIC STYX_PPTT_TABLE mSynQuacerPpttTable = { >> +STATIC STYX_PPTT_TABLE mStyxPpttTable = { >> { >> AMD_ACPI_HEADER(EFI_ACPI_6_2_PROCESSOR_PROPERTIES_TOPOLOGY_TABLE_STRUCTURE_SIGNATURE, >> STYX_PPTT_TABLE, >> @@ -221,5 +221,5 @@ PpttHeader ( >> VOID >> ) >> { >> - return (EFI_ACPI_DESCRIPTION_HEADER *)&mSynQuacerPpttTable.Pptt.Header; >> + return (EFI_ACPI_DESCRIPTION_HEADER *)&mStyxPpttTable.Pptt.Header; >> } >> -- >> 2.17.0 >>