From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web10.6764.1657615292741388297 for ; Tue, 12 Jul 2022 01:41:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=SblWvZww; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1657615291; 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=6HcRxB7U8GeasgSXlvWRzeCJOdN4+Z0FO2YE/QkO0LE=; b=SblWvZwwMg/SN+TClZDh5zMUQ/+XCgWt1085C7lyBkBcvsB7pwwoDcoXmuNShcx/48nnWD tF3I886dtgo/faJLTmRQ+u8eNQLkw9Dbr7BuwC/geFnltJSrwD2A1/f+l8HNhABL+hDdc2 pwr+jmqM7aRFzhe46a6Fd2b98lO5+Xc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-306-Xcd1UDRgOqqgyurNKcdRoA-1; Tue, 12 Jul 2022 04:41:30 -0400 X-MC-Unique: Xcd1UDRgOqqgyurNKcdRoA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 377AB101AA46; Tue, 12 Jul 2022 08:41:30 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.39]) by smtp.corp.redhat.com (Postfix) with ESMTPS id F1D77C28118; Tue, 12 Jul 2022 08:41:29 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 473D218000A9; Tue, 12 Jul 2022 10:41:27 +0200 (CEST) Date: Tue, 12 Jul 2022 10:41:27 +0200 From: "Gerd Hoffmann" To: devel@edk2.groups.io, ppolawsk@redhat.com Cc: Eric Dong , Ray Ni , Rahul Kumar Subject: Re: [edk2-devel][PATCH v2 1/1] UefiCpuPkg: Coding style bug fix Message-ID: <20220712084127.p7vour3itatinn3f@sirius.home.kraxel.org> References: <31031bca1bb7c251560c5aafc6d464a0e8b061b3.1657096082.git.ppolawsk@redhat.com> MIME-Version: 1.0 In-Reply-To: <31031bca1bb7c251560c5aafc6d464a0e8b061b3.1657096082.git.ppolawsk@redhat.com> X-Scanned-By: MIMEDefang 2.85 on 10.11.54.8 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Wed, Jul 06, 2022 at 10:37:54AM +0200, Paweł Poławski wrote: > Local variable name overlaped with function name. > Variable name has been updated to remove name duplication. > > Cc: Eric Dong > Cc: Ray Ni > Cc: Rahul Kumar > > Signed-off-by: Paweł Poławski Acked-by: Gerd Hoffmann Ray? I think this can be merged? thanks, Gerd