From: "Guomin Jiang" <guomin.jiang@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
"Kinney, Michael D" <michael.d.kinney@intel.com>
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: Re: [edk2-devel] [Patch 0/6] Fix spelling mistake for occurred
Date: Mon, 3 Aug 2020 00:57:29 +0000 [thread overview]
Message-ID: <DM6PR11MB2955AEC28164791D99E1F6499D4D0@DM6PR11MB2955.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20200801010457.28776-1-michael.d.kinney@intel.com>
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
>
>
>
prev parent reply other threads:[~2020-08-03 0:57 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-01 1:04 [Patch 0/6] Fix spelling mistake for occurred Michael D Kinney
2020-08-01 1:04 ` [Patch 1/6] EmulatorPkg: " 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 ` Guomin Jiang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DM6PR11MB2955AEC28164791D99E1F6499D4D0@DM6PR11MB2955.namprd11.prod.outlook.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