public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Michael D Kinney" <michael.d.kinney@intel.com>
To: devel@edk2.groups.io
Cc: Ray Ni <ray.ni@intel.com>, Zhichao Gao <zhichao.gao@intel.com>,
	Jordan Justen <jordan.l.justen@intel.com>,
	Andrew Fish <afish@apple.com>,
	Jian J Wang <jian.j.wang@intel.com>,
	Hao A Wu <hao.a.wu@intel.com>, Liming Gao <liming.gao@intel.com>,
	Zhiguang Liu <zhiguang.liu@intel.com>,
	Laszlo Ersek <lersek@redhat.com>,
	Ard Biesheuvel <ard.biesheuvel@arm.com>,
	Qi Zhang <qi1.zhang@intel.com>,
	Rahul Kumar <rahul1.kumar@intel.com>
Subject: [Patch 0/6] Fix spelling mistake for occurred
Date: Fri, 31 Jul 2020 18:04:51 -0700	[thread overview]
Message-ID: <20200801010457.28776-1-michael.d.kinney@intel.com> (raw)

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


             reply	other threads:[~2020-08-01  1:05 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-01  1:04 Michael D Kinney [this message]
2020-08-01  1:04 ` [Patch 1/6] EmulatorPkg: Fix spelling mistake for occurred Michael D Kinney
2020-08-03  2:19   ` [edk2-devel] " Liming Gao
2020-08-07  5:38   ` Ni, Ray
2020-08-01  1:04 ` [Patch 2/6] MdeModulePkg: " Michael D Kinney
2020-08-07  3:28   ` [edk2-devel] " Wu, Hao A
2020-08-01  1:04 ` [Patch 3/6] MdePkg: " Michael D Kinney
2020-08-03  2:12   ` [edk2-devel] " Liming Gao
2020-08-01  1:04 ` [Patch 4/6] OvmfPkg: " Michael D Kinney
2020-08-01 19:15   ` Laszlo Ersek
2020-08-01  1:04 ` [Patch 5/6] SecurityPkg: " Michael D Kinney
2020-08-04 10:00   ` [edk2-devel] " Maciej Rabeda
2020-08-18 16:42   ` Wang, Jian J
2020-08-01  1:04 ` [Patch 6/6] ShellPkg: " Michael D Kinney
2020-08-03  4:49   ` [edk2-devel] " Gao, Zhichao
2020-08-03  0:57 ` [edk2-devel] [Patch 0/6] " Guomin Jiang

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=20200801010457.28776-1-michael.d.kinney@intel.com \
    --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