From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: devel@edk2.groups.io
Cc: Supreeth Venkatesh <supreeth.venkatesh@arm.com>,
Eric Dong <eric.dong@intel.com>,
Liming Gao <liming.gao@intel.com>,
Achin Gupta <achin.gupta@arm.com>,
Dandan Bi <dandan.bi@intel.com>, Jiaxin Wu <jiaxin.wu@intel.com>,
Hao A Wu <hao.a.wu@intel.com>, Ray Ni <ray.ni@intel.com>,
Siyuan Fu <siyuan.fu@intel.com>,
Jiewen Yao <jiewen.yao@intel.com>,
Jian J Wang <jian.j.wang@intel.com>,
Laszlo Ersek <lersek@redhat.com>,
Philippe Mathieu-Daude <philmd@redhat.com>
Subject: [PATCH v2 1/4] MdeModulePkg DxeCore: Fix typo in function name
Date: Wed, 16 Oct 2019 15:25:30 +0200 [thread overview]
Message-ID: <20191016132533.8876-2-philmd@redhat.com> (raw)
In-Reply-To: <20191016132533.8876-1-philmd@redhat.com>
An extra 's' slipped into the FvIsBeingProcessed function
name. Drop it to fix the typo.
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c b/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c
index c310b40b5298..fed60c48825d 100644
--- a/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c
+++ b/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c
@@ -696,7 +696,7 @@ FvHasBeenProcessed (
**/
KNOWN_HANDLE *
-FvIsBeingProcesssed (
+FvIsBeingProcessed (
IN EFI_HANDLE FvHandle
)
{
@@ -1253,7 +1253,7 @@ CoreFwVolEventProtocolNotify (
//
// Since we are about to process this Fv mark it as processed.
//
- KnownHandle = FvIsBeingProcesssed (FvHandle);
+ KnownHandle = FvIsBeingProcessed (FvHandle);
if (KnownHandle == NULL) {
//
// The FV with the same FV name guid has already been processed.
--
2.21.0
next prev parent reply other threads:[~2019-10-16 13:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-16 13:25 [PATCH v2 0/4] trivial: Fix typos in "processing/processed" Philippe Mathieu-Daudé
2019-10-16 13:25 ` Philippe Mathieu-Daudé [this message]
2019-10-16 13:25 ` [PATCH v2 2/4] MdeModulePkg/PiSmmCore: Fix typo in function name Philippe Mathieu-Daudé
2019-10-16 13:25 ` [PATCH v2 3/4] StandaloneMmPkg/Core: " Philippe Mathieu-Daudé
2019-10-16 13:43 ` Yao, Jiewen
2019-10-16 13:25 ` [PATCH v2 4/4] NetworkPkg/Ip6Dxe: Fix typo in comment Philippe Mathieu-Daudé
2019-10-16 13:32 ` [PATCH v2 0/4] trivial: Fix typos in "processing/processed" Laszlo Ersek
2019-10-17 1:10 ` [edk2-devel] " Wu, Hao A
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=20191016132533.8876-2-philmd@redhat.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