From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::244; helo=mail-wm0-x244.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com [IPv6:2a00:1450:400c:c09::244]) (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 8180F203B8BE7 for ; Tue, 1 May 2018 10:55:11 -0700 (PDT) Received: by mail-wm0-x244.google.com with SMTP id f8so9631715wmc.4 for ; Tue, 01 May 2018 10:55:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=klJnYbHmAxmu0MP7HA5dZGdmxh/pT2qBIJqHr6ekejU=; b=kOyagrG+QxYuCB/LmI46D+w77F71ZDoECTek9kBRs2pKDOVs8WmfPHQYicVKKoYKBQ Ouce91ckRwVsC1ttneBimutd5rUMf3RKRfDaJtbB6N20O8GtPz/Oq2M4fqPtpqX4tF/S 2jTaLJkDJUPJrc2YZpn7P+jWycNLryZcljDJA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=klJnYbHmAxmu0MP7HA5dZGdmxh/pT2qBIJqHr6ekejU=; b=Slj4n5qeyLck2aKzerAH4jzlbGX1uR0CFImJp2T76CPfyAGUYmN5RT1bRTFN+fM2zK eGyBWTi4K7rX/Q5eCPVwdBJPIeLu3RY/Pqk1vj1tMhY/5motN4xk2Qk+pgLGlOgbE36I UqT5noZAidlt7KehYH2yBFPaUyj79S9mb1QS44PfvymhL28+pBJnhIp4vaQ56RPE+pkN 77aLUb53UXkqL80vRgLJv04rzmKKGOpzwiLjjvFK8PJMKJnWrLCsjq0ZCcnSgmLszeaJ aruIEfrms/a+QHjxT3f6PSPAlioXVMQjF+mfEiRWDnscXygC0wJnU1JjOzkzrA/kyp04 rQCw== X-Gm-Message-State: ALQs6tA/izBT5kRoaTjlfrJrmyfzVYpraXXwx27yfhnBogj5ahsYvxix ya8+wWUfi99mjr3ZbcvD4Cvq4A== X-Google-Smtp-Source: AB8JxZoQsVsxj0endoX/qKnMhnOm9MGo4GKvT2C3XAJPfuCy+vZykkwpKwf1IXSGN+TRkJdwOd4Zuw== X-Received: by 10.28.19.13 with SMTP id 13mr6074316wmt.109.1525197309602; Tue, 01 May 2018 10:55:09 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id e11-v6sm10829029wrm.37.2018.05.01.10.55.07 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 01 May 2018 10:55:08 -0700 (PDT) Date: Tue, 1 May 2018 18:55:05 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, jeremy.linton@arm.com, neko@bakuhatsu.net Message-ID: <20180501175505.qfabi2yhf3wo6d3j@bivouac.eciton.net> References: <20180501163244.17402-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20180501163244.17402-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) 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: Tue, 01 May 2018 17:55:11 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 > --- > 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 >