public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Sean Rhodes" <sean@starlabs.systems>
To: devel@edk2.groups.io
Cc: Matt DeVillier <matt.devillier@gmail.com>
Subject: [PATCH] MdeModulePkg/UiApp: Fix spelling of 'FRONTPAGE'
Date: Fri, 28 Jan 2022 21:36:39 +0000	[thread overview]
Message-ID: <72c34ddde3490fbe83f606c41b606fc1c099e0e2.1643405786.git.sean@starlabs.systems> (raw)

From: Matt DeVillier <matt.devillier@gmail.com>

Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
---
 MdeModulePkg/Application/UiApp/FrontPage.c      | 2 +-
 MdeModulePkg/Application/UiApp/FrontPage.h      | 2 +-
 MdeModulePkg/Application/UiApp/FrontPageVfr.Vfr | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/MdeModulePkg/Application/UiApp/FrontPage.c b/MdeModulePkg/Application/UiApp/FrontPage.c
index cc9569e225..0e784fb327 100644
--- a/MdeModulePkg/Application/UiApp/FrontPage.c
+++ b/MdeModulePkg/Application/UiApp/FrontPage.c
@@ -213,7 +213,7 @@ UpdateFrontPageForm (
   //
   StartGuidLabel               = (EFI_IFR_GUID_LABEL *)HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
   StartGuidLabel->ExtendOpCode = EFI_IFR_EXTEND_OP_LABEL;
-  StartGuidLabel->Number       = LABEL_FRANTPAGE_INFORMATION;
+  StartGuidLabel->Number       = LABEL_FRONTPAGE_INFORMATION;
   //
   // Create Hii Extend Label OpCode as the end opcode
   //
diff --git a/MdeModulePkg/Application/UiApp/FrontPage.h b/MdeModulePkg/Application/UiApp/FrontPage.h
index 20c4f5f9a7..efabc9ed1a 100644
--- a/MdeModulePkg/Application/UiApp/FrontPage.h
+++ b/MdeModulePkg/Application/UiApp/FrontPage.h
@@ -33,7 +33,7 @@ extern EFI_FORM_BROWSER2_PROTOCOL  *gFormBrowser2;
 //
 #define FRONT_PAGE_FORM_ID  0x1000
 
-#define LABEL_FRANTPAGE_INFORMATION  0x1000
+#define LABEL_FRONTPAGE_INFORMATION  0x1000
 #define LABEL_END                    0xffff
 
 #define FRONT_PAGE_FORMSET_GUID \
diff --git a/MdeModulePkg/Application/UiApp/FrontPageVfr.Vfr b/MdeModulePkg/Application/UiApp/FrontPageVfr.Vfr
index aabf47fdf6..ac40c4676e 100644
--- a/MdeModulePkg/Application/UiApp/FrontPageVfr.Vfr
+++ b/MdeModulePkg/Application/UiApp/FrontPageVfr.Vfr
@@ -11,7 +11,7 @@
 
 #define FRONT_PAGE_FORM_ID             0x1000
 
-#define LABEL_FRANTPAGE_INFORMATION    0x1000
+#define LABEL_FRONTPAGE_INFORMATION    0x1000
 #define LABEL_END                      0xffff
 
 formset
@@ -68,7 +68,7 @@ formset
       line  5,
       align right;
 
-    label LABEL_FRANTPAGE_INFORMATION;
+    label LABEL_FRONTPAGE_INFORMATION;
     //
     // This is where we will dynamically add a Action type op-code to show
     // the platform information.
-- 
2.32.0


             reply	other threads:[~2022-01-28 21:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-28 21:36 Sean Rhodes [this message]
2022-01-29  1:30 ` 回复: [edk2-devel] [PATCH] MdeModulePkg/UiApp: Fix spelling of 'FRONTPAGE' gaoliming

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=72c34ddde3490fbe83f606c41b606fc1c099e0e2.1643405786.git.sean@starlabs.systems \
    --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