From 716563f594d211a247cd5b788f0cce7c185c5a92 Mon Sep 17 00:00:00 2001 From: Gao Qihang Date: Fri, 6 Jun 2025 11:00:15 +0800 Subject: [PATCH] EmulatorPkg: Fix EFI_SUCCESS typos EFI_SUCESS -> EFI_SUCCESS Signed-off-by: Gao Qihang --- .../RedfishPlatformHostInterfaceLib.c | 2 +- EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EmulatorPkg/Library/RedfishPlatformHostInterfaceLib/RedfishPlatformHostInterfaceLib.c b/EmulatorPkg/Library/RedfishPlatformHostInterfaceLib/RedfishPlatformHostInterfaceLib.c index 2fec935a1d..584f7fb071 100644 --- a/EmulatorPkg/Library/RedfishPlatformHostInterfaceLib/RedfishPlatformHostInterfaceLib.c +++ b/EmulatorPkg/Library/RedfishPlatformHostInterfaceLib/RedfishPlatformHostInterfaceLib.c @@ -350,7 +350,7 @@ DumpRedfishIpProtocolData ( @param[out] RedfishProtocolData Pointer to retrieve REDFISH_OVER_IP_PROTOCOL_DATA. @param[out] RedfishProtocolDataSize Size of REDFISH_OVER_IP_PROTOCOL_DATA. - @retval EFI_SUCESS REDFISH_OVER_IP_PROTOCOL_DATA is returned successfully. + @retval EFI_SUCCESS REDFISH_OVER_IP_PROTOCOL_DATA is returned successfully. **/ EFI_STATUS GetRedfishRecordFromVariable ( diff --git a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c index 7100abeb91..a71bc00508 100644 --- a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c +++ b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c @@ -75,7 +75,7 @@ CreatePlatformSmbiosMemoryRecords ( @param ImageHandle Image handle this driver. @param SystemTable Pointer to SystemTable. - @retval EFI_SUCESS This function always complete successfully. + @retval EFI_SUCCESS This function always complete successfully. **/ EFI_STATUS