From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 BD7558216A for ; Tue, 13 Dec 2016 00:41:50 -0800 (PST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 13 Dec 2016 00:41:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,340,1477983600"; d="scan'208";a="1098432493" Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.135]) by fmsmga002.fm.intel.com with ESMTP; 13 Dec 2016 00:41:32 -0800 From: Dandan Bi To: edk2-devel@lists.01.org Date: Tue, 13 Dec 2016 16:40:10 +0800 Message-Id: <1481618428-101904-1-git-send-email-dandan.bi@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 Subject: [patch 00/18] Fix coding style issues X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2016 08:41:50 -0000 These patch series make the coding style follow EDKII coding rules. Dandan Bi (18): ShellPkg/UefiShellDebug1CommandsLib: Fix coding style issues ShellPkg/UefiShellNetwork1CommandsLib: Fix incorrect Protocol format ShellPkg/UefiShellNetwork2CommandsLib: Fix incorrect Protocol format Security:Add info string to UNI file for PcdPkcs7CertBuffer SecurityPkg/FmpAuthenticationLibPkcs7: Fix incorrect Guid format in INF file SecurityPkg/FmpAuthenticationLibRsa2048Sha256: Fix Guid/pcd format issues SecurityPkg/OpalPasswordDxe: Make comments align with the function SignedCapsulePkg/EdkiiSystemCapsuleLib: Fix coding style issues in INF file SignedCapsulePkg/RecoveryModuleLoadPei: Add source file to INF file SignedCapsulePkg/SystemFirmwareUpdate: Add source file to INF file SignedCapsulePkg/IniParsingLib: Update struct name UefiCpuPkg: Make the comments align with the functions UefiCpuPkg: Add info string to UNI file for PcdCpuSmmStaticPageTable UefiCpuPkg/MicrocodeUpdateDxe: Fix coding style issues in INF file UefiCpuPkg/Capsule: Fix coding style issues MdeModulePkg: Make the comments align with the function MdeModulePkg: Add missing info string for PCDs MdeModulePkg/CapsuleApp: Fix GUID/protocol format issues MdeModulePkg/Application/CapsuleApp/AppSupport.c | 10 ++-- MdeModulePkg/Application/CapsuleApp/CapsuleApp.inf | 28 ++++----- MdeModulePkg/Application/CapsuleApp/CapsuleDump.c | 6 +- .../Core/PiSmmCore/MemoryAttributesTable.c | 8 +-- .../Library/DxeCapsuleLibFmp/DxeCapsuleLib.c | 4 +- MdeModulePkg/MdeModulePkg.dec | 1 + MdeModulePkg/MdeModulePkg.uni | 69 ++++++++++++++++++++++ .../FmpAuthenticationLibPkcs7.inf | 2 +- .../FmpAuthenticationLibRsa2048Sha256.inf | 6 +- SecurityPkg/SecurityPkg.uni | 5 ++ SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHii.c | 2 +- .../Library/UefiShellDebug1CommandsLib/DmpStore.c | 5 +- .../UefiShellNetwork1CommandsLib.inf | 2 +- .../UefiShellNetwork2CommandsLib.inf | 2 +- .../EdkiiSystemCapsuleLib.inf | 18 +++--- .../Library/IniParsingLib/IniParsingLib.c | 8 +-- .../RecoveryModuleLoadPei.inf | 1 + .../SystemFirmwareReportDxe.inf | 1 + .../SystemFirmwareUpdateDxe.inf | 1 + UefiCpuPkg/CpuDxe/CpuMp.c | 2 +- .../MicrocodeCapsulePdb/MicrocodeCapsulePdb.dsc | 1 + .../MicrocodeCapsuleTxt/MicrocodeCapsuleTxt.dsc | 1 + .../MicrocodeUpdateDxe/MicrocodeUpdateDxe.inf | 5 +- UefiCpuPkg/Include/Library/MpInitLib.h | 4 +- UefiCpuPkg/Library/MpInitLib/DxeMpLib.c | 4 +- UefiCpuPkg/Library/MpInitLib/MpLib.c | 11 ++-- UefiCpuPkg/Library/MpInitLib/MpLib.h | 4 +- UefiCpuPkg/Library/MpInitLib/PeiMpLib.c | 4 +- UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c | 2 +- UefiCpuPkg/SecCore/SecBist.c | 16 ++--- UefiCpuPkg/UefiCpuPkg.uni | 8 +++ 31 files changed, 166 insertions(+), 75 deletions(-) -- 1.9.5.msysgit.1