Skip to content

Commit

Permalink
RedfishClientPkg: fix typo in EfiRestJsonStructureProtocolIsReady
Browse files Browse the repository at this point in the history
Cc: Igor Kulchytskyy <[email protected]>
Signed-off-by: Mike Maslenkin <[email protected]>
Reviewed-by: Nickle Wang <[email protected]>
Reviewed-by: Abner Chang <[email protected]>
  • Loading branch information
ghbaccount committed Dec 21, 2023
1 parent 557b335 commit 50df45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RedfishClientPkg/Features/Bios/v1_0_9/Dxe/BiosDxe.c
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ EDKII_REDFISH_CONFIG_HANDLER_PROTOCOL mRedfishConfigHandler = {
**/
VOID
EFIAPI
EfiRestJasonStructureProtocolIsReady (
EfiRestJsonStructureProtocolIsReady (
IN EFI_EVENT Event,
IN VOID *Context
)
Expand Down Expand Up @@ -829,7 +829,7 @@ RedfishResourceEntryPoint (
EfiCreateProtocolNotifyEvent (
&gEfiRestJsonStructureProtocolGuid,
TPL_CALLBACK,
EfiRestJasonStructureProtocolIsReady,
EfiRestJsonStructureProtocolIsReady,
NULL,
&Registration
);
Expand Down

0 comments on commit 50df45a

Please sign in to comment.