From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smarthost01c.ixn.mail.zen.net.uk (smarthost01c.ixn.mail.zen.net.uk [212.23.1.22]) by mx.groups.io with SMTP id smtpd.web10.20.1643405803436729163 for ; Fri, 28 Jan 2022 13:36:43 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=permerror, err=parse error for token &{10 18 sdn.klaviyomail.com}: permanent DNS error (domain: starlabs.systems, ip: 212.23.1.22, mailfrom: sean@starlabs.systems) Received: from [217.155.46.38] (helo=sean-StarBook.lan) by smarthost01c.ixn.mail.zen.net.uk with esmtp (Exim 4.90_1) (envelope-from ) id 1nDYvB-00062W-FP; Fri, 28 Jan 2022 21:36:41 +0000 From: "Sean Rhodes" To: devel@edk2.groups.io Cc: Matt DeVillier Subject: [PATCH] MdeModulePkg/UiApp: Fix spelling of 'FRONTPAGE' Date: Fri, 28 Jan 2022 21:36:39 +0000 Message-Id: <72c34ddde3490fbe83f606c41b606fc1c099e0e2.1643405786.git.sean@starlabs.systems> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 X-Originating-smarthost01c-IP: [217.155.46.38] Feedback-ID: 217.155.46.38 Content-Transfer-Encoding: quoted-printable From: Matt DeVillier Signed-off-by: Matt DeVillier --- 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/Appl= ication/UiApp/FrontPage.c index cc9569e225..0e784fb327 100644 --- a/MdeModulePkg/Application/UiApp/FrontPage.c +++ b/MdeModulePkg/Application/UiApp/FrontPage.c @@ -213,7 +213,7 @@ UpdateFrontPageForm ( //=0D StartGuidLabel =3D (EFI_IFR_GUID_LABEL *)HiiCreateGuidOpCo= de (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL)= );=0D StartGuidLabel->ExtendOpCode =3D EFI_IFR_EXTEND_OP_LABEL;=0D - StartGuidLabel->Number =3D LABEL_FRANTPAGE_INFORMATION;=0D + StartGuidLabel->Number =3D LABEL_FRONTPAGE_INFORMATION;=0D //=0D // Create Hii Extend Label OpCode as the end opcode=0D //=0D diff --git a/MdeModulePkg/Application/UiApp/FrontPage.h b/MdeModulePkg/Appl= ication/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; //=0D #define FRONT_PAGE_FORM_ID 0x1000=0D =0D -#define LABEL_FRANTPAGE_INFORMATION 0x1000=0D +#define LABEL_FRONTPAGE_INFORMATION 0x1000=0D #define LABEL_END 0xffff=0D =0D #define FRONT_PAGE_FORMSET_GUID \=0D 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 @@ =0D #define FRONT_PAGE_FORM_ID 0x1000=0D =0D -#define LABEL_FRANTPAGE_INFORMATION 0x1000=0D +#define LABEL_FRONTPAGE_INFORMATION 0x1000=0D #define LABEL_END 0xffff=0D =0D formset=0D @@ -68,7 +68,7 @@ formset line 5,=0D align right;=0D =0D - label LABEL_FRANTPAGE_INFORMATION;=0D + label LABEL_FRONTPAGE_INFORMATION;=0D //=0D // This is where we will dynamically add a Action type op-code to show= =0D // the platform information.=0D --=20 2.32.0