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 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 96B4A1A1E57 for ; Wed, 19 Oct 2016 00:28:33 -0700 (PDT) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP; 19 Oct 2016 00:28:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,513,1473145200"; d="scan'208";a="21558043" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga004.jf.intel.com with ESMTP; 19 Oct 2016 00:28:32 -0700 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 19 Oct 2016 00:28:32 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 19 Oct 2016 00:28:26 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.206]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.209]) with mapi id 14.03.0248.002; Wed, 19 Oct 2016 15:28:24 +0800 From: "Zeng, Star" To: Gary Lin , "edk2-devel@lists.01.org" CC: "Zeng, Star" Thread-Topic: [edk2] [PATCH 00/33] Fix typos in comments and variables Thread-Index: AQHSKdbB5thNG3tXyk6lvGaVd7UcRqCvYOXw Date: Wed, 19 Oct 2016 07:28:23 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB0483103958E325@shsmsx102.ccr.corp.intel.com> References: <20161019070138.16424-1-glin@suse.com> In-Reply-To: <20161019070138.16424-1-glin@suse.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTRkNDk1NzAtOTc0Yi00ZjRhLTk4YTAtYjYyMzg4OTVlNWMxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlwvUkhaYUpVT1wvNEdkVmgrcTZBWXVQa08xQjVIVGh3XC9jSTdpWkdTS1ptY2c9In0= x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 00/33] Fix typos in comments and variables 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: Wed, 19 Oct 2016 07:28:33 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Star Zeng to MdeModulePkg change. Thanks, Star -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Gary= Lin Sent: Wednesday, October 19, 2016 3:01 PM To: edk2-devel@lists.01.org Subject: [edk2] [PATCH 00/33] Fix typos in comments and variables When I was reading a header file in CrytoPkg, I found some typos. Out of cu= riosity, I started to search typos in some files and this is what I got. The patch set looks huge but there are lots of typos shared across files du= e to copy&paste, so it's actually not so scary. I tried to collect all fixe= s in the same Pkg in one patch. The only exception is MdeModulePkg since it= affected tons of files. I broke it down to several smaller patches and it = might be easier for the maintainers to review. Some patches affect the code, but those patches only change the variable na= me, so there is no functional change in this patch set. Gary Lin (33): ArmPkg: Fix typos in comments BaseTools: Fix typos in comments and variables CorebootPayloadPkg: Fix typos in comments CorebootModulePkg: Fix typos in comments CryptoPkg: Fix typos in comments DuetPkg: Fix typos in comments EdkCompatibilityPkg: Fix typos in comments EmulatorPkg: Fix typos in comments and variables EmbeddedPkg: Fix typos in comments IntelFrameworkModulePkg: Fix typos in comments IntelFrameworkPkg: Fix typos in comments IntelFspPkg: Fix typos in comments IntelFspWrapperPkg: Fix typos in comments IntelFsp2Pkg: Fix typos in comments IntelFsp2WrapperPkg: Fix a typo in the comment MdeModulePkg: BootManagerMenuApp: Fix typos in comments MdeModulePkg/Bus: Fix typos in comments MdeModulePkg/Core: Fix typos in comments MdeModulePkg/Include: Fix typos in comments MdeModulePkg/Library: Fix typos in comments and variables MdeModulePkg/Universal: Fix typos in comments MdePkg: Fix typos in comments NetworkPkg: Fix typos in comments Nt32Pkg: Fix typos in comments and variables OptionRomPkg: Fix typos in comments OvmfPkg: Fix typos in comments QuarkPlatformPkg: Fix typos in comments QuarkSocPkg: Fix typos in comments SecurityPkg: Fix typos in comments ShellPkg: Fix typos in comments and variables SourceLevelDebugPkg: Fix typos in comments UefiCpuPkg: Fix typos in comments Vlv2TbltDevicePkg: Fix typos in comments ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/DebugAgentException.S = | 2 +- ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/DebugAgentException.asm = | 2 +- ArmPkg/Library/DebugAgentSymbolsBaseLib/DebugAgentSymbolsBaseLib.c = | 4 +- BaseTools/Source/C/Common/Decompress.c = | 6 +- BaseTools/Source/C/Common/Decompress.h = | 4 +- BaseTools/Source/C/Common/ParseInf.c = | 2 +- BaseTools/Source/C/EfiRom/EfiRom.c = | 4 +- BaseTools/Source/C/GenCrc32/GenCrc32.c = | 2 +- BaseTools/Source/C/GenFfs/GenFfs.c = | 2 +- BaseTools/Source/C/GenFw/GenFw.c = | 8 +-- BaseTools/Source/C/GenPage/GenPage.c = | 2 +- BaseTools/Source/C/GenSec/GenSec.c = | 14 ++-- BaseTools/Source/C/Split/Split.c = | 6 +- BaseTools/Source/C/TianoCompress/TianoCompress.h = | 4 +- BaseTools/Source/C/VfrCompile/Pccts/dlg/dlg_p.c = | 2 +- CorebootModulePkg/SecCore/FindPeiCore.c = | 2 +- CorebootModulePkg/SecCore/SecMain.c = | 6 +- CorebootModulePkg/SecCore/SecMain.h = | 4 +- CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c = | 4 +- CryptoPkg/Include/Library/BaseCryptLib.h = | 68 ++++++++++---------- CryptoPkg/Include/OpenSslSupport.h = | 14 ++-- CryptoPkg/Library/BaseCryptLib/Hash/CryptMd4.c = | 4 +- CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c = | 4 +- CryptoPkg/Library/BaseCryptLib/Hash/CryptSha1.c = | 4 +- CryptoPkg/Library/BaseCryptLib/Hash/CryptSha256.c = | 4 +- CryptoPkg/Library/BaseCryptLib/Hash/CryptSha512.c = | 8 +-- CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacMd5.c = | 4 +- CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha1.c = | 4 +- CryptoPkg/Library/BaseCryptLib/Pk/CryptAuthenticode.c = | 4 +- CryptoPkg/Library/BaseCryptLib/Pk/CryptAuthenticodeNull.c = | 4 +- CryptoPkg/Library/BaseCryptLib/Pk/CryptDh.c = | 4 +- CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c = | 8 +-- CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyNull.c = | 2 +- CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaBasic.c = | 4 +- CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaExt.c = | 2 +- CryptoPkg/Library/BaseCryptLib/Pk/CryptTs.c = | 4 +- CryptoPkg/Library/BaseCryptLib/Pk/CryptTsNull.c = | 2 +- CryptoPkg/Library/BaseCryptLib/Rand/CryptRand.c = | 2 +- CryptoPkg/Library/BaseCryptLib/Rand/CryptRandItc.c = | 2 +- CryptoPkg/Library/BaseCryptLib/Rand/CryptRandNull.c = | 2 +- CryptoPkg/Library/BaseCryptLib/Rand/CryptRandTsc.c = | 2 +- CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptAuthenticodeNul= l.c | 4 +- CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7VerifyNull= .c | 2 +- CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Rand/CryptRandNull.c = | 2 +- CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/RuntimeDxeIpfCryptLib.c= | 4 +- DuetPkg/BiosVideoThunkDxe/BiosVideo.c = | 4 +- DuetPkg/DxeIpl/HobGeneration.c = | 2 +- DuetPkg/EfiLdr/EfiLoader.c = | 2 +- DuetPkg/EfiLdr/LzmaDecompress.h = | 2 +- DuetPkg/EfiLdr/TianoDecompress.c = | 6 +- DuetPkg/EfiLdr/TianoDecompress.h = | 4 +- DuetPkg/Library/DuetBdsLib/BdsPlatform.c = | 14 ++-- DuetPkg/PciBusNoEnumerationDxe/PciBus.h = | 2 +- EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/ScriptS= ave.c | 4 +- EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/HiiDatabase.h= | 4 +- EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Package.c = | 6 +- EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Utility.c = | 2 +- EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Utility.h = | 2 +- EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/MpS= ervicesOnFrameworkMpServicesThunk.c | 2 +- EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/MpS= ervicesOnFrameworkMpServicesThunk.h | 2 +- EdkCompatibilityPkg/Foundation/Cpu/Pentium/Include/CpuIA32.h = | 2 +- EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h = | 4 +- EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiDatabase/HiiDatabase.h = | 4 +- EdkCompatibilityPkg/Foundation/Framework/Include/EfiDependency.h = | 4 +- EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/LegacyBios.h = | 2 +- EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDeco= mpress.c | 2 +- EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDeco= mpress.h | 2 +- EdkCompatibilityPkg/Foundation/Library/Dxe/Include/Ia32/CpuFuncs.h = | 2 +- EdkCompatibilityPkg/Foundation/Library/Dxe/Include/X64/CpuFuncs.h = | 2 +- EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/UefiIfrFor= m.c | 2 +- EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/EdkIIG= luePrintLib.h | 2 +- EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/EdkIIG= lueUefiDecompressLib.h | 2 +- EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecomp= ressLib/BaseUefiDecompressLib.c | 10 +-- EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecomp= ressLib/BaseUefiDecompressLibInternals.h | 2 +- EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeIoLibCpuIo/= DxeCpuIoLibInternal.h | 2 +- EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeIoLibCpuIo/= IoLib.c | 2 +- EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Decompress.c = | 6 +- EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/NtAutoScan/NtAutoScan.h = | 2 +- EdkCompatibilityPkg/Sample/Tools/Source/Common/Decompress.c = | 6 +- EdkCompatibilityPkg/Sample/Tools/Source/Common/Decompress.h = | 4 +- EdkCompatibilityPkg/Sample/Tools/Source/Common/EfiCustomizedCompress.h = | 2 +- EdkCompatibilityPkg/Sample/Tools/Source/CustomizedCompress/CustomizedCompr= ess.c | 2 +- EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/GenDepex.c = | 2 +- EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/GenFfsFile.c = | 2 +- EmbeddedPkg/Drivers/Lan9118Dxe/Lan9118Dxe.c = | 2 +- EmbeddedPkg/Drivers/SataSiI3132Dxe/SataSiI3132.c = | 2 +- EmbeddedPkg/GdbStub/GdbStub.c = | 2 +- EmbeddedPkg/GdbStub/GdbStubInternal.h = | 2 +- EmbeddedPkg/Include/Library/GdbSerialLib.h = | 4 +- EmbeddedPkg/Library/GdbDebugAgent/Arm/Processor.c = | 2 +- EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.c = | 4 +- EmbeddedPkg/Library/GdbDebugAgent/GdbDebugAgent.h = | 2 +- EmbeddedPkg/Library/GdbDebugAgent/Ia32/Processor.c = | 2 +- EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c = | 4 +- EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.c = | 4 +- EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Capsule.c = | 4 +- EmbeddedPkg/Library/HalRuntimeServicesExampleLib/Rtc.c = | 2 +- EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSection= Lib.c | 2 +- EmulatorPkg/FirmwareVolumePei/FirmwareVolumePei.c = | 2 +- EmulatorPkg/Include/Ppi/EmuThunk.h = | 2 +- EmulatorPkg/Library/EmuBdsLib/BdsPlatform.c = | 8 +-- EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c = | 4 +- EmulatorPkg/Sec/Ia32/TempRam.c = | 8 +-- EmulatorPkg/Unix/Host/Host.c = | 24 +++---- EmulatorPkg/Unix/Host/Host.h = | 4 +- IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KbdCtrller.c = | 4 +- IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2Keyboard.c = | 4 +- IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/CommPs2.c = | 12 ++-- IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/CommPs2.h = | 12 ++-- IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolut= ePointer.c | 6 +- IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolut= ePointer.h | 8 +-- IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/CommPs2.c = | 12 ++-- IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/CommPs2.h = | 12 ++-- IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.c = | 6 +- IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.h = | 8 +-- IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/BiosKeyboard.c = | 12 ++-- IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/BiosKeyboard.h = | 2 +- IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/BiosSnp16.c = | 14 ++-- IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/BiosSnp16.h = | 62 +++++++++--------- IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/Misc.c = | 2 +- IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/PxeUndi.c = | 46 ++++++------- IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/IpfBootSupport.c = | 2 +- IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h = | 4 +- IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyPci.c = | 4 +- IntelFrameworkModulePkg/Include/Library/GenericBdsLib.h = | 4 +- IntelFrameworkModulePkg/Include/Library/PlatformBdsLib.h = | 2 +- IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiT= ianoCustomDecompressLib.c | 8 +-- IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiT= ianoCustomDecompressLibInternals.h | 4 +- IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BootMaint.c = | 2 +- IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/FileExplorer.c = | 2 +- IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClass.c = | 2 +- IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClass.h = | 2 +- IntelFrameworkModulePkg/Universal/DataHubDxe/DataHub.c = | 4 +- IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErr.c = | 2 +- IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVol.c = | 6 +- IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVolWrite.c = | 4 +- IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h = | 2 +- IntelFrameworkPkg/Include/Protocol/LegacyBios.h = | 2 +- IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h = | 2 +- IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLib.c = | 2 +- IntelFsp2Pkg/FspSecCore/SecMain.c = | 6 +- IntelFsp2Pkg/FspSecCore/SecMain.h = | 2 +- IntelFsp2Pkg/Include/Library/FspSwitchStackLib.h = | 2 +- IntelFsp2WrapperPkg/FspWrapperNotifyDxe/LoadBelow4G.c = | 2 +- IntelFspPkg/FspSecCore/SecMain.c = | 6 +- IntelFspPkg/FspSecCore/SecMain.h = | 2 +- IntelFspPkg/Include/Library/FspCommonLib.h = | 6 +- IntelFspPkg/Include/Library/FspSwitchStackLib.h = | 2 +- IntelFspPkg/Library/BaseFspCommonLib/FspCommonLib.c = | 6 +- IntelFspWrapperPkg/FspInitPei/FindPeiCore.c = | 2 +- IntelFspWrapperPkg/FspInitPei/SecMain.c = | 2 +- IntelFspWrapperPkg/FspInitPei/SecMain.h = | 4 +- IntelFspWrapperPkg/FspNotifyDxe/LoadBelow4G.c = | 2 +- IntelFspWrapperPkg/FspWrapperSecCore/FindPeiCore.c = | 2 +- IntelFspWrapperPkg/FspWrapperSecCore/SecMain.c = | 2 +- IntelFspWrapperPkg/FspWrapperSecCore/SecMain.h = | 4 +- IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecTempRamSupport= .c | 4 +- MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.c = | 18 +++--- MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.c = | 2 +- MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.c = | 2 +- MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KbdCtrller.c = | 4 +- MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2Keyboard.c = | 4 +- MdeModulePkg/Bus/Isa/Ps2MouseDxe/CommPs2.c = | 12 ++-- MdeModulePkg/Bus/Isa/Ps2MouseDxe/CommPs2.h = | 12 ++-- MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.c = | 6 +- MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.h = | 8 +-- MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c = | 2 +- MdeModulePkg/Bus/Pci/EhciDxe/Ehci.h = | 8 +-- MdeModulePkg/Bus/Pci/EhciPei/EhcPeim.h = | 6 +- MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.c = | 6 +- MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h = | 14 ++-- MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c = | 4 +- MdeModulePkg/Bus/Pci/PciBusDxe/PciLib.c = | 2 +- MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c = | 2 +- MdeModulePkg/Bus/Pci/UhciDxe/Uhci.h = | 2 +- MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c = | 2 +- MdeModulePkg/Bus/Pci/XhciDxe/Xhci.h = | 4 +- MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThru.h = | 2 +- MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.c = | 4 +- MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBot.c = | 2 +- MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBot.h = | 2 +- MdeModulePkg/Core/Dxe/DxeMain.h = | 20 +++--- MdeModulePkg/Core/Dxe/DxeMain/DxeProtocolNotify.c = | 2 +- MdeModulePkg/Core/Dxe/Event/Timer.c = | 2 +- MdeModulePkg/Core/Dxe/FwVol/FwVol.c = | 4 +- MdeModulePkg/Core/Dxe/FwVolBlock/FwVolBlock.c = | 4 +- MdeModulePkg/Core/Dxe/Hand/Locate.c = | 2 +- MdeModulePkg/Core/Dxe/Image/Image.c = | 4 +- MdeModulePkg/Core/Dxe/Mem/Page.c = | 2 +- MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c = | 12 ++-- MdeModulePkg/Core/Pei/FwVol/FwVol.c = | 2 +- MdeModulePkg/Core/Pei/Memory/MemoryServices.c = | 2 +- MdeModulePkg/Core/Pei/PeiMain.h = | 4 +- MdeModulePkg/Core/Pei/PeiMain/PeiMain.c = | 4 +- MdeModulePkg/Core/PiSmmCore/Dependency.c = | 4 +- MdeModulePkg/Core/PiSmmCore/Dispatcher.c = | 2 +- MdeModulePkg/Core/PiSmmCore/Locate.c = | 2 +- MdeModulePkg/Include/Library/CustomizedDisplayLib.h = | 2 +- MdeModulePkg/Include/Library/DebugAgentLib.h = | 4 +- MdeModulePkg/Include/Library/HiiLib.h = | 16 ++--- MdeModulePkg/Include/Library/NetLib.h = | 32 ++++----- MdeModulePkg/Include/Ppi/AtaController.h = | 2 +- MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c = | 2 +- MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.c = | 2 +- MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.c = | 2 +- MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSection= ExtractLib.c | 2 +- MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib= .c | 2 +- MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c = | 8 +-- MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c = | 2 +- MdeModulePkg/Library/DxeNetLib/DxeNetLib.c = | 16 ++--- MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSection= ExtractLib.c | 2 +- MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/MemoryAllocationLib.c = | 2 +- MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryProfileLi= b.c | 2 +- MdeModulePkg/Library/PlatformVarCleanupLib/PlatVarCleanupLib.c = | 2 +- MdeModulePkg/Library/SmmMemoryAllocationProfileLib/MemoryAllocationLib.c = | 2 +- MdeModulePkg/Library/SmmMemoryAllocationProfileLib/SmmMemoryProfileLib.c = | 2 +- MdeModulePkg/Library/UefiBootManagerLib/BmConsole.c = | 2 +- MdeModulePkg/Library/UefiHiiLib/HiiLanguage.c = | 4 +- MdeModulePkg/Library/UefiHiiLib/HiiLib.c = | 42 ++++++------ MdeModulePkg/Library/UefiHiiLib/HiiString.c = | 2 +- MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGen.c = | 2 +- MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/ScriptExecute.c = | 2 +- MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveState.c = | 2 +- MdeModulePkg/Universal/Acpi/SmmS3SaveState/SmmS3SaveState.c = | 2 +- MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c = | 2 +- MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h = | 2 +- MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c = | 2 +- MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskImpl.h = | 4 +- MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c = | 2 +- MdeModulePkg/Universal/DriverSampleDxe/DriverSample.c = | 2 +- MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWrite.h = | 4 +- MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.c = | 4 +- MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.c = | 4 +- MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabase.h = | 20 +++--- MdeModulePkg/Universal/HiiDatabaseDxe/String.c = | 8 +-- MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/LightMemoryTest.c = | 2 +- MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.c = | 2 +- MdeModulePkg/Universal/Network/IScsiDxe/IScsiProto.c = | 2 +- MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.c = | 2 +- MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.h = | 2 +- MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Nv.c = | 2 +- MdeModulePkg/Universal/Network/Tcp4Dxe/SockImpl.c = | 2 +- MdeModulePkg/Universal/Network/Tcp4Dxe/SockImpl.h = | 2 +- MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideDxe.c = | 4 +- MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideLib.c = | 8 +-- MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c = | 8 +-- MdeModulePkg/Universal/SetupBrowserDxe/Setup.h = | 8 +-- MdeModulePkg/Universal/Variable/RuntimeDxe/TcgMorLockSmm.c = | 2 +- MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.h = | 4 +- MdeModulePkg/Universal/Variable/RuntimeDxe/VariableDxe.c = | 4 +- MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.c = | 4 +- MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c = | 2 +- MdePkg/Include/IndustryStandard/TcgPhysicalPresence.h = | 6 +- MdePkg/Include/Library/SmmPeriodicSmiLib.h = | 4 +- MdePkg/Include/Protocol/HiiConfigKeyword.h = | 2 +- MdePkg/Include/Protocol/HiiDatabase.h = | 4 +- MdePkg/Include/Protocol/Kms.h = | 10 +-- MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c = | 8 +-- MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLibInternals.h = | 2 +- MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c = | 2 +- MdePkg/Library/DxeIoLibCpuIo2/IoLib.c = | 2 +- MdePkg/Library/DxeIoLibEsal/IoLib.c = | 2 +- MdePkg/Library/DxePciLibEsal/PciLib.c = | 2 +- MdePkg/Library/DxePciSegmentLibEsal/PciLib.c = | 2 +- MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.c = | 4 +- MdePkg/Library/PeiPciLibPciCfg2/PciLib.c = | 2 +- MdePkg/Library/SmmIoLibSmmCpuIo2/IoLib.c = | 2 +- MdePkg/Library/SmmMemoryAllocationLib/MemoryAllocationLib.c = | 2 +- MdePkg/Library/SmmPciLibPciRootBridgeIo/PciLib.c = | 2 +- MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.c = | 2 +- MdePkg/Library/UefiPciLibPciRootBridgeIo/PciLib.c = | 2 +- NetworkPkg/Application/Ping6/Ping6.c = | 8 +-- NetworkPkg/IScsiDxe/IScsiProto.c = | 4 +- NetworkPkg/Ip6Dxe/Ip6ConfigImpl.c = | 2 +- NetworkPkg/Ip6Dxe/Ip6Option.c = | 16 ++--- NetworkPkg/Ip6Dxe/Ip6Option.h = | 10 +-- NetworkPkg/Ip6Dxe/Ip6Output.c = | 8 +-- NetworkPkg/IpSecDxe/IpSecCryptIo.c = | 50 +++++++------- NetworkPkg/IpSecDxe/IpSecCryptIo.h = | 66 +++++++++---------- Nt32Pkg/Include/Ppi/NtAutoscan.h = | 2 +- Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/DxeNt32PeCoffExtraActionLib.c = | 8 +-- Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/PeiNt32PeCoffExtraActionLib.c = | 6 +- Nt32Pkg/Sec/SecMain.c = | 50 +++++++------- Nt32Pkg/Sec/SecMain.h = | 6 +- Nt32Pkg/Sec/WinNtThunk.c = | 2 +- Nt32Pkg/WinNtFirmwareVolumePei/WinntFwh.c = | 2 +- OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.c = | 6 +- OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h = | 4 +- OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/FtdiUsbSerialDriver.c = | 2 +- OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c = | 14 ++-- OvmfPkg/Sec/SecMain.c = | 2 +- QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/AcpiPciUpdate.c = | 6 +- QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/ScriptExecute.c = | 2 +- QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/AcpiSmmPlatform.c = | 2 +- QuarkPlatformPkg/Platform/Pei/PlatformInit/PlatformEarlyInit.c = | 6 +- QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/MtrrLib.c = | 2 +- QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/QncS3Support.c = | 2 +- QuarkSocPkg/QuarkSouthCluster/Library/IohLib/IohLib.c = | 2 +- QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.c = | 4 +- QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/SDController.h = | 2 +- QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMediaDevice.c = | 2 +- QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/SDMediaDevice.h = | 2 +- QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/Ohci.c = | 4 +- QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/Ohci.h = | 2 +- SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.c = | 2 +- SecurityPkg/Include/Library/TcgPpVendorLib.h = | 4 +- SecurityPkg/Include/Library/TcgStorageOpalLib.h = | 2 +- SecurityPkg/Include/Library/TrEEPpVendorLib.h = | 4 +- SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.c = | 6 +- SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha2= 56GuidedSectionExtractLib.c | 2 +- SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha2= 56GuidedSectionExtractLib.c | 2 +- SecurityPkg/Library/TcgStorageCoreLib/TcgStorageUtil.c = | 2 +- SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c = | 2 +- SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalDriver.c = | 2 +- SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c = | 2 +- SecurityPkg/Tcg/TcgDxe/TcgDxe.c = | 2 +- SecurityPkg/Tcg/TrEEDxe/TrEEDxe.c = | 2 +- SecurityPkg/UserIdentification/UserProfileManagerDxe/ModifyIdentityPolicy.= c | 2 +- SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManager.h = | 2 +- ShellPkg/Include/Library/ShellCEntryLib.h = | 2 +- ShellPkg/Include/Library/ShellCommandLib.h = | 2 +- ShellPkg/Include/Protocol/EfiShellEnvironment2.h = | 2 +- ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.c = | 2 +- ShellPkg/Library/UefiShellDriver1CommandsLib/Dh.c = | 10 +-- ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c = | 2 +- ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c = | 8 +-- ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c = | 8 +-- SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h = | 8 +-- SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/SecPeiDebugAgentLi= b.c | 6 +- SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/SecPeiDebugAgentLi= b.h | 4 +- SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunica= tionLibSerialPort.c | 4 +- SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLib= Usb.c | 4 +- SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLi= bUsb3Common.c | 6 +- UefiCpuPkg/Include/Library/MtrrLib.h = | 2 +- UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiDxeSmmCpuException.c = | 2 +- UefiCpuPkg/Library/MpInitLib/DxeMpLib.c = | 2 +- UefiCpuPkg/Library/MtrrLib/MtrrLib.c = | 2 +- UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume.c = | 10 +-- Vlv2TbltDevicePkg/BootScriptSaveDxe/ScriptSave.c = | 2 +- Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/SecTempRamSu= pport.c | 4 +- Vlv2TbltDevicePkg/Include/Library/CpuIA32.h = | 2 +- Vlv2TbltDevicePkg/Include/Protocol/GlobalNvsArea.h = | 2 +- Vlv2TbltDevicePkg/Library/PlatformBdsLib/BdsPlatform.c = | 16 ++--- Vlv2TbltDevicePkg/PlatformDxe/PciBus.h = | 14 ++-- Vlv2TbltDevicePkg/PlatformGopPolicy/PlatformGopPolicy.c = | 4 +- Vlv2TbltDevicePkg/PlatformInitPei/PlatformInfoInit.c = | 2 +- Vlv2TbltDevicePkg/PlatformSetupDxe/PlatformSetupDxe.c = | 4 +- 347 files changed, 913 insertions(+), 913 deletions(-) -- 2.10.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel