diff --git a/RedfishClientPkg/Features/Bios/v1_0_9/Dxe/BiosDxe.c b/RedfishClientPkg/Features/Bios/v1_0_9/Dxe/BiosDxe.c index 8b9bdc313..85dc54612 100644 --- a/RedfishClientPkg/Features/Bios/v1_0_9/Dxe/BiosDxe.c +++ b/RedfishClientPkg/Features/Bios/v1_0_9/Dxe/BiosDxe.c @@ -562,7 +562,7 @@ EDKII_REDFISH_CONFIG_HANDLER_PROTOCOL mRedfishConfigHandler = { **/ VOID EFIAPI -EfiRestJasonStructureProtocolIsReady ( +EfiRestJsonStructureProtocolIsReady ( IN EFI_EVENT Event, IN VOID *Context ) @@ -829,7 +829,7 @@ RedfishResourceEntryPoint ( EfiCreateProtocolNotifyEvent ( &gEfiRestJsonStructureProtocolGuid, TPL_CALLBACK, - EfiRestJasonStructureProtocolIsReady, + EfiRestJsonStructureProtocolIsReady, NULL, &Registration );