mirror of
				https://gitlab.com/qemu-project/edk2.git
				synced 2025-10-30 07:56:39 +08:00 
			
		
		
		
	EmulatorPkg: Fix EFI_SUCCESS typos
EFI_SUCESS -> EFI_SUCCESS Signed-off-by: Gao Qihang <gaoqihang@loongson.cn>
This commit is contained in:
		| @ -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 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Gao Qihang
					Gao Qihang