From: Tan, Ming Date: Mon, 11 Nov 2019 07:18:50 +0000 (+0800) Subject: EmulatorPkg/PlatformSmbiosDxe: fix a spell error of platform. X-Git-Tag: edk2-stable201911~27 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=bfcf262488a140550a53361c225a9b2b1bee0db8 EmulatorPkg/PlatformSmbiosDxe: fix a spell error of platform. Old code use platfomr. Change PlatfomrSmbiosDriverEntryPoint to PlatformSmbiosDriverEntryPoint. Signed-off-by: Ming Tan Reviewed-by: Ray Ni Reviewed-by: Liming Gao Reviewed-by: Philippe Mathieu-Daude --- 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]