[edk2-devel] [PATCH] EmulatorPkg/PlatformSmbiosDxe: fix a spell error of platform.

Tan, Ming posted 1 patch 4 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/edk2 tags/patchew/d0502f0ad1544432d41ac1e3ba81db73e0448547.1573456550.git.ming.tan@intel.com
EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c   | 2 +-
EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[edk2-devel] [PATCH] EmulatorPkg/PlatformSmbiosDxe: fix a spell error of platform.
Posted by Tan, Ming 4 years, 4 months ago
Old code use platfomr.
Change PlatfomrSmbiosDriverEntryPoint to PlatformSmbiosDriverEntryPoint.

Signed-off-by: Ming Tan <ming.tan@intel.com>
---
 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/EmulatorPkg/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/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
index 95b119e953..756f643c74 100644
--- a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
+++ b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
@@ -15,7 +15,7 @@
   FILE_GUID                      = 67FA951E-4FA2-9F4E-A658-4DBD954AC22E
   MODULE_TYPE                    = DXE_DRIVER
   VERSION_STRING                 = 1.0
-  ENTRY_POINT                    = PlatfomrSmbiosDriverEntryPoint
+  ENTRY_POINT                    = PlatformSmbiosDriverEntryPoint
 
 
 [Sources]
-- 
2.23.0.windows.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50335): https://edk2.groups.io/g/devel/message/50335
Mute This Topic: https://groups.io/mt/52449861/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH] EmulatorPkg/PlatformSmbiosDxe: fix a spell error of platform.
Posted by Ni, Ray 4 years, 4 months ago
Thanks for your contribution.

Reviewed-by: Ray Ni <ray.ni@Intel.com>


> -----Original Message-----
> From: devel@edk2.groups.io <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.
> 
> Old code use platfomr.
> Change PlatfomrSmbiosDriverEntryPoint to PlatformSmbiosDriverEntryPoint.
> 
> Signed-off-by: Ming Tan <ming.tan@intel.com>
> ---
>  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/EmulatorPkg/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/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
> index 95b119e953..756f643c74 100644
> --- a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
> +++ b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
> @@ -15,7 +15,7 @@
>    FILE_GUID                      = 67FA951E-4FA2-9F4E-A658-4DBD954AC22E
> 
>    MODULE_TYPE                    = DXE_DRIVER
> 
>    VERSION_STRING                 = 1.0
> 
> -  ENTRY_POINT                    = PlatfomrSmbiosDriverEntryPoint
> 
> +  ENTRY_POINT                    = PlatformSmbiosDriverEntryPoint
> 
> 
> 
> 
> 
>  [Sources]
> 
> --
> 2.23.0.windows.1
> 
> 
> -=-=-=-=-=-=
> Groups.io Links: You receive all messages sent to this group.
> 
> 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]
> -=-=-=-=-=-=


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50412): https://edk2.groups.io/g/devel/message/50412
Mute This Topic: https://groups.io/mt/52449861/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH] EmulatorPkg/PlatformSmbiosDxe: fix a spell error of platform.
Posted by Philippe Mathieu-Daudé 4 years, 4 months ago
On 11/11/19 8:18 AM, Tan, Ming wrote:
> Old code use platfomr.
> Change PlatfomrSmbiosDriverEntryPoint to PlatformSmbiosDriverEntryPoint.
> 
> Signed-off-by: Ming Tan <ming.tan@intel.com>
> ---
>   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/EmulatorPkg/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/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
> index 95b119e953..756f643c74 100644
> --- a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
> +++ b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
> @@ -15,7 +15,7 @@
>     FILE_GUID                      = 67FA951E-4FA2-9F4E-A658-4DBD954AC22E
>     MODULE_TYPE                    = DXE_DRIVER
>     VERSION_STRING                 = 1.0
> -  ENTRY_POINT                    = PlatfomrSmbiosDriverEntryPoint
> +  ENTRY_POINT                    = PlatformSmbiosDriverEntryPoint
>   
>   
>   [Sources]
> 

Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50359): https://edk2.groups.io/g/devel/message/50359
Mute This Topic: https://groups.io/mt/52449861/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH] EmulatorPkg/PlatformSmbiosDxe: fix a spell error of platform.
Posted by Liming Gao 4 years, 4 months ago
Reviewed-by: Liming Gao <liming.gao@intel.com>

>-----Original Message-----
>From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
>Philippe Mathieu-Daudé
>Sent: Monday, November 11, 2019 5:27 PM
>To: devel@edk2.groups.io; Tan, Ming <ming.tan@intel.com>
>Subject: Re: [edk2-devel] [PATCH] EmulatorPkg/PlatformSmbiosDxe: fix a
>spell error of platform.
>
>On 11/11/19 8:18 AM, Tan, Ming wrote:
>> Old code use platfomr.
>> Change PlatfomrSmbiosDriverEntryPoint to PlatformSmbiosDriverEntryPoint.
>>
>> Signed-off-by: Ming Tan <ming.tan@intel.com>
>> ---
>>   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/EmulatorPkg/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/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
>> index 95b119e953..756f643c74 100644
>> --- a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
>> +++ b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf
>> @@ -15,7 +15,7 @@
>>     FILE_GUID                      = 67FA951E-4FA2-9F4E-A658-4DBD954AC22E
>>     MODULE_TYPE                    = DXE_DRIVER
>>     VERSION_STRING                 = 1.0
>> -  ENTRY_POINT                    = PlatfomrSmbiosDriverEntryPoint
>> +  ENTRY_POINT                    = PlatformSmbiosDriverEntryPoint
>>
>>
>>   [Sources]
>>
>
>Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
>
>
>


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#50386): https://edk2.groups.io/g/devel/message/50386
Mute This Topic: https://groups.io/mt/52449861/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-