Skip to content

Commit

Permalink
RedfishPkg/RedfishConfigHandler: Correct the prototype of callback fu…
Browse files Browse the repository at this point in the history
…nction

Signed-off-by: Abner Chang <[email protected]>
Cc: Nickle Wang <[email protected]>
Cc: Igor Kulchytskyy <[email protected]>
Cc: Mike Maslenkin <[email protected]>
Reviewed-by: Nickle Wang <[email protected]>
Acked-by: Mike Maslenkin <[email protected]>
  • Loading branch information
changab authored and mergify[bot] committed Dec 5, 2023
1 parent 8325fd6 commit dbaf9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,14 +425,14 @@ AcquireRedfishServiceOnNetworkInterfaceCallback (
protocol interface is installed.
@param[in] Event Event whose notification function is being invoked.
@param[out] Context Pointer to the Context buffer
@param[in] Context Pointer to the Context buffer
**/
VOID
EFIAPI
RedfishDiscoverProtocolInstalled (
IN EFI_EVENT Event,
OUT VOID *Context
IN VOID *Context
)
{
EFI_STATUS Status;
Expand Down

0 comments on commit dbaf9d3

Please sign in to comment.