From: Leif Lindholm <leif.lindholm@linaro.org>
To: Gary Lin <glin@suse.com>
Cc: edk2-devel@lists.01.org
Subject: Re: [PATCH 00/33] Fix typos in comments and variables
Date: Wed, 19 Oct 2016 15:50:55 +0100 [thread overview]
Message-ID: <20161019145054.GL3471@bivouac.eciton.net> (raw)
In-Reply-To: <20161019070138.16424-1-glin@suse.com>
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 <leif.lindholm@linaro.org>
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
prev parent reply other threads:[~2016-10-19 14:51 UTC|newest]
Thread overview: 79+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-19 7:01 [PATCH 00/33] Fix typos in comments and variables Gary Lin
2016-10-19 7:01 ` [PATCH 01/33] ArmPkg: Fix typos in comments Gary Lin
2016-10-19 15:09 ` Ard Biesheuvel
2016-10-19 15:15 ` Laszlo Ersek
2016-10-19 15:33 ` Leif Lindholm
2016-10-19 7:01 ` [PATCH 02/33] BaseTools: Fix typos in comments and variables Gary Lin
2016-10-19 7:30 ` Gao, Liming
2016-10-19 7:36 ` Zhu, Yonghong
2016-10-19 7:01 ` [PATCH 03/33] CorebootPayloadPkg: Fix typos in comments Gary Lin
2016-10-26 18:50 ` Ma, Maurice
2016-10-19 7:01 ` [PATCH 04/33] CorebootModulePkg: " Gary Lin
2016-10-26 18:41 ` Ma, Maurice
2016-10-19 7:01 ` [PATCH 05/33] CryptoPkg: " Gary Lin
2016-10-26 3:00 ` Long, Qin
2016-10-19 7:01 ` [PATCH 06/33] DuetPkg: " Gary Lin
2016-10-19 7:46 ` Ni, Ruiyu
2016-10-19 7:01 ` [PATCH 07/33] EdkCompatibilityPkg: " Gary Lin
2016-10-19 8:19 ` Gao, Liming
2016-10-19 7:01 ` [PATCH 08/33] EmulatorPkg: Fix typos in comments and variables Gary Lin
2016-10-19 20:37 ` Jordan Justen
2016-10-20 8:16 ` Laszlo Ersek
2016-10-19 7:01 ` [PATCH 09/33] EmbeddedPkg: Fix typos in comments Gary Lin
2016-10-19 15:09 ` Ard Biesheuvel
2016-10-19 7:01 ` [PATCH 10/33] IntelFrameworkModulePkg: " Gary Lin
2016-10-20 1:08 ` Fan, Jeff
2016-10-19 7:01 ` [PATCH 11/33] IntelFrameworkPkg: " Gary Lin
2016-10-20 1:08 ` Fan, Jeff
2016-10-19 7:01 ` [PATCH 12/33] IntelFspPkg: " Gary Lin
2016-10-19 7:06 ` Yao, Jiewen
2016-10-19 7:01 ` [PATCH 13/33] IntelFspWrapperPkg: " Gary Lin
2016-10-19 7:08 ` Yao, Jiewen
2016-10-19 7:01 ` [PATCH 14/33] IntelFsp2Pkg: " Gary Lin
2016-10-19 7:06 ` Yao, Jiewen
2016-10-19 7:12 ` Mudusuru, Giri P
2016-10-19 7:01 ` [PATCH 15/33] IntelFsp2WrapperPkg: Fix a typo in the comment Gary Lin
2016-10-19 7:07 ` Yao, Jiewen
2016-10-19 7:11 ` Mudusuru, Giri P
2016-10-19 7:01 ` [PATCH 16/33] MdeModulePkg: BootManagerMenuApp: Fix typos in comments Gary Lin
2016-10-19 8:20 ` Tian, Feng
2016-10-19 7:01 ` [PATCH 17/33] MdeModulePkg/Bus: " Gary Lin
2016-10-19 7:01 ` [PATCH 18/33] MdeModulePkg/Core: " Gary Lin
2016-10-19 8:20 ` Tian, Feng
2016-10-19 7:01 ` [PATCH 19/33] MdeModulePkg/Include: " Gary Lin
2016-10-19 7:01 ` [PATCH 20/33] MdeModulePkg/Library: Fix typos in comments and variables Gary Lin
2016-10-19 7:01 ` [PATCH 21/33] MdeModulePkg/Universal: Fix typos in comments Gary Lin
2016-10-19 7:01 ` [PATCH 22/33] MdePkg: " Gary Lin
2016-10-19 8:21 ` Gao, Liming
2016-10-19 7:01 ` [PATCH 23/33] NetworkPkg: " Gary Lin
2016-10-19 7:21 ` Fu, Siyuan
2016-10-26 0:53 ` Fu, Siyuan
2016-10-19 7:01 ` [PATCH 24/33] Nt32Pkg: Fix typos in comments and variables Gary Lin
2016-10-19 7:50 ` Ni, Ruiyu
2016-10-19 7:01 ` [PATCH 25/33] OptionRomPkg: Fix typos in comments Gary Lin
2016-10-19 7:51 ` Ni, Ruiyu
2016-10-19 7:01 ` [PATCH 26/33] OvmfPkg: " Gary Lin
2016-10-19 7:01 ` [PATCH 27/33] QuarkPlatformPkg: " Gary Lin
2016-10-25 20:53 ` Kinney, Michael D
2016-10-19 7:01 ` [PATCH 28/33] QuarkSocPkg: " Gary Lin
2016-10-25 21:00 ` Kinney, Michael D
2016-10-19 7:01 ` [PATCH 29/33] SecurityPkg: " Gary Lin
2016-10-27 1:29 ` Zhang, Chao B
2016-11-14 3:12 ` Zhang, Chao B
2016-11-14 4:03 ` Gary Lin
2016-11-14 6:24 ` Gao, Liming
2016-11-14 8:30 ` Gary Lin
2016-10-19 7:01 ` [PATCH 30/33] ShellPkg: Fix typos in comments and variables Gary Lin
2016-10-19 7:51 ` Ni, Ruiyu
2016-10-19 20:29 ` Carsey, Jaben
2016-10-20 1:55 ` Gary Lin
2016-10-19 7:01 ` [PATCH 31/33] SourceLevelDebugPkg: Fix typos in comments Gary Lin
2016-10-19 7:46 ` Wu, Hao A
2016-10-19 7:01 ` [PATCH 32/33] UefiCpuPkg: " Gary Lin
2016-10-20 1:58 ` Fan, Jeff
2016-10-20 2:08 ` Gary Lin
2016-10-20 2:45 ` Fan, Jeff
2016-10-19 7:01 ` [PATCH 33/33] Vlv2TbltDevicePkg: " Gary Lin
2016-10-24 1:33 ` Wei, David
2016-10-19 7:28 ` [PATCH 00/33] Fix typos in comments and variables Zeng, Star
2016-10-19 14:50 ` Leif Lindholm [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161019145054.GL3471@bivouac.eciton.net \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox