From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-x22f.google.com (mail-qk0-x22f.google.com [IPv6:2607:f8b0:400d:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 521EC1A1E56 for ; Wed, 19 Oct 2016 07:51:01 -0700 (PDT) Received: by mail-qk0-x22f.google.com with SMTP id f128so38075489qkb.1 for ; Wed, 19 Oct 2016 07:51:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=ZvsRRq9T66ml/xbHkUHfu/4i2Upe3/fK00dLMSEimm8=; b=V03+l8vsEbSuhmBw9xnZYyBPxTxG+jmPYmrxqqFgH2EsTDXMtNVnfdFvgICzu8O2nT f+K1/qjp4v5PmKh1+7NGj0yj01bYvaVj+okPRq+Gtrm+IyR4Fzd/ZL8DrUmQnudwKC6q +M6RYn788A/FDhHGZKqlqEw7nFMGdVXecewdM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=ZvsRRq9T66ml/xbHkUHfu/4i2Upe3/fK00dLMSEimm8=; b=UQO6h5U+DGcmLFg9cjVrnGEwxJ37rnwXUfTgUjDCAPZN5y1vqv0CZCTgnuuS6ddyQZ IcMLs5PG3XX320HBkI+I+eCaGz4SLKGZpYa0ZhBgedwhqjZhSTcs06QbCXPGk3ILvX0e GQ5lhccDoM/whNJS0sULFM/mgL8P+kFRSWo6+AdkeGSuzXIuPl1qKpMzs7WxrQhTdAHw uVOqQ4obMSqjGeRyOS5FjiX2nnK2a4aeY0E59OFTbtSrQ2cML3T84b+j76AJ2ATXnenU 5gotbspU03X8VxJjT5ZrcaWNU3Y5xibLKPy5dus8qMyGNJ3t9lenVk3MOxax2YeZyWkL yHyw== X-Gm-Message-State: AA6/9RnNCvCOiJNvO15v7efGMD7j6s/yzPDHXXw3Dz8oM7m0DTNCLfV4kf5ytMJx8U1F3kAm X-Received: by 10.194.78.130 with SMTP id b2mr4458998wjx.29.1476888658058; Wed, 19 Oct 2016 07:50:58 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id rv12sm69807383wjb.29.2016.10.19.07.50.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 19 Oct 2016 07:50:57 -0700 (PDT) Date: Wed, 19 Oct 2016 15:50:55 +0100 From: Leif Lindholm To: Gary Lin Cc: edk2-devel@lists.01.org Message-ID: <20161019145054.GL3471@bivouac.eciton.net> References: <20161019070138.16424-1-glin@suse.com> MIME-Version: 1.0 In-Reply-To: <20161019070138.16424-1-glin@suse.com> User-Agent: Mutt/1.5.23 (2014-03-12) 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 14:51:01 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Oct 19, 2016 at 03:01:05PM +0800, Gary Lin wrote: > When I was reading a header file in CrytoPkg, I found some typos. Out of > curiosity, 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 > due to copy&paste, so it's actually not so scary. I tried to collect all > fixes 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 > name, so there is no functional change in this patch set. Thanks Gary, much appreciated. For the ArmPkg/EmbeddedPkg patches: Reviewed-by: Leif Lindholm I don't think this series needs to be committed atomically, so unless someone shouts at me not to, I'll push those two in ~30 minutes. / Leif > 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/CryptAuthenticodeNull.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/ScriptSave.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/MpServicesOnFrameworkMpServicesThunk.c | 2 +- > EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/MpServicesOnFrameworkMpServicesThunk.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/CustomizedDecompress.c | 2 +- > EdkCompatibilityPkg/Foundation/Library/CustomizedDecompress/CustomizedDecompress.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/UefiIfrForm.c | 2 +- > EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/EdkIIGluePrintLib.h | 2 +- > EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/EdkIIGlueUefiDecompressLib.h | 2 +- > EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c | 10 +-- > EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/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/CustomizedCompress.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/PrePiExtractGuidedSectionLib.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/Ps2MouseAbsolutePointer.c | 6 +- > IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointer.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/BaseUefiTianoCustomDecompressLib.c | 8 +-- > IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLibInternals.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/DxeCrc32GuidedSectionExtractLib.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/PeiCrc32GuidedSectionExtractLib.c | 2 +- > MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/MemoryAllocationLib.c | 2 +- > MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryProfileLib.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/DxeRsa2048Sha256GuidedSectionExtractLib.c | 2 +- > SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.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/SecPeiDebugAgentLib.c | 6 +- > SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/SecPeiDebugAgentLib.h | 4 +- > SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c | 4 +- > SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.c | 4 +- > SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Common.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/SecTempRamSupport.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