[edk2-devel] [Patch 0/6] Fix spelling mistake for occurred

Michael D Kinney posted 6 patches 3 years, 8 months ago
Failed in applying to current master (apply log)
EmulatorPkg/EmuGopDxe/GopScreen.c             |  2 +-
EmulatorPkg/TimerDxe/Timer.c                  |  2 +-
MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c      |  4 +-
MdeModulePkg/Core/Dxe/FwVol/FwVol.c           |  2 +-
.../Include/Protocol/GenericMemoryTest.h      |  4 +-
.../Acpi/S3SaveStateDxe/S3SaveState.c         |  2 +-
.../Acpi/SmmS3SaveState/SmmS3SaveState.c      |  2 +-
.../Console/ConSplitterDxe/ConSplitter.h      |  4 +-
.../ConSplitterDxe/ConSplitterGraphics.c      |  4 +-
.../Universal/DebugPortDxe/DebugPort.c        |  2 +-
.../Universal/DebugPortDxe/DebugPort.h        |  2 +-
.../FvSimpleFileSystem.c                      |  2 +-
.../Universal/LoadFileOnFv2/LoadFileOnFv2.c   |  2 +-
.../GenericMemoryTestDxe/LightMemoryTest.c    |  4 +-
.../GenericMemoryTestDxe/LightMemoryTest.h    |  4 +-
MdePkg/Include/Protocol/UgaDraw.h             |  2 +-
MdePkg/Library/BaseLib/FilePaths.c            |  2 +-
OvmfPkg/Bhyve/BhyveRfbDxe/GopScreen.c         |  2 +-
OvmfPkg/Include/Protocol/Legacy8259.h         |  2 +-
OvmfPkg/SioBusDxe/SioService.c                |  2 +-
.../DxeImageVerificationLib.c                 |  2 +-
ShellPkg/Include/Library/ShellLib.h           |  4 +-
.../UefiShellBcfgCommandLib.c                 |  4 +-
.../Edit/FileBuffer.c                         |  4 +-
.../Edit/MainTextEditor.c                     | 34 ++++++-------
.../Edit/MainTextEditor.h                     |  6 +--
.../HexEdit/BufferImage.c                     |  8 ++--
.../HexEdit/BufferImage.h                     |  6 +--
.../HexEdit/Clipboard.c                       |  4 +-
.../HexEdit/Clipboard.h                       |  4 +-
.../HexEdit/DiskImage.c                       |  6 +--
.../HexEdit/DiskImage.h                       |  6 +--
.../HexEdit/FileImage.c                       |  4 +-
.../HexEdit/FileImage.h                       |  4 +-
.../HexEdit/MainHexEditor.c                   | 48 +++++++++----------
.../HexEdit/MainHexEditor.h                   |  8 ++--
.../HexEdit/MemImage.c                        |  6 +--
.../HexEdit/MemImage.h                        |  6 +--
.../UefiShellDebug1CommandsLib/HexEdit/Misc.c |  8 ++--
.../UefiShellDebug1CommandsLib/HexEdit/Misc.h |  4 +-
.../UefiShellDriver1CommandsLib/Drivers.c     |  2 +-
.../Library/UefiShellLevel2CommandsLib/Rm.c   |  2 +-
.../UefiShellLevel2CommandsLib.h              |  2 +-
ShellPkg/Library/UefiShellLib/UefiShellLib.c  |  6 +--
44 files changed, 120 insertions(+), 120 deletions(-)
[edk2-devel] [Patch 0/6] Fix spelling mistake for occurred
Posted by Michael D Kinney 3 years, 8 months ago
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361

Cc: Ray Ni <ray.ni@intel.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Qi Zhang <qi1.zhang@intel.com>
Cc: Rahul Kumar <rahul1.kumar@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>

Michael D Kinney (6):
  EmulatorPkg: Fix spelling mistake for occurred
  MdeModulePkg: Fix spelling mistake for occurred
  MdePkg: Fix spelling mistake for occurred
  OvmfPkg: Fix spelling mistake for occurred
  SecurityPkg: Fix spelling mistake for occurred
  ShellPkg: Fix spelling mistake for occurred

 EmulatorPkg/EmuGopDxe/GopScreen.c             |  2 +-
 EmulatorPkg/TimerDxe/Timer.c                  |  2 +-
 MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c      |  4 +-
 MdeModulePkg/Core/Dxe/FwVol/FwVol.c           |  2 +-
 .../Include/Protocol/GenericMemoryTest.h      |  4 +-
 .../Acpi/S3SaveStateDxe/S3SaveState.c         |  2 +-
 .../Acpi/SmmS3SaveState/SmmS3SaveState.c      |  2 +-
 .../Console/ConSplitterDxe/ConSplitter.h      |  4 +-
 .../ConSplitterDxe/ConSplitterGraphics.c      |  4 +-
 .../Universal/DebugPortDxe/DebugPort.c        |  2 +-
 .../Universal/DebugPortDxe/DebugPort.h        |  2 +-
 .../FvSimpleFileSystem.c                      |  2 +-
 .../Universal/LoadFileOnFv2/LoadFileOnFv2.c   |  2 +-
 .../GenericMemoryTestDxe/LightMemoryTest.c    |  4 +-
 .../GenericMemoryTestDxe/LightMemoryTest.h    |  4 +-
 MdePkg/Include/Protocol/UgaDraw.h             |  2 +-
 MdePkg/Library/BaseLib/FilePaths.c            |  2 +-
 OvmfPkg/Bhyve/BhyveRfbDxe/GopScreen.c         |  2 +-
 OvmfPkg/Include/Protocol/Legacy8259.h         |  2 +-
 OvmfPkg/SioBusDxe/SioService.c                |  2 +-
 .../DxeImageVerificationLib.c                 |  2 +-
 ShellPkg/Include/Library/ShellLib.h           |  4 +-
 .../UefiShellBcfgCommandLib.c                 |  4 +-
 .../Edit/FileBuffer.c                         |  4 +-
 .../Edit/MainTextEditor.c                     | 34 ++++++-------
 .../Edit/MainTextEditor.h                     |  6 +--
 .../HexEdit/BufferImage.c                     |  8 ++--
 .../HexEdit/BufferImage.h                     |  6 +--
 .../HexEdit/Clipboard.c                       |  4 +-
 .../HexEdit/Clipboard.h                       |  4 +-
 .../HexEdit/DiskImage.c                       |  6 +--
 .../HexEdit/DiskImage.h                       |  6 +--
 .../HexEdit/FileImage.c                       |  4 +-
 .../HexEdit/FileImage.h                       |  4 +-
 .../HexEdit/MainHexEditor.c                   | 48 +++++++++----------
 .../HexEdit/MainHexEditor.h                   |  8 ++--
 .../HexEdit/MemImage.c                        |  6 +--
 .../HexEdit/MemImage.h                        |  6 +--
 .../UefiShellDebug1CommandsLib/HexEdit/Misc.c |  8 ++--
 .../UefiShellDebug1CommandsLib/HexEdit/Misc.h |  4 +-
 .../UefiShellDriver1CommandsLib/Drivers.c     |  2 +-
 .../Library/UefiShellLevel2CommandsLib/Rm.c   |  2 +-
 .../UefiShellLevel2CommandsLib.h              |  2 +-
 ShellPkg/Library/UefiShellLib/UefiShellLib.c  |  6 +--
 44 files changed, 120 insertions(+), 120 deletions(-)

-- 
2.21.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#63607): https://edk2.groups.io/g/devel/message/63607
Mute This Topic: https://groups.io/mt/75919234/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [Patch 0/6] Fix spelling mistake for occurred
Posted by Guomin Jiang 3 years, 8 months ago
Reviewed-by: Guomin Jiang <guomin.jiang@intel.com> for the patch series

Thanks for your contribution.
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Michael
> D Kinney
> Sent: Saturday, August 1, 2020 9:05 AM
> To: devel@edk2.groups.io
> Cc: Ni, Ray <ray.ni@intel.com>; Gao, Zhichao <zhichao.gao@intel.com>;
> Justen, Jordan L <jordan.l.justen@intel.com>; Andrew Fish
> <afish@apple.com>; Wang, Jian J <jian.j.wang@intel.com>; Wu, Hao A
> <hao.a.wu@intel.com>; Gao, Liming <liming.gao@intel.com>; Liu, Zhiguang
> <zhiguang.liu@intel.com>; Laszlo Ersek <lersek@redhat.com>; Ard
> Biesheuvel <ard.biesheuvel@arm.com>; Zhang, Qi1 <qi1.zhang@intel.com>;
> Kumar, Rahul1 <rahul1.kumar@intel.com>
> Subject: [edk2-devel] [Patch 0/6] Fix spelling mistake for occurred
> 
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361
> 
> Cc: Ray Ni <ray.ni@intel.com>
> Cc: Zhichao Gao <zhichao.gao@intel.com>
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Cc: Andrew Fish <afish@apple.com>
> Cc: Jian J Wang <jian.j.wang@intel.com>
> Cc: Hao A Wu <hao.a.wu@intel.com>
> Cc: Liming Gao <liming.gao@intel.com>
> Cc: Zhiguang Liu <zhiguang.liu@intel.com>
> Cc: Laszlo Ersek <lersek@redhat.com>
> Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
> Cc: Qi Zhang <qi1.zhang@intel.com>
> Cc: Rahul Kumar <rahul1.kumar@intel.com>
> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> 
> Michael D Kinney (6):
>   EmulatorPkg: Fix spelling mistake for occurred
>   MdeModulePkg: Fix spelling mistake for occurred
>   MdePkg: Fix spelling mistake for occurred
>   OvmfPkg: Fix spelling mistake for occurred
>   SecurityPkg: Fix spelling mistake for occurred
>   ShellPkg: Fix spelling mistake for occurred
> 
>  EmulatorPkg/EmuGopDxe/GopScreen.c             |  2 +-
>  EmulatorPkg/TimerDxe/Timer.c                  |  2 +-
>  MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c      |  4 +-
>  MdeModulePkg/Core/Dxe/FwVol/FwVol.c           |  2 +-
>  .../Include/Protocol/GenericMemoryTest.h      |  4 +-
>  .../Acpi/S3SaveStateDxe/S3SaveState.c         |  2 +-
>  .../Acpi/SmmS3SaveState/SmmS3SaveState.c      |  2 +-
>  .../Console/ConSplitterDxe/ConSplitter.h      |  4 +-
>  .../ConSplitterDxe/ConSplitterGraphics.c      |  4 +-
>  .../Universal/DebugPortDxe/DebugPort.c        |  2 +-
>  .../Universal/DebugPortDxe/DebugPort.h        |  2 +-
>  .../FvSimpleFileSystem.c                      |  2 +-
>  .../Universal/LoadFileOnFv2/LoadFileOnFv2.c   |  2 +-
>  .../GenericMemoryTestDxe/LightMemoryTest.c    |  4 +-
>  .../GenericMemoryTestDxe/LightMemoryTest.h    |  4 +-
>  MdePkg/Include/Protocol/UgaDraw.h             |  2 +-
>  MdePkg/Library/BaseLib/FilePaths.c            |  2 +-
>  OvmfPkg/Bhyve/BhyveRfbDxe/GopScreen.c         |  2 +-
>  OvmfPkg/Include/Protocol/Legacy8259.h         |  2 +-
>  OvmfPkg/SioBusDxe/SioService.c                |  2 +-
>  .../DxeImageVerificationLib.c                 |  2 +-
>  ShellPkg/Include/Library/ShellLib.h           |  4 +-
>  .../UefiShellBcfgCommandLib.c                 |  4 +-
>  .../Edit/FileBuffer.c                         |  4 +-
>  .../Edit/MainTextEditor.c                     | 34 ++++++-------
>  .../Edit/MainTextEditor.h                     |  6 +--
>  .../HexEdit/BufferImage.c                     |  8 ++--
>  .../HexEdit/BufferImage.h                     |  6 +--
>  .../HexEdit/Clipboard.c                       |  4 +-
>  .../HexEdit/Clipboard.h                       |  4 +-
>  .../HexEdit/DiskImage.c                       |  6 +--
>  .../HexEdit/DiskImage.h                       |  6 +--
>  .../HexEdit/FileImage.c                       |  4 +-
>  .../HexEdit/FileImage.h                       |  4 +-
>  .../HexEdit/MainHexEditor.c                   | 48 +++++++++----------
>  .../HexEdit/MainHexEditor.h                   |  8 ++--
>  .../HexEdit/MemImage.c                        |  6 +--
>  .../HexEdit/MemImage.h                        |  6 +--
>  .../UefiShellDebug1CommandsLib/HexEdit/Misc.c |  8 ++--
> .../UefiShellDebug1CommandsLib/HexEdit/Misc.h |  4 +-
>  .../UefiShellDriver1CommandsLib/Drivers.c     |  2 +-
>  .../Library/UefiShellLevel2CommandsLib/Rm.c   |  2 +-
>  .../UefiShellLevel2CommandsLib.h              |  2 +-
>  ShellPkg/Library/UefiShellLib/UefiShellLib.c  |  6 +--
>  44 files changed, 120 insertions(+), 120 deletions(-)
> 
> --
> 2.21.0.windows.1
> 
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#63640): https://edk2.groups.io/g/devel/message/63640
Mute This Topic: https://groups.io/mt/75919234/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-