RedfishPkg/RedfishConfigHandler: Correct the prototype of callback function

Signed-off-by: Abner Chang <abner.chang@amd.com>
Cc: Nickle Wang <nicklew@nvidia.com>
Cc: Igor Kulchytskyy <igork@ami.com>
Cc: Mike Maslenkin <mike.maslenkin@gmail.com>
Reviewed-by: Nickle Wang <nicklew@nvidia.com>
Acked-by: Mike Maslenkin <mike.maslenkin@gmail.com>
This commit is contained in:
Abner Chang 2023-11-23 13:32:31 +08:00 committed by mergify[bot]
parent 8325fd6466
commit dbaf9d3046
1 changed files with 2 additions and 2 deletions

View File

@ -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;