From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web09.838.1573456744835763047 for ; Sun, 10 Nov 2019 23:19:04 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: ming.tan@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Nov 2019 23:19:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,291,1569308400"; d="scan'208";a="213713745" Received: from mingtan1-mobl1.ccr.corp.intel.com ([10.239.200.120]) by fmsmga001.fm.intel.com with ESMTP; 10 Nov 2019 23:19:03 -0800 From: "Tan, Ming" To: devel@edk2.groups.io Subject: [PATCH] EmulatorPkg/PlatformSmbiosDxe: fix a spell error of platform. Date: Mon, 11 Nov 2019 15:18:50 +0800 Message-Id: X-Mailer: git-send-email 2.23.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Old code use platfomr. Change PlatfomrSmbiosDriverEntryPoint to PlatformSmbiosDriverEntryPoint. Signed-off-by: Ming Tan --- EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c | 2 +- EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c b/EmulatorPk= g/PlatformSmbiosDxe/PlatformSmbiosDxe.c index e6f8734600..48a3bfb5e9 100644 --- a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c +++ b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c @@ -82,7 +82,7 @@ CreatePlatformSmbiosMemoryRecords ( **/=0D EFI_STATUS=0D EFIAPI=0D -PlatfomrSmbiosDriverEntryPoint (=0D +PlatformSmbiosDriverEntryPoint (=0D IN EFI_HANDLE ImageHandle,=0D IN EFI_SYSTEM_TABLE *SystemTable=0D )=0D diff --git a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf b/Emulator= Pkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf index 95b119e953..756f643c74 100644 --- a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf +++ b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf @@ -15,7 +15,7 @@ FILE_GUID =3D 67FA951E-4FA2-9F4E-A658-4DBD954AC22E= =0D MODULE_TYPE =3D DXE_DRIVER=0D VERSION_STRING =3D 1.0=0D - ENTRY_POINT =3D PlatfomrSmbiosDriverEntryPoint=0D + ENTRY_POINT =3D PlatformSmbiosDriverEntryPoint=0D =0D =0D [Sources]=0D --=20 2.23.0.windows.1