From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web09.6525.1573529693801782595 for ; Mon, 11 Nov 2019 19:34:54 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: ray.ni@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Nov 2019 19:34:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,294,1569308400"; d="scan'208";a="234697138" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga002.fm.intel.com with ESMTP; 11 Nov 2019 19:34:52 -0800 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 11 Nov 2019 19:34:51 -0800 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 11 Nov 2019 19:34:51 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.127]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.41]) with mapi id 14.03.0439.000; Tue, 12 Nov 2019 11:34:49 +0800 From: "Ni, Ray" To: "devel@edk2.groups.io" , "Tan, Ming" CC: "'Andrew Fish (afish@apple.com)'" Subject: Re: [edk2-devel] [PATCH] EmulatorPkg/PlatformSmbiosDxe: fix a spell error of platform. Thread-Topic: [edk2-devel] [PATCH] EmulatorPkg/PlatformSmbiosDxe: fix a spell error of platform. Thread-Index: AQHVmGrkPtBDDrmMmEOZOzvhj/7946eG4rrw Date: Tue, 12 Nov 2019 03:34:48 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5C359042@SHSMSX104.ccr.corp.intel.com> References: In-Reply-To: Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: ray.ni@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Thanks for your contribution. Reviewed-by: Ray Ni > -----Original Message----- > From: devel@edk2.groups.io On Behalf Of Tan, > Ming > Sent: Monday, November 11, 2019 3:19 PM > To: devel@edk2.groups.io > Subject: [edk2-devel] [PATCH] EmulatorPkg/PlatformSmbiosDxe: fix a spell > error of platform. >=20 > Old code use platfomr. > Change PlatfomrSmbiosDriverEntryPoint to PlatformSmbiosDriverEntryPoint. >=20 > Signed-off-by: Ming Tan > --- > EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c | 2 +- > EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c > b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c > index e6f8734600..48a3bfb5e9 100644 > --- a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c > +++ b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c > @@ -82,7 +82,7 @@ CreatePlatformSmbiosMemoryRecords ( > **/ >=20 > EFI_STATUS >=20 > EFIAPI >=20 > -PlatfomrSmbiosDriverEntryPoint ( >=20 > +PlatformSmbiosDriverEntryPoint ( >=20 > IN EFI_HANDLE ImageHandle, >=20 > IN EFI_SYSTEM_TABLE *SystemTable >=20 > ) >=20 > diff --git a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf > b/EmulatorPkg/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-4DBD954AC22= E >=20 > MODULE_TYPE =3D DXE_DRIVER >=20 > VERSION_STRING =3D 1.0 >=20 > - ENTRY_POINT =3D PlatfomrSmbiosDriverEntryPoint >=20 > + ENTRY_POINT =3D PlatformSmbiosDriverEntryPoint >=20 >=20 >=20 >=20 >=20 > [Sources] >=20 > -- > 2.23.0.windows.1 >=20 >=20 > -=3D-=3D-=3D-=3D-=3D-=3D > Groups.io Links: You receive all messages sent to this group. >=20 > View/Reply Online (#50335): https://edk2.groups.io/g/devel/message/50335 > Mute This Topic: https://groups.io/mt/52449861/1712937 > Group Owner: devel+owner@edk2.groups.io > Unsubscribe: https://edk2.groups.io/g/devel/unsub [ray.ni@intel.com] > -=3D-=3D-=3D-=3D-=3D-=3D