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.web09.1270.1656025121835377692 for ; Thu, 23 Jun 2022 15:58:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=hdTwcFuM; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: ppolawsk@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1656025120; 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; bh=NC8SO0lF4JXZkvWJM/tpWpusjjmXBHp7KdHYVvWn8ig=; b=hdTwcFuM3/HyQaMFrl0BX6hl/Vi0sY1jECWnJF0Q/CNKowI9KCY4jfcRBJ0jljYkB30llQ 2hn3GbqTzAlWJktxG3aN0hURoKDJR/HetDMmvh/T9yGreKFXB203QahiPY3P4VWXgkDONl Y0P56JLF293Vb9+h1cI8Lyg+aiTk5SY= Received: from mail-lf1-f69.google.com (mail-lf1-f69.google.com [209.85.167.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-282-XKw86b0JMRu8hGNnbLb-4Q-1; Thu, 23 Jun 2022 18:58:39 -0400 X-MC-Unique: XKw86b0JMRu8hGNnbLb-4Q-1 Received: by mail-lf1-f69.google.com with SMTP id k17-20020a05651210d100b004794def3bd3so417497lfg.2 for ; Thu, 23 Jun 2022 15:58:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=NC8SO0lF4JXZkvWJM/tpWpusjjmXBHp7KdHYVvWn8ig=; b=3CByX+88Dr6HjwFiwd+p1AwZabdt1MYLa3NGX5foK4kbCp4RkFywcId1InjEUBu9JL B/BM/XfboRoj1qMf3vAeLCfqu/hi3Q1hxCqUMb1E2DstREVCGnkn1d8XHwfmhu4QE8sF 7WSZ9gp8IbmR5WnsDaLxu5WrQOlGW72X7xjjTBzU2Gx9bsus12Tgk7BRBbNxCzjCHyND YRrH+hIlXxNeWKNgfW9ymhMXpi2Bclz+poF515Ja2JsjWnmHqjyteQUo0CMGGiLAuQPn zxzLvfA1DMLVIXybktm+eSCujL2DlvPfT1gQA4iNs77w3dtXJ+bm5ZweKgtrvrpolVZI CSww== X-Gm-Message-State: AJIora8vaM8HDq3CbUc4x+I/IkXaf3Qm9kfsFU0bWCspmlqzNJEyOtRa w2h+75u5SpGrZm7hKbWok/ATuJUxlI0rFVdL9nwevUIfx/ydj9JTH8Rj/vMfL9hDEnyWS9AbZjx gSpBX+wUy2B+/MiUwFmlimeT7AXGJ0vWmHDPiWcCYSE0P8XzRqGI4WhsBqDqLxCv2Fg== X-Received: by 2002:ac2:485c:0:b0:47f:627f:ff6c with SMTP id 28-20020ac2485c000000b0047f627fff6cmr6969056lfy.1.1656025118286; Thu, 23 Jun 2022 15:58:38 -0700 (PDT) X-Google-Smtp-Source: AGRyM1vwitQvQbvWVKI9cEcpmZ5op/g7JHew/iVACUnP42d/KUhSWxXXMppoRIO55/DqZfZV/n8Irg== X-Received: by 2002:ac2:485c:0:b0:47f:627f:ff6c with SMTP id 28-20020ac2485c000000b0047f627fff6cmr6969042lfy.1.1656025117919; Thu, 23 Jun 2022 15:58:37 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([93.177.91.185]) by smtp.gmail.com with ESMTPSA id t11-20020ac24c0b000000b0047f8e9826a1sm66840lfq.31.2022.06.23.15.58.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Jun 2022 15:58:37 -0700 (PDT) From: =?UTF-8?B?UGF3ZcWCIFBvxYJhd3NraQ==?= To: devel@edk2.groups.io Cc: Eric Dong , Ray Ni , Rahul Kumar Subject: [PATCH v1 0/1] Coding style violation fix Date: Fri, 24 Jun 2022 00:58:13 +0200 Message-Id: X-Mailer: git-send-email 2.34.3 MIME-Version: 1.0 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ppolawsk@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hello edk2-devel list, This is my first contribution to the EDK2 project. I was following upstream howto creating this email / patch. Please let me know in case I did something the wrong way. Laszlo Ersek in his email to edk2-devel related to "CPU count limitation in CpuMpPei BIST processing" pointed out coding style violation related to local variable and function name overlap. This patch addresses mentioned issue. Best regards, Pawel Reference branch: https://github.com/elkoniu/edk2/tree/coding-style-fix Cc: Eric Dong Cc: Ray Ni Cc: Rahul Kumar Paweł Poławski (1): UefiCpuPkg: Coding style bug fix UefiCpuPkg/CpuMpPei/CpuBist.c | 40 ++++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) -- 2.34.3