public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 00/79] Fix a bunch of typos (part 1)
@ 2019-12-03 16:14 Philippe Mathieu-Daudé
  2019-12-03 16:14 ` [PATCH 01/79] CryptoPkg/OpensslLib: Fix few typos Philippe Mathieu-Daudé
                   ` (72 more replies)
  0 siblings, 73 replies; 122+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-12-03 16:14 UTC (permalink / raw)
  To: devel, Achin Gupta, Andrew Fish, Anthony Perard, Ard Biesheuvel,
	Chao Zhang, Chasel Chiu, Eric Dong, Hao A Wu, Jian J Wang,
	Jiaxin Wu, Jiewen Yao, Jordan Justen, Julien Grall, Laszlo Ersek,
	Leif Lindholm, Liming Gao, Maciej Rabeda, Michael D Kinney,
	Nate DeSimone, Philippe Mathieu-Daude, Ray Ni, Siyuan Fu,
	Star Zeng, Supreeth Venkatesh, Xiaoyu Lu, Zhichao Gao
  Cc: Antoine Cœur

Around February of this year, Antoine posted various patches fixing
a huge quantity of typos, over 8000+ lines (such [1]).

The community merged the smaller patches, and told him his patches
were too big, and he should split them.
Around June, Antoine opened a GitHub pull request [2], due to the
size of his patchset. We told him the project doesn't accept GitHub
PR.

Since I find his cleanup work very valuable for the project, I
spent few hours trying to salvage a chunk of it, splitting per
maintainer areas, each patch not to big to avoid reviewers burning
out. I expect each maintainer to take his patches.

I wanted to split Antoine work in 3 parts, but I'm about at 80
patches, for only 1854 lines changed, so enough for a first round.

Oh, and it is easier to review the patches using '--word-diff=color'
git option :)

Regards,

Phil.

P.D.: I think the project is really failing at getting new
contributors involved, and keeping them. But that is another topic.

[1] https://edk2.groups.io/g/devel/message/43043
[2] https://edk2.groups.io/g/devel/message/42941

Antoine Coeur (72):
  CryptoPkg/OpensslLib: Fix few typos
  EmbeddedPkg/FdtLib: Fix a typo
  EmbeddedPkg/VirtualKeyboard: Fix few typos
  EmulatorPkg/Sec: Fix various typos
  EmulatorPkg/Unix: Fix various typos
  EmulatorPkg/Win: Fix various typos
  FatPkg/EnhancedFatDxe: Fix various typos
  FatPkg/FatPei: Fix few typos
  IntelFsp2WrapperPkg: Fix various typos
  MdeModulePkg/Application: Improve French translation
  MdeModulePkg/Application: Fix various typos
  MdeModulePkg/Bus/Ata: Fix various typos
  MdeModulePkg/Bus/I2c: Fix few typos
  MdeModulePkg/Bus/Isa: Fix various typos
  MdeModulePkg/Bus/Scsi: Fix various typos
  MdeModulePkg/Bus/Sd: Fix various typos
  MdeModulePkg/Core/Pei: Fix various typos
  MdeModulePkg/Core/PiSmmCore: Fix various typos
  MdeModulePkg/UsbMass: Fix various typos
  MdeModulePkg/UsbMouse: Fix few typos
  MdeModulePkg/UsbBus: Fix various typos
  MdeModulePkg/Usb: Fix various typos
  MdePkg/IndustryStandard: Fix various typos
  MdePkg/Library/Dxe: Fix various typos
  MdePkg/Library/Pci: Fix various typos
  MdePkg/Library/Smm: Fix various typos
  MdePkg/Ppi: Fix various typos
  MdePkg/Register: Fix various typos
  NetworkPkg/ArpDxe: Fix various typos
  NetworkPkg/Dhcp4Dxe: Fix various typos
  NetworkPkg/Dhcp6Dxe: Fix various typos
  NetworkPkg/DnsDxe: Fix various typos
  NetworkPkg/DpcDxe: Fix few typos
  NetworkPkg/HttpBootDxe: Fix various typos
  NetworkPkg/HttpDxe: Fix various typos
  NetworkPkg/Ip4Dxe: Fix various typos
  NetworkPkg/Ip6Dxe: Fix various typos
  NetworkPkg/IScsiDxe: Fix various typos
  NetworkPkg/Library: Fix various typos
  NetworkPkg/MnpDxe: Fix various typos
  NetworkPkg/Mtftp4Dxe: Fix various typos
  NetworkPkg/Mtftp6Dxe: Fix various typos
  NetworkPkg/SnpDxe: Fix few typos
  NetworkPkg/TcpDxe/Sock: Fix few typos
  NetworkPkg/TcpDxe/Tcp: Fix various typos
  NetworkPkg/Tls: Fix few typos
  NetworkPkg/Udp4Dxe: Fix various typos
  NetworkPkg/Udp6Dxe: Fix various typos
  NetworkPkg/UefiPxeBcDxe: Fix various typos
  NetworkPkg/VlanConfigDxe: Fix few typos
  OvmfPkg/Acpi: Fix few typos
  OvmfPkg/Csm: Fix various typos
  OvmfPkg/Qemu: Fix various typos
  OvmfPkg/Virtio: Fix few typos
  OvmfPkg/Xen: Fix various typos
  PcAtChipsetPkg: Fix few typos
  SecurityPkg: Fix few typos
  SecurityPkg/Hash2DxeCrypto: Fix few typos
  SecurityPkg/Library/Tpm: Fix various typos
  SecurityPkg/Tcg: Fix various typos
  SecurityPkg/VariableAuthenticated: Fix few typos
  ShellPkg/Application: Fix various typos
  ShellPkg/DynamicCommand: Fix various typos
  SignedCapsulePkg: Fix various typos
  SignedCapsulePkg/Universal: Fix various typos
  SourceLevelDebugPkg/DebugAgent: Fix various typos
  SourceLevelDebugPkg/DebugCommunicationLib: Fix various typos
  SourceLevelDebugPkg: Fix few typos
  StandaloneMmPkg: Fix few typos
  UefiCpuPkg/CpuDxe: Fix few typos
  UefiCpuPkg/PiSmm: Fix various typos
  UefiCpuPkg/Smm: Fix various typos

Philippe Mathieu-Daude (7):
  EmbeddedPkg/VirtualKeyboard: Fix a typo in EFI_INVALID_PARAMETER
  MdeModulePkg/UsbBusDxe: Fix a typo
  NetworkPkg: Fix a typo
  NetworkPkg/DnsDxe: Fix a typo
  NetworkPkg/HttpBootDxe: Fix a typo in variable name
  OvmfPkg/Xen: Fix a typo
  StandaloneMmPkg: Fix a typo

 SignedCapsulePkg/SignedCapsulePkg.dec                                                           |  4 +-
 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf                                                    |  2 +-
 MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf                                                |  2 +-
 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf                                                        | 10 ++--
 MdePkg/Library/DxePcdLib/DxePcdLib.inf                                                          |  2 +-
 NetworkPkg/MnpDxe/MnpDxe.inf                                                                    |  2 +-
 OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf                                       |  2 +-
 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf                                |  4 +-
 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesSmm.inf                                       |  4 +-
 SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf                                                   |  2 +-
 SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.inf                             |  2 +-
 SecurityPkg/Tcg/TcgSmm/TcgSmm.inf                                                               |  2 +-
 SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf |  2 +-
 StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActionLib/StandaloneMmPeCoffExtraActionLib.inf   |  2 +-
 EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboard.h                                        | 36 +++++++-------
 EmbeddedPkg/Include/libfdt.h                                                                    |  2 +-
 EmulatorPkg/Sec/Sec.h                                                                           |  4 +-
 EmulatorPkg/Win/Host/WinGop.h                                                                   |  2 +-
 EmulatorPkg/Win/Host/WinHost.h                                                                  |  2 +-
 FatPkg/EnhancedFatDxe/Fat.h                                                                     |  6 +--
 FatPkg/FatPei/FatLitePeim.h                                                                     |  2 +-
 IntelFsp2WrapperPkg/Include/Library/FspWrapperApiLib.h                                          |  2 +-
 IntelFsp2WrapperPkg/Include/Library/FspWrapperPlatformLib.h                                     |  4 +-
 MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h                                   |  2 +-
 MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.h                                   |  2 +-
 MdeModulePkg/Bus/Ata/AhciPei/AhciPei.h                                                          |  4 +-
 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AhciMode.h                                                |  4 +-
 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.h                                        |  4 +-
 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.h                                                 |  2 +-
 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.h                                                         | 12 ++---
 MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.h                                                            |  4 +-
 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2Keyboard.h                                               | 14 +++---
 MdeModulePkg/Bus/Isa/Ps2MouseDxe/CommPs2.h                                                      |  2 +-
 MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.h                                                     |  2 +-
 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.h                                                      |  4 +-
 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.h                                                    | 10 ++--
 MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcHci.h                                                    |  2 +-
 MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.h                                                       |  6 +--
 MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.h                                                           |  2 +-
 MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.h                                                           |  6 +--
 MdeModulePkg/Bus/Sd/SdDxe/SdDxe.h                                                               |  2 +-
 MdeModulePkg/Bus/Usb/UsbBotPei/PeiUsbLib.h                                                      |  2 +-
 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.h                                                         | 14 +++---
 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbHub.h                                                         |  2 +-
 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.h                                                     |  2 +-
 MdeModulePkg/Bus/Usb/UsbBusPei/HubPeim.h                                                        |  2 +-
 MdeModulePkg/Bus/Usb/UsbBusPei/PeiUsbLib.h                                                      |  2 +-
 MdeModulePkg/Bus/Usb/UsbBusPei/UsbPeim.h                                                        |  2 +-
 MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.h                                                          | 10 ++--
 MdeModulePkg/Bus/Usb/UsbKbDxe/KeyBoard.h                                                        |  2 +-
 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.h                                            |  4 +-
 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBot.h                                             |  4 +-
 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.h                                             |  2 +-
 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.h                                            |  2 +-
 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.h                       |  2 +-
 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.h                                                     |  2 +-
 MdeModulePkg/Core/Pei/PeiMain.h                                                                 | 20 ++++----
 MdeModulePkg/Core/PiSmmCore/HeapGuard.h                                                         |  2 +-
 MdeModulePkg/Core/PiSmmCore/PiSmmCore.h                                                         | 12 ++---
 MdeModulePkg/Core/PiSmmCore/PiSmmCorePrivateData.h                                              |  6 +--
 MdePkg/Include/IndustryStandard/Acpi10.h                                                        |  4 +-
 MdePkg/Include/IndustryStandard/Acpi20.h                                                        |  4 +-
 MdePkg/Include/IndustryStandard/Acpi30.h                                                        |  4 +-
 MdePkg/Include/IndustryStandard/Acpi40.h                                                        |  2 +-
 MdePkg/Include/IndustryStandard/Acpi50.h                                                        |  6 +--
 MdePkg/Include/IndustryStandard/Acpi51.h                                                        |  4 +-
 MdePkg/Include/IndustryStandard/Acpi60.h                                                        |  4 +-
 MdePkg/Include/IndustryStandard/Acpi61.h                                                        |  4 +-
 MdePkg/Include/IndustryStandard/Acpi62.h                                                        |  8 +--
 MdePkg/Include/IndustryStandard/Atapi.h                                                         | 40 +++++++--------
 MdePkg/Include/IndustryStandard/ElTorito.h                                                      |  4 +-
 MdePkg/Include/IndustryStandard/Emmc.h                                                          |  2 +-
 MdePkg/Include/IndustryStandard/IpmiNetFnBridge.h                                               |  4 +-
 MdePkg/Include/IndustryStandard/Nvme.h                                                          | 10 ++--
 MdePkg/Include/IndustryStandard/Pci22.h                                                         | 20 ++++----
 MdePkg/Include/IndustryStandard/PeImage.h                                                       |  2 +-
 MdePkg/Include/IndustryStandard/Scsi.h                                                          |  2 +-
 MdePkg/Include/IndustryStandard/SmBus.h                                                         |  2 +-
 MdePkg/Include/IndustryStandard/Tpm12.h                                                         |  2 +-
 MdePkg/Include/Library/DxeServicesLib.h                                                         |  2 +-
 MdePkg/Include/Library/PciCf8Lib.h                                                              |  4 +-
 MdePkg/Include/Library/PciExpressLib.h                                                          |  4 +-
 MdePkg/Include/Library/PciLib.h                                                                 |  4 +-
 MdePkg/Include/Library/PciSegmentLib.h                                                          |  4 +-
 MdePkg/Include/Library/SmmLib.h                                                                 |  4 +-
 MdePkg/Include/Library/SmmMemLib.h                                                              |  4 +-
 MdePkg/Include/Library/SmmPeriodicSmiLib.h                                                      |  6 +--
 MdePkg/Include/Ppi/BlockIo.h                                                                    |  4 +-
 MdePkg/Include/Ppi/BlockIo2.h                                                                   |  2 +-
 MdePkg/Include/Ppi/Capsule.h                                                                    |  2 +-
 MdePkg/Include/Ppi/Decompress.h                                                                 |  2 +-
 MdePkg/Include/Ppi/DeviceRecoveryModule.h                                                       |  2 +-
 MdePkg/Include/Ppi/IsaHc.h                                                                      |  2 +-
 MdePkg/Include/Ppi/MpServices.h                                                                 |  2 +-
 MdePkg/Include/Ppi/Pcd.h                                                                        |  4 +-
 MdePkg/Include/Ppi/RecoveryModule.h                                                             |  2 +-
 MdePkg/Include/Ppi/TemporaryRamDone.h                                                           |  2 +-
 MdePkg/Include/Ppi/VectorHandoffInfo.h                                                          |  2 +-
 MdePkg/Include/Register/Amd/Cpuid.h                                                             |  8 +--
 MdePkg/Include/Register/Amd/Fam17Msr.h                                                          |  2 +-
 MdePkg/Include/Register/Amd/Msr.h                                                               |  2 +-
 MdePkg/Include/Register/Intel/Msr/GoldmontPlusMsr.h                                             |  2 +-
 MdePkg/Include/Register/Intel/Msr/SkylakeMsr.h                                                  |  2 +-
 MdePkg/Include/Register/Intel/StmResourceDescriptor.h                                           |  2 +-
 NetworkPkg/ArpDxe/ArpDriver.h                                                                   | 10 ++--
 NetworkPkg/ArpDxe/ArpImpl.h                                                                     | 14 +++---
 NetworkPkg/Dhcp4Dxe/Dhcp4Driver.h                                                               |  4 +-
 NetworkPkg/Dhcp4Dxe/Dhcp4Io.h                                                                   |  2 +-
 NetworkPkg/Dhcp4Dxe/Dhcp4Option.h                                                               | 18 +++----
 NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h                                                               |  4 +-
 NetworkPkg/Dhcp6Dxe/Dhcp6Utility.h                                                              | 12 ++---
 NetworkPkg/DnsDxe/DnsDriver.h                                                                   | 12 ++---
 NetworkPkg/DnsDxe/DnsImpl.h                                                                     | 28 +++++------
 NetworkPkg/DpcDxe/Dpc.h                                                                         |  2 +-
 NetworkPkg/HttpBootDxe/HttpBootConfig.h                                                         |  2 +-
 NetworkPkg/HttpBootDxe/HttpBootDhcp4.h                                                          |  2 +-
 NetworkPkg/HttpBootDxe/HttpBootDhcp6.h                                                          |  4 +-
 NetworkPkg/HttpBootDxe/HttpBootDxe.h                                                            |  6 +--
 NetworkPkg/HttpBootDxe/HttpBootSupport.h                                                        | 10 ++--
 NetworkPkg/HttpDxe/HttpDriver.h                                                                 |  8 +--
 NetworkPkg/HttpDxe/HttpProto.h                                                                  | 16 +++---
 NetworkPkg/HttpDxe/HttpsSupport.h                                                               |  2 +-
 NetworkPkg/IScsiDxe/IScsiMisc.h                                                                 |  8 +--
 NetworkPkg/IScsiDxe/IScsiProto.h                                                                | 10 ++--
 NetworkPkg/Include/Library/HttpLib.h                                                            |  2 +-
 NetworkPkg/Include/Library/IpIoLib.h                                                            |  4 +-
 NetworkPkg/Include/Library/NetLib.h                                                             |  2 +-
 NetworkPkg/Include/Library/TcpIoLib.h                                                           |  6 +--
 NetworkPkg/Include/Library/UdpIoLib.h                                                           |  6 +--
 NetworkPkg/Include/Protocol/Dpc.h                                                               |  2 +-
 NetworkPkg/Ip4Dxe/Ip4Common.h                                                                   | 14 +++---
 NetworkPkg/Ip4Dxe/Ip4Config2Impl.h                                                              |  2 +-
 NetworkPkg/Ip4Dxe/Ip4Driver.h                                                                   |  6 +--
 NetworkPkg/Ip4Dxe/Ip4Icmp.h                                                                     | 10 ++--
 NetworkPkg/Ip4Dxe/Ip4If.h                                                                       |  4 +-
 NetworkPkg/Ip4Dxe/Ip4Igmp.h                                                                     |  4 +-
 NetworkPkg/Ip4Dxe/Ip4Impl.h                                                                     |  8 +--
 NetworkPkg/Ip4Dxe/Ip4Input.h                                                                    |  6 +--
 NetworkPkg/Ip4Dxe/Ip4Option.h                                                                   |  4 +-
 NetworkPkg/Ip4Dxe/Ip4Output.h                                                                   |  4 +-
 NetworkPkg/Ip4Dxe/Ip4Route.h                                                                    | 12 ++---
 NetworkPkg/Ip6Dxe/Ip6ConfigImpl.h                                                               |  4 +-
 NetworkPkg/Ip6Dxe/Ip6Driver.h                                                                   |  8 +--
 NetworkPkg/Ip6Dxe/Ip6Icmp.h                                                                     |  4 +-
 NetworkPkg/Ip6Dxe/Ip6If.h                                                                       |  4 +-
 NetworkPkg/Ip6Dxe/Ip6Impl.h                                                                     |  8 +--
 NetworkPkg/Ip6Dxe/Ip6Input.h                                                                    |  6 +--
 NetworkPkg/Ip6Dxe/Ip6Mld.h                                                                      |  2 +-
 NetworkPkg/Ip6Dxe/Ip6Nd.h                                                                       |  4 +-
 NetworkPkg/Ip6Dxe/Ip6Route.h                                                                    | 10 ++--
 NetworkPkg/MnpDxe/MnpDriver.h                                                                   |  6 +--
 NetworkPkg/MnpDxe/MnpImpl.h                                                                     | 14 +++---
 NetworkPkg/Mtftp4Dxe/Mtftp4Driver.h                                                             |  2 +-
 NetworkPkg/Mtftp4Dxe/Mtftp4Impl.h                                                               |  2 +-
 NetworkPkg/Mtftp4Dxe/Mtftp4Option.h                                                             |  6 +--
 NetworkPkg/Mtftp4Dxe/Mtftp4Support.h                                                            |  2 +-
 NetworkPkg/Mtftp6Dxe/Mtftp6Driver.h                                                             |  4 +-
 NetworkPkg/Mtftp6Dxe/Mtftp6Impl.h                                                               |  4 +-
 NetworkPkg/Mtftp6Dxe/Mtftp6Option.h                                                             |  2 +-
 NetworkPkg/Mtftp6Dxe/Mtftp6Support.h                                                            |  2 +-
 NetworkPkg/SnpDxe/Snp.h                                                                         |  8 +--
 NetworkPkg/TcpDxe/SockImpl.h                                                                    |  2 +-
 NetworkPkg/TcpDxe/Socket.h                                                                      | 36 +++++++-------
 NetworkPkg/TcpDxe/TcpDriver.h                                                                   |  8 +--
 NetworkPkg/TcpDxe/TcpFunc.h                                                                     |  4 +-
 NetworkPkg/TcpDxe/TcpMain.h                                                                     |  4 +-
 NetworkPkg/TcpDxe/TcpOption.h                                                                   |  6 +--
 NetworkPkg/TcpDxe/TcpProto.h                                                                    | 14 +++---
 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigImpl.h                                                 |  2 +-
 NetworkPkg/TlsDxe/TlsDriver.h                                                                   |  4 +-
 NetworkPkg/Udp4Dxe/Udp4Driver.h                                                                 |  4 +-
 NetworkPkg/Udp4Dxe/Udp4Impl.h                                                                   |  4 +-
 NetworkPkg/Udp6Dxe/Udp6Driver.h                                                                 |  6 +--
 NetworkPkg/Udp6Dxe/Udp6Impl.h                                                                   | 12 ++---
 NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.h                                                            |  2 +-
 NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.h                                                            |  8 +--
 NetworkPkg/UefiPxeBcDxe/PxeBcMtftp.h                                                            |  4 +-
 NetworkPkg/UefiPxeBcDxe/PxeBcSupport.h                                                          | 16 +++---
 NetworkPkg/VlanConfigDxe/VlanConfigImpl.h                                                       |  6 +--
 OvmfPkg/Csm/BiosThunk/VideoDxe/BiosVideo.h                                                      | 10 ++--
 OvmfPkg/Csm/BiosThunk/VideoDxe/VesaBiosExtensions.h                                             |  8 +--
 OvmfPkg/Csm/Include/Framework/BootScript.h                                                      |  2 +-
 OvmfPkg/Csm/Include/Framework/FrameworkInternalFormRepresentation.h                             |  2 +-
 OvmfPkg/Csm/Include/Protocol/IsaAcpi.h                                                          |  2 +-
 OvmfPkg/Csm/Include/Protocol/IsaIo.h                                                            |  2 +-
 OvmfPkg/Csm/Include/Protocol/LegacyBios.h                                                       |  6 +--
 OvmfPkg/Csm/Include/Protocol/LegacyBiosPlatform.h                                               |  4 +-
 OvmfPkg/Csm/Include/Protocol/VgaMiniPort.h                                                      |  2 +-
 OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h                                                 |  8 +--
 OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUi.h                                            |  4 +-
 OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUiVfr.h                                         |  2 +-
 OvmfPkg/Include/IndustryStandard/Xen/arch-arm/xen.h                                             |  2 +-
 OvmfPkg/Include/IndustryStandard/Xen/grant_table.h                                              |  4 +-
 OvmfPkg/Include/IndustryStandard/Xen/io/blkif.h                                                 |  2 +-
 OvmfPkg/Include/Library/VirtioLib.h                                                             |  2 +-
 OvmfPkg/Include/Protocol/XenBus.h                                                               |  4 +-
 OvmfPkg/Include/Protocol/XenIo.h                                                                |  2 +-
 OvmfPkg/XenBusDxe/DriverBinding.h                                                               |  2 +-
 OvmfPkg/XenBusDxe/EventChannel.h                                                                |  2 +-
 OvmfPkg/XenBusDxe/GrantTable.h                                                                  |  4 +-
 OvmfPkg/XenPvBlkDxe/BlockIo.h                                                                   |  6 +--
 OvmfPkg/XenPvBlkDxe/DriverBinding.h                                                             |  2 +-
 SecurityPkg/Include/Library/TcgStorageCoreLib.h                                                 |  4 +-
 SecurityPkg/Include/Library/TpmCommLib.h                                                        |  4 +-
 SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.h                                                     |  6 +--
 ShellPkg/Application/Shell/ConsoleLogger.h                                                      |  4 +-
 ShellPkg/Application/Shell/FileHandleWrappers.h                                                 |  6 +--
 ShellPkg/Application/Shell/Shell.h                                                              |  2 +-
 ShellPkg/Application/Shell/ShellEnvVar.h                                                        | 36 +++++++-------
 ShellPkg/Application/Shell/ShellManParser.h                                                     | 10 ++--
 ShellPkg/Application/Shell/ShellParametersProtocol.h                                            | 20 ++++----
 ShellPkg/Application/Shell/ShellProtocol.h                                                      | 12 ++---
 ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h                                                   |  2 +-
 ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.h                                               |  2 +-
 SignedCapsulePkg/Include/Guid/EdkiiSystemFmpCapsule.h                                           |  4 +-
 SignedCapsulePkg/Include/Library/IniParsingLib.h                                                | 14 +++---
 SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareDxe.h                             |  2 +-
 SourceLevelDebugPkg/Include/Ia32/ProcessorContext.h                                             |  2 +-
 SourceLevelDebugPkg/Include/Library/DebugCommunicationLib.h                                     |  2 +-
 SourceLevelDebugPkg/Include/TransferProtocol.h                                                  |  6 +--
 SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugMp.h                               |  6 +--
 SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/ArchDebugSupport.h                 |  2 +-
 SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/DebugException.h                   |  2 +-
 SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/ArchDebugSupport.h                  |  2 +-
 SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/DebugException.h                    |  2 +-
 SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Internal.h       |  4 +-
 UefiCpuPkg/CpuDxe/CpuDxe.h                                                                      |  2 +-
 UefiCpuPkg/CpuDxe/CpuGdt.h                                                                      |  2 +-
 UefiCpuPkg/CpuDxe/CpuMp.h                                                                       |  4 +-
 UefiCpuPkg/CpuDxe/CpuPageTable.h                                                                |  2 +-
 UefiCpuPkg/Include/Library/SmmCpuFeaturesLib.h                                                  |  4 +-
 UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.h                                                   |  4 +-
 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.h                                                      | 12 ++---
 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigVfr.vfr                                                |  6 +--
 CryptoPkg/Library/OpensslLib/rand_pool.c                                                        |  8 +--
 CryptoPkg/Library/OpensslLib/rand_pool_noise.c                                                  |  2 +-
 EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboard.c                                        | 16 +++---
 EmulatorPkg/Sec/Sec.c                                                                           |  5 +-
 EmulatorPkg/Unix/Host/BerkeleyPacketFilter.c                                                    |  2 +-
 EmulatorPkg/Unix/Host/BlockIo.c                                                                 | 12 ++---
 EmulatorPkg/Unix/Host/EmuThunk.c                                                                |  2 +-
 EmulatorPkg/Unix/Host/Host.c                                                                    | 26 +++++-----
 EmulatorPkg/Unix/Host/LinuxPacketFilter.c                                                       |  2 +-
 EmulatorPkg/Unix/Host/Pthreads.c                                                                |  2 +-
 EmulatorPkg/Win/Host/WinBlockIo.c                                                               |  4 +-
 EmulatorPkg/Win/Host/WinFileSystem.c                                                            |  2 +-
 EmulatorPkg/Win/Host/WinGopInput.c                                                              |  4 +-
 EmulatorPkg/Win/Host/WinGopScreen.c                                                             | 14 +++---
 EmulatorPkg/Win/Host/WinHost.c                                                                  | 10 ++--
 FatPkg/EnhancedFatDxe/Delete.c                                                                  |  2 +-
 FatPkg/EnhancedFatDxe/DirectoryManage.c                                                         |  2 +-
 FatPkg/EnhancedFatDxe/Fat.c                                                                     |  2 +-
 FatPkg/EnhancedFatDxe/FileName.c                                                                |  2 +-
 FatPkg/EnhancedFatDxe/FileSpace.c                                                               |  6 +--
 FatPkg/EnhancedFatDxe/Flush.c                                                                   |  4 +-
 FatPkg/FatPei/FatLiteApi.c                                                                      |  2 +-
 FatPkg/FatPei/Mbr.c                                                                             |  2 +-
 IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c                                           |  2 +-
 IntelFsp2WrapperPkg/Library/BaseFspWrapperPlatformLibSample/FspWrapperPlatformLibSample.c       |  4 +-
 IntelFsp2WrapperPkg/Library/PeiFspWrapperHobProcessLibSample/FspWrapperHobProcessLibSample.c    |  4 +-
 MdeModulePkg/Application/CapsuleApp/CapsuleApp.c                                                |  2 +-
 MdeModulePkg/Application/CapsuleApp/CapsuleDump.c                                               |  4 +-
 MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.c                                  |  2 +-
 MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c                                   |  2 +-
 MdeModulePkg/Bus/Ata/AhciPei/AhciMode.c                                                         |  8 +--
 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AhciMode.c                                                | 14 +++---
 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.c                                        |  8 +--
 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c                                                 | 16 +++---
 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.c                                                         | 10 ++--
 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c                                             |  4 +-
 MdeModulePkg/Bus/I2c/I2cDxe/I2cBus.c                                                            |  4 +-
 MdeModulePkg/Bus/I2c/I2cDxe/I2cHost.c                                                           |  2 +-
 MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.c                                                      |  6 +--
 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KbdCtrller.c                                             | 16 +++---
 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KbdTextIn.c                                              | 20 ++++----
 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2Keyboard.c                                               |  4 +-
 MdeModulePkg/Bus/Isa/Ps2MouseDxe/CommPs2.c                                                      |  2 +-
 MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.c                                                     |  4 +-
 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c                                                      |  6 +--
 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c                                                    | 32 ++++++------
 MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcHcMem.c                                                  |  2 +-
 MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcHci.c                                                    | 12 ++---
 MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c                                                       | 12 ++---
 MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.c                                                           |  2 +-
 MdeModulePkg/Bus/Sd/SdBlockIoPei/SdHcMem.c                                                      |  2 +-
 MdeModulePkg/Bus/Sd/SdBlockIoPei/SdHci.c                                                        |  6 +--
 MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c                                                           | 10 ++--
 MdeModulePkg/Bus/Sd/SdDxe/SdDxe.c                                                               |  2 +-
 MdeModulePkg/Bus/Usb/UsbBotPei/BotPeim.c                                                        |  2 +-
 MdeModulePkg/Bus/Usb/UsbBotPei/PeiAtapi.c                                                       |  2 +-
 MdeModulePkg/Bus/Usb/UsbBotPei/PeiUsbLib.c                                                      |  2 +-
 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.c                                                         | 12 ++---
 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbDesc.c                                                        |  2 +-
 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbEnumer.c                                                      |  2 +-
 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbHub.c                                                         |  4 +-
 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.c                                                     |  8 +--
 MdeModulePkg/Bus/Usb/UsbBusPei/PeiUsbLib.c                                                      |  2 +-
 MdeModulePkg/Bus/Usb/UsbBusPei/UsbIoPeim.c                                                      |  2 +-
 MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.c                                                          |  8 +--
 MdeModulePkg/Bus/Usb/UsbKbDxe/KeyBoard.c                                                        |  6 +--
 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.c                                            |  4 +-
 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBot.c                                             |  4 +-
 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.c                                             |  4 +-
 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c                                            |  4 +-
 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/MouseHid.c                                      |  2 +-
 MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.c                       |  2 +-
 MdeModulePkg/Bus/Usb/UsbMouseDxe/MouseHid.c                                                     |  2 +-
 MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.c                                                     |  2 +-
 MdeModulePkg/Core/Pei/Dependency/Dependency.c                                                   |  4 +-
 MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c                                                   | 28 +++++------
 MdeModulePkg/Core/Pei/FwVol/FwVol.c                                                             |  8 +--
 MdeModulePkg/Core/Pei/Hob/Hob.c                                                                 |  2 +-
 MdeModulePkg/Core/Pei/Image/Image.c                                                             |  8 +--
 MdeModulePkg/Core/Pei/Memory/MemoryServices.c                                                   | 10 ++--
 MdeModulePkg/Core/Pei/PeiMain/PeiMain.c                                                         |  4 +-
 MdeModulePkg/Core/Pei/Ppi/Ppi.c                                                                 |  2 +-
 MdeModulePkg/Core/Pei/Security/Security.c                                                       |  2 +-
 MdeModulePkg/Core/PiSmmCore/Dependency.c                                                        |  4 +-
 MdeModulePkg/Core/PiSmmCore/Dispatcher.c                                                        | 24 ++++-----
 MdeModulePkg/Core/PiSmmCore/HeapGuard.c                                                         |  4 +-
 MdeModulePkg/Core/PiSmmCore/Locate.c                                                            |  8 +--
 MdeModulePkg/Core/PiSmmCore/MemoryAttributesTable.c                                             |  8 +--
 MdeModulePkg/Core/PiSmmCore/Page.c                                                              |  4 +-
 MdeModulePkg/Core/PiSmmCore/PiSmmCore.c                                                         | 10 ++--
 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.c                                                          |  8 +--
 MdeModulePkg/Core/PiSmmCore/Smi.c                                                               |  2 +-
 MdeModulePkg/Core/PiSmmCore/SmramProfileRecord.c                                                |  4 +-
 MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c                          | 10 ++--
 MdePkg/Library/DxeHobLib/HobLib.c                                                               |  2 +-
 MdePkg/Library/DxeIoLibCpuIo2/IoLib.c                                                           |  2 +-
 MdePkg/Library/DxeRuntimePciExpressLib/PciExpressLib.c                                          |  6 +--
 MdePkg/Library/DxeServicesLib/DxeServicesLib.c                                                  | 12 ++---
 MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c                                        |  2 +-
 MdePkg/Library/DxeSmbusLib/DxeSmbusLib.c                                                        |  2 +-
 MdePkg/Library/PciSegmentLibSegmentInfo/DxeRuntimePciSegmentLib.c                               |  2 +-
 MdePkg/Library/PciSegmentLibSegmentInfo/PciSegmentLibCommon.c                                   |  4 +-
 MdePkg/Library/SmmMemLib/SmmMemLib.c                                                            |  4 +-
 MdePkg/Library/SmmPciExpressLib/PciExpressLib.c                                                 |  4 +-
 MdePkg/Library/SmmPciLibPciRootBridgeIo/PciLib.c                                                |  6 +--
 MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.c                                            | 42 ++++++++--------
 MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.c                                        |  2 +-
 NetworkPkg/ArpDxe/ArpDriver.c                                                                   | 14 +++---
 NetworkPkg/ArpDxe/ArpImpl.c                                                                     | 16 +++---
 NetworkPkg/ArpDxe/ArpMain.c                                                                     | 10 ++--
 NetworkPkg/Dhcp4Dxe/Dhcp4Driver.c                                                               |  8 +--
 NetworkPkg/Dhcp4Dxe/Dhcp4Impl.c                                                                 |  6 +--
 NetworkPkg/Dhcp4Dxe/Dhcp4Io.c                                                                   | 12 ++---
 NetworkPkg/Dhcp4Dxe/Dhcp4Option.c                                                               | 26 +++++-----
 NetworkPkg/Dhcp6Dxe/Dhcp6Driver.c                                                               | 12 ++---
 NetworkPkg/Dhcp6Dxe/Dhcp6Impl.c                                                                 | 12 ++---
 NetworkPkg/Dhcp6Dxe/Dhcp6Io.c                                                                   | 26 +++++-----
 NetworkPkg/Dhcp6Dxe/Dhcp6Utility.c                                                              | 16 +++---
 NetworkPkg/DnsDxe/DnsDriver.c                                                                   | 12 ++---
 NetworkPkg/DnsDxe/DnsImpl.c                                                                     | 28 +++++------
 NetworkPkg/DnsDxe/DnsProtocol.c                                                                 | 16 +++---
 NetworkPkg/DpcDxe/Dpc.c                                                                         |  6 +--
 NetworkPkg/HttpBootDxe/HttpBootConfig.c                                                         |  4 +-
 NetworkPkg/HttpBootDxe/HttpBootDhcp4.c                                                          |  2 +-
 NetworkPkg/HttpBootDxe/HttpBootDhcp6.c                                                          | 10 ++--
 NetworkPkg/HttpBootDxe/HttpBootDxe.c                                                            |  8 +--
 NetworkPkg/HttpBootDxe/HttpBootImpl.c                                                           |  2 +-
 NetworkPkg/HttpBootDxe/HttpBootSupport.c                                                        | 12 ++---
 NetworkPkg/HttpDxe/HttpDriver.c                                                                 | 12 ++---
 NetworkPkg/HttpDxe/HttpImpl.c                                                                   | 10 ++--
 NetworkPkg/HttpDxe/HttpProto.c                                                                  | 22 ++++-----
 NetworkPkg/HttpDxe/HttpsSupport.c                                                               |  2 +-
 NetworkPkg/IScsiDxe/ComponentName.c                                                             |  2 +-
 NetworkPkg/IScsiDxe/IScsiCHAP.c                                                                 |  4 +-
 NetworkPkg/IScsiDxe/IScsiConfig.c                                                               |  6 +--
 NetworkPkg/IScsiDxe/IScsiDhcp.c                                                                 |  4 +-
 NetworkPkg/IScsiDxe/IScsiDriver.c                                                               | 10 ++--
 NetworkPkg/IScsiDxe/IScsiMisc.c                                                                 |  6 +--
 NetworkPkg/IScsiDxe/IScsiProto.c                                                                | 40 +++++++--------
 NetworkPkg/Ip4Dxe/Ip4Common.c                                                                   | 10 ++--
 NetworkPkg/Ip4Dxe/Ip4Config2Impl.c                                                              | 10 ++--
 NetworkPkg/Ip4Dxe/Ip4Config2Nv.c                                                                |  4 +-
 NetworkPkg/Ip4Dxe/Ip4Driver.c                                                                   | 10 ++--
 NetworkPkg/Ip4Dxe/Ip4Icmp.c                                                                     |  2 +-
 NetworkPkg/Ip4Dxe/Ip4If.c                                                                       | 14 +++---
 NetworkPkg/Ip4Dxe/Ip4Igmp.c                                                                     |  8 +--
 NetworkPkg/Ip4Dxe/Ip4Impl.c                                                                     | 14 +++---
 NetworkPkg/Ip4Dxe/Ip4Input.c                                                                    | 28 +++++------
 NetworkPkg/Ip4Dxe/Ip4Option.c                                                                   |  4 +-
 NetworkPkg/Ip4Dxe/Ip4Output.c                                                                   | 12 ++---
 NetworkPkg/Ip4Dxe/Ip4Route.c                                                                    | 14 +++---
 NetworkPkg/Ip6Dxe/Ip6Common.c                                                                   |  2 +-
 NetworkPkg/Ip6Dxe/Ip6ConfigImpl.c                                                               | 10 ++--
 NetworkPkg/Ip6Dxe/Ip6ConfigNv.c                                                                 |  6 +--
 NetworkPkg/Ip6Dxe/Ip6Driver.c                                                                   | 12 ++---
 NetworkPkg/Ip6Dxe/Ip6Icmp.c                                                                     |  6 +--
 NetworkPkg/Ip6Dxe/Ip6If.c                                                                       | 10 ++--
 NetworkPkg/Ip6Dxe/Ip6Impl.c                                                                     | 10 ++--
 NetworkPkg/Ip6Dxe/Ip6Input.c                                                                    | 20 ++++----
 NetworkPkg/Ip6Dxe/Ip6Mld.c                                                                      |  8 +--
 NetworkPkg/Ip6Dxe/Ip6Nd.c                                                                       | 12 ++---
 NetworkPkg/Ip6Dxe/Ip6Output.c                                                                   |  2 +-
 NetworkPkg/Ip6Dxe/Ip6Route.c                                                                    |  6 +--
 NetworkPkg/Library/DxeHttpLib/DxeHttpLib.c                                                      |  4 +-
 NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib.c                                                      | 16 +++---
 NetworkPkg/Library/DxeNetLib/DxeNetLib.c                                                        | 26 +++++-----
 NetworkPkg/Library/DxeNetLib/NetBuffer.c                                                        |  4 +-
 NetworkPkg/Library/DxeTcpIoLib/DxeTcpIoLib.c                                                    | 10 ++--
 NetworkPkg/Library/DxeUdpIoLib/DxeUdpIoLib.c                                                    | 10 ++--
 NetworkPkg/MnpDxe/MnpConfig.c                                                                   | 14 +++---
 NetworkPkg/MnpDxe/MnpDriver.c                                                                   | 10 ++--
 NetworkPkg/MnpDxe/MnpIo.c                                                                       |  8 +--
 NetworkPkg/MnpDxe/MnpMain.c                                                                     |  6 +--
 NetworkPkg/Mtftp4Dxe/Mtftp4Driver.c                                                             |  4 +-
 NetworkPkg/Mtftp4Dxe/Mtftp4Impl.c                                                               | 10 ++--
 NetworkPkg/Mtftp4Dxe/Mtftp4Option.c                                                             | 20 ++++----
 NetworkPkg/Mtftp4Dxe/Mtftp4Rrq.c                                                                | 10 ++--
 NetworkPkg/Mtftp4Dxe/Mtftp4Support.c                                                            |  6 +--
 NetworkPkg/Mtftp4Dxe/Mtftp4Wrq.c                                                                |  8 +--
 NetworkPkg/Mtftp6Dxe/Mtftp6Driver.c                                                             |  4 +-
 NetworkPkg/Mtftp6Dxe/Mtftp6Impl.c                                                               |  4 +-
 NetworkPkg/Mtftp6Dxe/Mtftp6Option.c                                                             |  4 +-
 NetworkPkg/Mtftp6Dxe/Mtftp6Rrq.c                                                                | 10 ++--
 NetworkPkg/Mtftp6Dxe/Mtftp6Support.c                                                            |  8 +--
 NetworkPkg/Mtftp6Dxe/Mtftp6Wrq.c                                                                |  4 +-
 NetworkPkg/SnpDxe/Callback.c                                                                    |  2 +-
 NetworkPkg/SnpDxe/Shutdown.c                                                                    |  2 +-
 NetworkPkg/SnpDxe/Snp.c                                                                         |  6 +--
 NetworkPkg/SnpDxe/WaitForPacket.c                                                               |  2 +-
 NetworkPkg/TcpDxe/SockImpl.c                                                                    |  4 +-
 NetworkPkg/TcpDxe/SockInterface.c                                                               | 10 ++--
 NetworkPkg/TcpDxe/TcpDispatcher.c                                                               |  6 +--
 NetworkPkg/TcpDxe/TcpDriver.c                                                                   | 10 ++--
 NetworkPkg/TcpDxe/TcpInput.c                                                                    |  8 +--
 NetworkPkg/TcpDxe/TcpMain.c                                                                     |  4 +-
 NetworkPkg/TcpDxe/TcpMisc.c                                                                     |  2 +-
 NetworkPkg/TcpDxe/TcpOption.c                                                                   |  2 +-
 NetworkPkg/TcpDxe/TcpOutput.c                                                                   |  4 +-
 NetworkPkg/TcpDxe/TcpTimer.c                                                                    |  2 +-
 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigImpl.c                                                 |  6 +--
 NetworkPkg/TlsDxe/TlsDriver.c                                                                   |  4 +-
 NetworkPkg/Udp4Dxe/Udp4Driver.c                                                                 |  4 +-
 NetworkPkg/Udp4Dxe/Udp4Impl.c                                                                   | 12 ++---
 NetworkPkg/Udp4Dxe/Udp4Main.c                                                                   |  4 +-
 NetworkPkg/Udp6Dxe/Udp6Driver.c                                                                 |  8 +--
 NetworkPkg/Udp6Dxe/Udp6Impl.c                                                                   | 18 +++----
 NetworkPkg/Udp6Dxe/Udp6Main.c                                                                   | 12 ++---
 NetworkPkg/UefiPxeBcDxe/PxeBcBoot.c                                                             |  4 +-
 NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.c                                                            | 10 ++--
 NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c                                                            | 18 +++----
 NetworkPkg/UefiPxeBcDxe/PxeBcDriver.c                                                           |  4 +-
 NetworkPkg/UefiPxeBcDxe/PxeBcImpl.c                                                             | 10 ++--
 NetworkPkg/UefiPxeBcDxe/PxeBcMtftp.c                                                            | 12 ++---
 NetworkPkg/UefiPxeBcDxe/PxeBcSupport.c                                                          |  8 +--
 NetworkPkg/VlanConfigDxe/VlanConfigDriver.c                                                     |  8 +--
 OvmfPkg/AcpiPlatformDxe/BootScript.c                                                            |  2 +-
 OvmfPkg/AcpiPlatformDxe/Qemu.c                                                                  |  4 +-
 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpi.c                                                         |  2 +-
 OvmfPkg/Csm/BiosThunk/VideoDxe/BiosVideo.c                                                      |  4 +-
 OvmfPkg/Csm/CsmSupportLib/LegacyPlatform.c                                                      |  6 +--
 OvmfPkg/Csm/LegacyBiosDxe/LegacyBios.c                                                          |  6 +--
 OvmfPkg/Csm/LegacyBiosDxe/LegacyBootSupport.c                                                   |  4 +-
 OvmfPkg/Csm/LegacyBiosDxe/LegacyPci.c                                                           |  8 +--
 OvmfPkg/Csm/LegacyBiosDxe/Thunk.c                                                               |  4 +-
 OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUi.c                                            | 14 +++---
 OvmfPkg/Csm/LegacyBootManagerLib/LegacyBm.c                                                     | 18 +++----
 OvmfPkg/Library/DxePciLibI440FxQ35/PciLib.c                                                     |  4 +-
 OvmfPkg/Library/PciHostBridgeLib/XenSupport.c                                                   |  4 +-
 OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.c                                             |  2 +-
 OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxe.c                                                     |  2 +-
 OvmfPkg/Library/VirtioLib/VirtioLib.c                                                           |  2 +-
 OvmfPkg/Library/XenConsoleSerialPortLib/XenConsoleSerialPortLib.c                               |  6 +--
 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbInfo.c                                                |  4 +-
 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FwBlockService.c                                         |  8 +--
 OvmfPkg/QemuVideoDxe/Driver.c                                                                   |  2 +-
 OvmfPkg/VirtioNetDxe/DriverBinding.c                                                            |  2 +-
 OvmfPkg/VirtioNetDxe/SnpSharedHelpers.c                                                         |  2 +-
 OvmfPkg/VirtioRngDxe/VirtioRng.c                                                                |  2 +-
 OvmfPkg/VirtioScsiDxe/VirtioScsi.c                                                              |  2 +-
 OvmfPkg/XenBusDxe/XenBus.c                                                                      |  2 +-
 OvmfPkg/XenBusDxe/XenBusDxe.c                                                                   |  6 +--
 OvmfPkg/XenBusDxe/XenStore.c                                                                    |  4 +-
 OvmfPkg/XenPvBlkDxe/BlockFront.c                                                                |  2 +-
 OvmfPkg/XenPvBlkDxe/BlockIo.c                                                                   |  8 +--
 OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.c                                                               |  2 +-
 PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.c                                              |  2 +-
 PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c                                              |  6 +--
 SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.c                                                     |  2 +-
 SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.c                       |  2 +-
 SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.c                               |  2 +-
 SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.c                                 |  2 +-
 SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.c                        |  2 +-
 SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.c                        |  2 +-
 SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCore.c                                          |  2 +-
 SecurityPkg/Library/TcgStorageCoreLib/TcgStorageUtil.c                                          |  2 +-
 SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12Tis.c                                               |  4 +-
 SecurityPkg/Library/Tpm2CommandLib/Tpm2Miscellaneous.c                                          |  2 +-
 SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2Ptp.c                                                 |  4 +-
 SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2Tis.c                                                 |  6 +--
 SecurityPkg/Library/TpmCommLib/TisPc.c                                                          |  2 +-
 SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/Pkcs7VerifyDxe.c                                         |  2 +-
 SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.c                                               |  2 +-
 SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c                                                 | 10 ++--
 SecurityPkg/Tcg/Opal/OpalPassword/OpalDriver.c                                                  |  2 +-
 SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c                                                     |  8 +--
 SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.c                                       |  2 +-
 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPeim.c                                                     |  2 +-
 SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c                                                               |  4 +-
 SecurityPkg/Tcg/TcgPei/TcgPei.c                                                                 |  8 +--
 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigFileExplorer.c            |  2 +-
 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c                    |  2 +-
 ShellPkg/Application/Shell/ConsoleLogger.c                                                      | 12 ++---
 ShellPkg/Application/Shell/ConsoleWrappers.c                                                    |  2 +-
 ShellPkg/Application/Shell/FileHandleWrappers.c                                                 |  8 +--
 ShellPkg/Application/Shell/Shell.c                                                              |  8 +--
 ShellPkg/Application/Shell/ShellEnvVar.c                                                        |  8 +--
 ShellPkg/Application/Shell/ShellManParser.c                                                     | 20 ++++----
 ShellPkg/Application/Shell/ShellParametersProtocol.c                                            | 26 +++++-----
 ShellPkg/Application/Shell/ShellProtocol.c                                                      | 36 +++++++-------
 ShellPkg/DynamicCommand/DpDynamicCommand/Dp.c                                                   |  4 +-
 ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.c                                                |  2 +-
 ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.c                                     |  4 +-
 ShellPkg/DynamicCommand/DpDynamicCommand/DpTrace.c                                              |  4 +-
 ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c                                               |  8 +--
 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpApp.c                                            |  2 +-
 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.c                                 |  4 +-
 SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.c                                          | 26 +++++-----
 SignedCapsulePkg/Universal/RecoveryModuleLoadPei/ParseConfigProfile.c                           |  2 +-
 SignedCapsulePkg/Universal/RecoveryModuleLoadPei/RecoveryModuleLoadPei.c                        | 14 +++---
 SignedCapsulePkg/Universal/SystemFirmwareUpdate/ParseConfigProfile.c                            |  2 +-
 SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareCommonDxe.c                       |  4 +-
 SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareReportDxe.c                       |  8 +--
 SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareUpdateDxe.c                       |  4 +-
 SourceLevelDebugPkg/DebugAgentDxe/DebugAgentDxe.c                                               |  2 +-
 SourceLevelDebugPkg/DebugAgentPei/DebugAgentPei.c                                               |  2 +-
 SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugAgent.c                            | 52 ++++++++++----------
 SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/DxeDebugAgentLib.c                         |  2 +-
 SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/SerialIo.c                                 |  6 +--
 SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/SecPeiDebugAgentLib.c                   | 10 ++--
 SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgent/SmmDebugAgentLib.c                         | 10 ++--
 SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.c   |  2 +-
 SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Common.c         |  2 +-
 SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Dxe.c            |  2 +-
 SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Transfer.c       |  4 +-
 StandaloneMmPkg/Core/Dependency.c                                                               |  2 +-
 StandaloneMmPkg/Core/Dispatcher.c                                                               |  2 +-
 StandaloneMmPkg/Core/FwVol.c                                                                    |  2 +-
 StandaloneMmPkg/Core/StandaloneMmCore.c                                                         |  2 +-
 UefiCpuPkg/CpuDxe/CpuDxe.c                                                                      |  8 +--
 UefiCpuPkg/CpuDxe/CpuGdt.c                                                                      |  2 +-
 UefiCpuPkg/CpuDxe/CpuMp.c                                                                       |  4 +-
 UefiCpuPkg/CpuDxe/CpuPageTable.c                                                                |  6 +--
 UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiDxeSmmCpuException.c                               |  4 +-
 UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmException.c                                        |  2 +-
 UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c                                        |  4 +-
 UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.c                                                   |  4 +-
 UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.c                                           |  2 +-
 UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.c                                           |  2 +-
 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c                                                      |  4 +-
 UefiCpuPkg/PiSmmCpuDxeSmm/SmmCpuMemoryManagement.c                                              |  4 +-
 UefiCpuPkg/PiSmmCpuDxeSmm/SmramSaveState.c                                                      |  6 +--
 UefiCpuPkg/PiSmmCpuDxeSmm/X64/Semaphore.c                                                       |  2 +-
 EmulatorPkg/Sec/Ia32/SwitchRam.S                                                                | 18 +++----
 EmulatorPkg/Sec/Ia32/SwitchRam.asm                                                              | 20 ++++----
 EmulatorPkg/Sec/X64/SwitchRam.S                                                                 |  2 +-
 EmulatorPkg/Sec/X64/SwitchRam.asm                                                               |  2 +-
 EmulatorPkg/Unix/GdbRun.sh                                                                      |  4 +-
 EmulatorPkg/Unix/Host/X64/Gasket.S                                                              |  4 +-
 EmulatorPkg/Unix/Host/X64/SwitchStack.S                                                         |  2 +-
 EmulatorPkg/Unix/lldbefi.py                                                                     | 14 +++---
 IntelFsp2WrapperPkg/Library/BaseFspWrapperApiLib/X64/Thunk64To32.nasm                           |  6 +--
 IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/Ia32/SecEntry.nasm                |  2 +-
 IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/Ia32/Stack.nasm                   |  2 +-
 MdeModulePkg/Application/UiApp/FrontPageStrings.uni                                             |  6 +--
 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.uni                                                    |  2 +-
 MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.uni                                                |  2 +-
 MdePkg/Library/DxePcdLib/DxePcdLib.uni                                                          |  2 +-
 NetworkPkg/MnpDxe/MnpDxe.uni                                                                    |  4 +-
 OvmfPkg/AcpiTables/Facp.aslc                                                                    |  8 +--
 OvmfPkg/AcpiTables/Facs.aslc                                                                    |  4 +-
 OvmfPkg/AcpiTables/Madt.aslc                                                                    |  2 +-
 OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUiLib.uni                                       |  8 +--
 OvmfPkg/QemuVideoDxe/VbeShim.asm                                                                | 14 +++---
 SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.uni                                                   |  4 +-
 SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.uni                             |  2 +-
 SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.uni                                                             |  2 +-
 SecurityPkg/Tcg/TcgSmm/TcgSmm.uni                                                               |  2 +-
 ShellPkg/Application/ShellCTestApp/README.txt                                                   |  2 +-
 SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/AsmFuncs.nasm                      |  4 +-
 SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.uni |  2 +-
 UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/SmiEntry.nasm                                          |  2 +-
 UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmiEntry.nasm                                                     |  2 +-
 UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmmInit.nasm                                                      |  2 +-
 587 files changed, 1853 insertions(+), 1854 deletions(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 122+ messages in thread

end of thread, other threads:[~2019-12-20  6:38 UTC | newest]

Thread overview: 122+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-03 16:14 [PATCH 00/79] Fix a bunch of typos (part 1) Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 01/79] CryptoPkg/OpensslLib: Fix few typos Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 02/79] EmbeddedPkg/FdtLib: Fix a typo Philippe Mathieu-Daudé
2019-12-03 16:58   ` Leif Lindholm
2019-12-03 16:14 ` [PATCH 03/79] EmbeddedPkg/VirtualKeyboard: Fix a typo in EFI_INVALID_PARAMETER Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 04/79] EmbeddedPkg/VirtualKeyboard: Fix few typos Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 05/79] EmulatorPkg/Sec: Fix various typos Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 06/79] EmulatorPkg/Unix: " Philippe Mathieu-Daudé
2019-12-20  6:38   ` Ni, Ray
2019-12-03 16:14 ` [PATCH 07/79] EmulatorPkg/Win: " Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 08/79] FatPkg/EnhancedFatDxe: " Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 09/79] FatPkg/FatPei: Fix few typos Philippe Mathieu-Daudé
2019-12-20  6:37   ` Ni, Ray
2019-12-03 16:14 ` [PATCH 10/79] IntelFsp2WrapperPkg: Fix various typos Philippe Mathieu-Daudé
2019-12-04  1:14   ` [edk2-devel] " Nate DeSimone
2019-12-04  1:22   ` Chiu, Chasel
2019-12-04  1:40     ` [edk2-devel] " Michael D Kinney
2019-12-04  2:30   ` Zeng, Star
2019-12-11  1:53   ` Chiu, Chasel
2019-12-03 16:14 ` [PATCH 11/79] MdeModulePkg/Application: Improve French translation Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 12/79] MdeModulePkg/Application: Fix various typos Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 13/79] MdeModulePkg/Bus/Ata: " Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 14/79] MdeModulePkg/Bus/I2c: Fix few typos Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 15/79] MdeModulePkg/Bus/Isa: Fix various typos Philippe Mathieu-Daudé
2019-12-03 16:14 ` [PATCH 16/79] MdeModulePkg/Bus/Scsi: " Philippe Mathieu-Daudé
2019-12-03 16:15 ` [PATCH 17/79] MdeModulePkg/Bus/Sd: " Philippe Mathieu-Daudé
2019-12-03 16:15 ` [PATCH 18/79] MdeModulePkg/Core/Pei: " Philippe Mathieu-Daudé
2019-12-03 16:15 ` [PATCH 19/79] MdeModulePkg/Core/PiSmmCore: " Philippe Mathieu-Daudé
2019-12-03 16:15 ` [PATCH 20/79] MdeModulePkg/UsbBusDxe: Fix a typo Philippe Mathieu-Daudé
2019-12-03 16:15 ` [PATCH 21/79] MdeModulePkg/UsbMass: Fix various typos Philippe Mathieu-Daudé
2019-12-03 16:15 ` [PATCH 22/79] MdeModulePkg/UsbMouse: Fix few typos Philippe Mathieu-Daudé
2019-12-03 16:15 ` [PATCH 23/79] MdeModulePkg/UsbBus: Fix various typos Philippe Mathieu-Daudé
2019-12-03 16:15 ` [PATCH 24/79] MdeModulePkg/Usb: " Philippe Mathieu-Daudé
2019-12-03 16:15 ` [PATCH 25/79] MdePkg/IndustryStandard: " Philippe Mathieu-Daudé
2019-12-04  1:35   ` Michael D Kinney
2019-12-03 16:15 ` [PATCH 26/79] MdePkg/Library/Dxe: " Philippe Mathieu-Daudé
2019-12-04  1:24   ` [edk2-devel] " Michael D Kinney
2019-12-03 16:15 ` [PATCH 27/79] MdePkg/Library/Pci: " Philippe Mathieu-Daudé
2019-12-04  1:25   ` [edk2-devel] " Michael D Kinney
2019-12-03 16:15 ` [PATCH 28/79] MdePkg/Library/Smm: " Philippe Mathieu-Daudé
2019-12-04  1:28   ` Michael D Kinney
2019-12-03 16:15 ` [PATCH 29/79] MdePkg/Ppi: " Philippe Mathieu-Daudé
2019-12-04  1:29   ` [edk2-devel] " Michael D Kinney
2019-12-03 16:15 ` [PATCH 30/79] MdePkg/Register: " Philippe Mathieu-Daudé
2019-12-04  1:30   ` [edk2-devel] " Michael D Kinney
2019-12-03 16:15 ` [PATCH 31/79] NetworkPkg: Fix a typo Philippe Mathieu-Daudé
2019-12-03 17:18   ` Leif Lindholm
2019-12-03 17:20     ` Philippe Mathieu-Daudé
2019-12-04 14:02       ` [edk2-devel] " Maciej Rabeda
2019-12-03 16:15 ` [PATCH 32/79] NetworkPkg/ArpDxe: Fix various typos Philippe Mathieu-Daudé
2019-12-04 13:20   ` [edk2-devel] " Maciej Rabeda
2019-12-03 16:15 ` [PATCH 33/79] NetworkPkg/Dhcp4Dxe: " Philippe Mathieu-Daudé
2019-12-04 13:25   ` [edk2-devel] " Maciej Rabeda
2019-12-03 16:15 ` [PATCH 34/79] NetworkPkg/Dhcp6Dxe: " Philippe Mathieu-Daudé
2019-12-04 13:28   ` [edk2-devel] " Maciej Rabeda
2019-12-03 16:15 ` [PATCH 35/79] NetworkPkg/DnsDxe: Fix a typo Philippe Mathieu-Daudé
2019-12-04 13:35   ` [edk2-devel] " Maciej Rabeda
2019-12-03 16:15 ` [PATCH 36/79] NetworkPkg/DnsDxe: Fix various typos Philippe Mathieu-Daudé
2019-12-04 13:36   ` [edk2-devel] " Maciej Rabeda
2019-12-03 16:15 ` [PATCH 37/79] NetworkPkg/DpcDxe: Fix few typos Philippe Mathieu-Daudé
2019-12-04 13:37   ` [edk2-devel] " Maciej Rabeda
2019-12-03 16:15 ` [PATCH 38/79] NetworkPkg/HttpBootDxe: Fix a typo in variable name Philippe Mathieu-Daudé
2019-12-04 13:52   ` [edk2-devel] " Maciej Rabeda
2019-12-03 16:15 ` [PATCH 39/79] NetworkPkg/HttpBootDxe: Fix various typos Philippe Mathieu-Daudé
2019-12-04 13:53   ` [edk2-devel] " Maciej Rabeda
2019-12-03 16:26 ` [PATCH 00/79] Fix a bunch of typos (part 1) Cœur
     [not found] ` <20191203161602.15969-61-philmd@redhat.com>
2019-12-03 16:45   ` [PATCH 60/79] OvmfPkg/Xen: Fix a typo Anthony PERARD
2019-12-03 21:05   ` Laszlo Ersek
     [not found] ` <20191203161602.15969-62-philmd@redhat.com>
2019-12-03 16:56   ` [PATCH 61/79] OvmfPkg/Xen: Fix various typos Anthony PERARD
2019-12-03 21:06     ` Laszlo Ersek
2019-12-04  3:39     ` Cœur
2019-12-04 16:07       ` [edk2-devel] " Michael D Kinney
2019-12-09 13:06         ` Philippe Mathieu-Daudé
2019-12-09 17:53           ` Michael D Kinney
     [not found] ` <20191203161602.15969-76-philmd@redhat.com>
2019-12-03 19:44   ` [PATCH 75/79] StandaloneMmPkg: Fix a typo Yao, Jiewen
     [not found] ` <20191203161602.15969-77-philmd@redhat.com>
2019-12-03 19:45   ` [PATCH 76/79] StandaloneMmPkg: Fix few typos Yao, Jiewen
     [not found] ` <20191203161602.15969-57-philmd@redhat.com>
2019-12-03 20:48   ` [PATCH 56/79] OvmfPkg/Acpi: " Laszlo Ersek
     [not found] ` <20191203161602.15969-58-philmd@redhat.com>
2019-12-03 20:50   ` [PATCH 57/79] OvmfPkg/Csm: Fix various typos Laszlo Ersek
2019-12-03 23:31     ` David Woodhouse
2019-12-04 14:07       ` [edk2-devel] " Philippe Mathieu-Daudé
     [not found] ` <20191203161602.15969-59-philmd@redhat.com>
2019-12-03 21:00   ` [PATCH 58/79] OvmfPkg/Qemu: " Laszlo Ersek
2019-12-09 12:55     ` Philippe Mathieu-Daudé
2019-12-09 13:00       ` Philippe Mathieu-Daudé
2019-12-09 16:12         ` Laszlo Ersek
2019-12-09 15:44       ` Laszlo Ersek
     [not found] ` <20191203161602.15969-60-philmd@redhat.com>
2019-12-03 21:00   ` [PATCH 59/79] OvmfPkg/Virtio: Fix few typos Laszlo Ersek
     [not found] ` <20191203161602.15969-78-philmd@redhat.com>
2019-12-03 21:03   ` [PATCH 77/79] UefiCpuPkg/CpuDxe: " Laszlo Ersek
2019-12-06  7:24   ` Dong, Eric
     [not found] ` <20191203161602.15969-80-philmd@redhat.com>
2019-12-03 21:05   ` [PATCH 79/79] UefiCpuPkg/Smm: Fix various typos Laszlo Ersek
2019-12-06  7:24   ` Dong, Eric
     [not found] ` <20191203161602.15969-73-philmd@redhat.com>
2019-12-04  1:03   ` [PATCH 72/79] SourceLevelDebugPkg/DebugAgent: " Wu, Hao A
     [not found] ` <20191203161602.15969-74-philmd@redhat.com>
2019-12-04  1:03   ` [PATCH 73/79] SourceLevelDebugPkg/DebugCommunicationLib: " Wu, Hao A
     [not found] ` <20191203161602.15969-75-philmd@redhat.com>
2019-12-04  1:03   ` [PATCH 74/79] SourceLevelDebugPkg: Fix few typos Wu, Hao A
2019-12-04  1:16 ` [edk2-devel] [PATCH 00/79] Fix a bunch of typos (part 1) Nate DeSimone
2019-12-04  1:27   ` Liming Gao
2019-12-04  9:09     ` Laszlo Ersek
2019-12-04 14:57       ` Maciej Rabeda
2019-12-04 16:29   ` Philippe Mathieu-Daudé
2019-12-04 16:44     ` Leif Lindholm
2019-12-04 22:15       ` Laszlo Ersek
2019-12-04 22:18         ` Philippe Mathieu-Daudé
     [not found] ` <20191203161602.15969-79-philmd@redhat.com>
2019-12-03 21:04   ` [PATCH 78/79] UefiCpuPkg/PiSmm: Fix various typos Laszlo Ersek
2019-12-06  7:24   ` Dong, Eric
     [not found] ` <20191203161602.15969-56-philmd@redhat.com>
2019-12-06 16:01   ` [PATCH 55/79] NetworkPkg/VlanConfigDxe: Fix few typos Rabeda, Maciej
     [not found] ` <20191203161602.15969-55-philmd@redhat.com>
2019-12-06 16:01   ` [PATCH 54/79] NetworkPkg/UefiPxeBcDxe: Fix various typos Rabeda, Maciej
     [not found] ` <20191203161602.15969-52-philmd@redhat.com>
2019-12-06 16:01   ` [PATCH 51/79] NetworkPkg/Tls: Fix few typos Rabeda, Maciej
     [not found] ` <20191203161602.15969-51-philmd@redhat.com>
2019-12-06 16:02   ` [PATCH 50/79] NetworkPkg/TcpDxe/Tcp: Fix various typos Rabeda, Maciej
     [not found] ` <20191203161602.15969-47-philmd@redhat.com>
2019-12-06 16:02   ` [PATCH 46/79] NetworkPkg/Mtftp4Dxe: " Rabeda, Maciej
     [not found] ` <20191203161602.15969-53-philmd@redhat.com>
2019-12-06 16:02   ` [PATCH 52/79] NetworkPkg/Udp4Dxe: " Rabeda, Maciej
     [not found] ` <20191203161602.15969-54-philmd@redhat.com>
2019-12-06 16:03   ` [PATCH 53/79] NetworkPkg/Udp6Dxe: " Rabeda, Maciej
     [not found] ` <20191203161602.15969-43-philmd@redhat.com>
2019-12-06 16:03   ` [PATCH 42/79] NetworkPkg/Ip6Dxe: " Rabeda, Maciej
     [not found] ` <20191203161602.15969-45-philmd@redhat.com>
2019-12-06 16:04   ` [PATCH 44/79] NetworkPkg/Library: " Rabeda, Maciej
     [not found] ` <20191203161602.15969-42-philmd@redhat.com>
2019-12-06 16:04   ` [PATCH 41/79] NetworkPkg/Ip4Dxe: " Rabeda, Maciej
     [not found] ` <20191203161602.15969-50-philmd@redhat.com>
2019-12-06 16:04   ` [PATCH 49/79] NetworkPkg/TcpDxe/Sock: Fix few typos Rabeda, Maciej
     [not found] ` <20191203161602.15969-48-philmd@redhat.com>
2019-12-06 16:05   ` [PATCH 47/79] NetworkPkg/Mtftp6Dxe: Fix various typos Rabeda, Maciej
     [not found] ` <20191203161602.15969-46-philmd@redhat.com>
2019-12-06 16:05   ` [PATCH 45/79] NetworkPkg/MnpDxe: " Rabeda, Maciej
     [not found] ` <20191203161602.15969-41-philmd@redhat.com>
2019-12-06 16:05   ` [PATCH 40/79] NetworkPkg/HttpDxe: " Rabeda, Maciej
     [not found] ` <20191203161602.15969-49-philmd@redhat.com>
2019-12-06 16:09   ` [PATCH 48/79] NetworkPkg/SnpDxe: Fix few typos Rabeda, Maciej
2019-12-06 16:38     ` Philippe Mathieu-Daudé
2019-12-10  7:21 ` [PATCH 00/79] Fix a bunch of typos (part 1) Cœur
     [not found] ` <20191203161602.15969-70-philmd@redhat.com>
2019-12-13  2:33   ` [PATCH 69/79] ShellPkg/DynamicCommand: Fix various typos Gao, Zhichao
     [not found] ` <20191203161602.15969-69-philmd@redhat.com>
2019-12-13  2:33   ` [PATCH 68/79] ShellPkg/Application: " Gao, Zhichao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox