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>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
This commit is contained in:
Tan, Ming 2019-11-11 15:18:50 +08:00 committed by mergify[bot]
parent e92b155740
commit bfcf262488
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ CreatePlatformSmbiosMemoryRecords (
**/ **/
EFI_STATUS EFI_STATUS
EFIAPI EFIAPI
PlatfomrSmbiosDriverEntryPoint ( PlatformSmbiosDriverEntryPoint (
IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable IN EFI_SYSTEM_TABLE *SystemTable
) )

View File

@ -15,7 +15,7 @@
FILE_GUID = 67FA951E-4FA2-9F4E-A658-4DBD954AC22E FILE_GUID = 67FA951E-4FA2-9F4E-A658-4DBD954AC22E
MODULE_TYPE = DXE_DRIVER MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0 VERSION_STRING = 1.0
ENTRY_POINT = PlatfomrSmbiosDriverEntryPoint ENTRY_POINT = PlatformSmbiosDriverEntryPoint
[Sources] [Sources]