From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.20; helo=mga02.intel.com; envelope-from=eric.dong@intel.com; receiver=edk2-devel@lists.01.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 65BE02117D77C for ; Wed, 24 Oct 2018 19:26:04 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2018 19:26:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,422,1534834800"; d="scan'208";a="268574319" Received: from ydong10-win10.ccr.corp.intel.com ([10.239.9.125]) by orsmga005.jf.intel.com with ESMTP; 24 Oct 2018 19:26:03 -0700 From: Eric Dong To: edk2-devel@lists.01.org Date: Thu, 25 Oct 2018 10:25:55 +0800 Message-Id: <20181025022601.25136-1-eric.dong@intel.com> X-Mailer: git-send-email 2.15.0.windows.1 Subject: [Patch 0/6] Fix coding style issues. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2018 02:26:04 -0000 Fixed ECC issues caused by change serial from d5aa2078 to d28daadd. Eric Dong (6): UefiCpuPkg/RegisterCpuFeaturesLib: Fix build failure for VS2012 and GCC49. UefiCpuPkg/CpuCommonFeaturesLib: Remove white space at line end. UefiCpuPkg/RegisterCpuFeaturesLib: Fix ECC issues. UefiCpuPkg/PiSmmCpuDxeSmm: Remove white space at line end. UefiCpuPkg/PiSmmCpuDxeSmm: Clean up useless code. UefiCpuPkg/PiSmmCpuDxeSmm: Fix build failure for VS2012 and GCC49. .../Library/CpuCommonFeaturesLib/MachineCheck.c | 2 +- .../RegisterCpuFeaturesLib/CpuFeaturesInitialize.c | 1 + .../PeiRegisterCpuFeaturesLib.c | 2 ++ .../RegisterCpuFeaturesLib.c | 24 +++++++++++----------- UefiCpuPkg/PiSmmCpuDxeSmm/CpuS3.c | 5 +++-- UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c | 10 +-------- UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.h | 16 --------------- 7 files changed, 20 insertions(+), 40 deletions(-) -- 2.15.0.windows.1