From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.115; helo=mga14.intel.com; envelope-from=jian.j.wang@intel.com; receiver=edk2-devel@lists.01.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 B0EF422137DAA for ; Sun, 24 Dec 2017 17:02:09 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Dec 2017 17:07:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,452,1508828400"; d="scan'208";a="189773011" Received: from jwang36-mobl2.ccr.corp.intel.com ([10.239.192.64]) by fmsmga006.fm.intel.com with ESMTP; 24 Dec 2017 17:07:01 -0800 From: Jian J Wang To: edk2-devel@lists.01.org Date: Mon, 25 Dec 2017 09:06:55 +0800 Message-Id: <20171225010659.13428-1-jian.j.wang@intel.com> X-Mailer: git-send-email 2.15.1.windows.2 Subject: [PATCH 0/4] Coding style clean-up X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Dec 2017 01:02:10 -0000 This patch series are meant for cleaning up code according to coding style requirements. Jian J Wang (4): MdePkg/BaseLib.h: Coding style clean-up MdeModulePkg/Core: Coding style clean-up UefiCpuPkg/UefiCpuPkg.uni: Add missing string definition for new PCDs UefiCpuPkg: Update code to use new structure field names MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c | 5 ++ MdePkg/Include/Library/BaseLib.h | 72 +++++++++++----------- .../Ia32/ArchExceptionHandler.c | 24 ++++---- .../X64/ArchExceptionHandler.c | 6 +- UefiCpuPkg/Library/MpInitLib/MpLib.c | 2 +- UefiCpuPkg/UefiCpuPkg.uni | 16 ++++- 6 files changed, 71 insertions(+), 54 deletions(-) -- 2.15.1.windows.2