mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
EmulatorPkg: Fix EFI_SUCCESS typos
EFI_SUCESS -> EFI_SUCCESS Signed-off-by: Gao Qihang <gaoqihang@loongson.cn>
This commit is contained in:
parent
c4bc60b2b7
commit
716563f594
2 changed files with 2 additions and 2 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue