From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web11.2061.1573464405782472620 for ; Mon, 11 Nov 2019 01:26:45 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=ildl33Rw; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1573464404; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=t8ncHMCTc0XOksGT2qKpvKut/oHV546B+E+E9Ok50q0=; b=ildl33RwDLW4d13GtXzh/cwma8LV0aukfUTuMKiQovkB33TQwTwkd+4h5ezyuqS3qRC1sZ ONke0NmVb4GnE9vSOXt0hg1wu++314cLWaTVwSpgn+2yMeIXCFNqROxuTnEmIle/q40aSc hvf7FmajN4fONZJzJ/tYVbAWKo6Y91E= Received: from mail-wm1-f71.google.com (mail-wm1-f71.google.com [209.85.128.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-34-_8p26SIENcSIuVIwBG_xhw-1; Mon, 11 Nov 2019 04:26:41 -0500 Received: by mail-wm1-f71.google.com with SMTP id f11so8030300wmc.8 for ; Mon, 11 Nov 2019 01:26:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=Agr49/+19N5OzHX9imJNtYPYzQKvsDGmeCoC2PtxbGE=; b=svmrO4V0sWtFAtX1X8v3ZVT0EwHb4CoDayPkT1N9MuvX/gmfIYkmaRzB1BhZ0nIU2k jxUlnNcZyl8c4pDQT188IrTZk/9AHXedQ/R2ecJI8zKQkVZqszYkKLmG/1JsCbS3Lq4Z J38h3ieqLi+l4WotqyIkxLqnhsoiqoErFXHVK6EmMSKve1Z2swJDk4Cl55dskTl3i401 qDSZGthPZGWqA2Z0vN4wf5uMErlQaQMFYAu8AWQ3xBtmhcJE6ODIPxkPwOc6PKWqGUDp vpS925Dmgu3eZF1yUwyiaTgDdt6ZIku+wSxqt2xBS/2H7x2DmJJm1GNOTVlaKEHINemN 4pJA== X-Gm-Message-State: APjAAAUYzHArROVBS9SIN6U5emg6Pzc3lQsTf/84obFKygsH0mQVpJo0 KeS7cuw8gFarHycOaKx62rmunyhYy57etnK2FV9LQRtz1M4OVqKXZrpiCdvzznBzGI2TJ8erFyJ OLmkYgdpzuSaLmw== X-Received: by 2002:a5d:4649:: with SMTP id j9mr20568726wrs.248.1573464400617; Mon, 11 Nov 2019 01:26:40 -0800 (PST) X-Google-Smtp-Source: APXvYqwm+YLUQzGdWQoavlR5I65JSvvQDIBe4sWdsOBGxRlCTaVcHRkhtVWiHi+ibRZ15wloKjtrgw== X-Received: by 2002:a5d:4649:: with SMTP id j9mr20568708wrs.248.1573464400419; Mon, 11 Nov 2019 01:26:40 -0800 (PST) Return-Path: Received: from [192.168.1.33] (62.red-88-21-202.staticip.rima-tde.net. [88.21.202.62]) by smtp.gmail.com with ESMTPSA id q124sm13625671wme.13.2019.11.11.01.26.39 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 11 Nov 2019 01:26:39 -0800 (PST) Subject: Re: [edk2-devel] [PATCH] EmulatorPkg/PlatformSmbiosDxe: fix a spell error of platform. To: devel@edk2.groups.io, ming.tan@intel.com References: From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= Message-ID: <6a59c2de-daf8-9555-d9ef-54a4734619d9@redhat.com> Date: Mon, 11 Nov 2019 10:26:38 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 MIME-Version: 1.0 In-Reply-To: X-MC-Unique: _8p26SIENcSIuVIwBG_xhw-1 X-Mimecast-Spam-Score: 0 Content-Language: en-US Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable On 11/11/19 8:18 AM, Tan, Ming wrote: > 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/Emulator= Pkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c > index e6f8734600..48a3bfb5e9 100644 > --- a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c > +++ b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c > @@ -82,7 +82,7 @@ CreatePlatformSmbiosMemoryRecords ( > **/ > EFI_STATUS > EFIAPI > -PlatfomrSmbiosDriverEntryPoint ( > +PlatformSmbiosDriverEntryPoint ( > IN EFI_HANDLE ImageHandle, > IN EFI_SYSTEM_TABLE *SystemTable > ) > diff --git a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf b/Emulat= orPkg/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-4DBD954AC2= 2E > MODULE_TYPE =3D DXE_DRIVER > VERSION_STRING =3D 1.0 > - ENTRY_POINT =3D PlatfomrSmbiosDriverEntryPoint > + ENTRY_POINT =3D PlatformSmbiosDriverEntryPoint > =20 > =20 > [Sources] >=20 Reviewed-by: Philippe Mathieu-Daude