Reviewed-by: Nickle Wang <[email protected]>

Regards,
Nickle

> -----Original Message-----
> From: [email protected] <[email protected]>
> Sent: Monday, November 27, 2023 1:31 PM
> To: [email protected]
> Cc: Nickle Wang <[email protected]>; Igor Kulchytskyy <[email protected]>;
> Mike Maslenkin <[email protected]>
> Subject: [PATCH V3 4/9] RedfishPkg/RedfishConfigHandler: Correct the prototype
> of callback function
> 
> External email: Use caution opening links or attachments
> 
> 
> From: Abner Chang <[email protected]>
> 
> Signed-off-by: Abner Chang <[email protected]>
> Cc: Nickle Wang <[email protected]>
> Cc: Igor Kulchytskyy <[email protected]>
> Cc: Mike Maslenkin <[email protected]>
> ---
>  RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.c
> b/RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.c
> index b421f51374d..2d0170d8861 100644
> --- a/RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.c
> +++ b/RedfishPkg/RedfishConfigHandler/RedfishConfigHandlerDriver.c
> @@ -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;
> --
> 2.37.1.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#112010): https://edk2.groups.io/g/devel/message/112010
Mute This Topic: https://groups.io/mt/102824319/21656
Group Owner: [email protected]
Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to