public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Nickle Wang via groups.io" <nicklew=nvidia.com@groups.io>
To: "abner.chang@amd.com" <abner.chang@amd.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: Igor Kulchytskyy <igork@ami.com>
Subject: Re: [edk2-devel] [PATCH V2 5/6] RedfishPkg/RedfishRestExDxe: Uncrustify RedfishRestExDriver.h
Date: Mon, 8 Jan 2024 14:03:13 +0000	[thread overview]
Message-ID: <MW4PR12MB70317C1FBC7317E3F902154DD96B2@MW4PR12MB7031.namprd12.prod.outlook.com> (raw)
In-Reply-To: <20240107132701.302-6-abner.chang@amd.com>



Reviewed-by: Nickle Wang <nicklew@nvidia.com>

Regards,
Nickle

> -----Original Message-----
> From: abner.chang@amd.com <abner.chang@amd.com>
> Sent: Sunday, January 7, 2024 9:27 PM
> To: devel@edk2.groups.io
> Cc: Nickle Wang <nicklew@nvidia.com>; Igor Kulchytskyy <igork@ami.com>
> Subject: [PATCH V2 5/6] RedfishPkg/RedfishRestExDxe: Uncrustify
> RedfishRestExDriver.h
> 
> External email: Use caution opening links or attachments
> 
> 
> From: Abner Chang <abner.chang@amd.com>
> 
> Signed-off-by: Abner Chang <abner.chang@amd.com>
> Cc: Nickle Wang <nicklew@nvidia.com>
> Cc: Igor Kulchytskyy <igork@ami.com>
> ---
>  .../RedfishRestExDxe/RedfishRestExDriver.h    | 22 +++++++++----------
>  1 file changed, 11 insertions(+), 11 deletions(-)
> 
> diff --git a/RedfishPkg/RedfishRestExDxe/RedfishRestExDriver.h
> b/RedfishPkg/RedfishRestExDxe/RedfishRestExDriver.h
> index 929691cea35..f0107a453f7 100644
> --- a/RedfishPkg/RedfishRestExDxe/RedfishRestExDriver.h
> +++ b/RedfishPkg/RedfishRestExDxe/RedfishRestExDriver.h
> @@ -100,31 +100,31 @@ struct _RESTEX_SERVICE {
>  #define RESTEX_INSTANCE_FLAGS_TCP_ERROR_RETRY  0x00000002
> 
>  struct _RESTEX_INSTANCE {
> -  UINT32                        Signature;
> -  LIST_ENTRY                    Link;
> +  UINT32                          Signature;
> +  LIST_ENTRY                      Link;
> 
> -  EFI_REST_EX_PROTOCOL          RestEx;
> +  EFI_REST_EX_PROTOCOL            RestEx;
> 
> -  INTN                          State;
> -  BOOLEAN                       InDestroy;
> +  INTN                            State;
> +  BOOLEAN                         InDestroy;
> 
> -  RESTEX_SERVICE                *Service;
> -  EFI_HANDLE                    ChildHandle;
> +  RESTEX_SERVICE                  *Service;
> +  EFI_HANDLE                      ChildHandle;
> 
> -  EFI_REST_EX_CONFIG_DATA       ConfigData;
> +  EFI_REST_EX_CONFIG_DATA         ConfigData;
> 
>    //
>    // HTTP_IO to access the HTTP service
>    //
> -  HTTP_IO                       HttpIo;
> +  HTTP_IO                         HttpIo;
> 
>    //
>    // EDKII_HTTP_CALLBACK_PROTOCOL that listens to
>    // HttpEventInitSession event.
>    //
> -  EDKII_HTTP_CALLBACK_PROTOCOL  HttpCallbakFunction;
> +  EDKII_HTTP_CALLBACK_PROTOCOL    HttpCallbakFunction;
> 
> -  UINT32                        Flags;
> +  UINT32                          Flags;
>  };
> 
>  typedef struct {
> --
> 2.37.1.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#113396): https://edk2.groups.io/g/devel/message/113396
Mute This Topic: https://groups.io/mt/103577250/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



  reply	other threads:[~2024-01-08 14:03 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-07 13:26 [edk2-devel] [PATCH V2 0/6] Refactor HTTP DXE to provide TLS reconfiguration capability Chang, Abner via groups.io
2024-01-07 13:26 ` [edk2-devel] [PATCH V2 1/6] NetworkPkg/HttpDxe: Refactor TlsCreateChild Chang, Abner via groups.io
2024-01-09 23:25   ` Saloni Kasbekar
2024-01-10  1:34     ` Chang, Abner via groups.io
2024-01-07 13:26 ` [edk2-devel] [PATCH V2 2/6] NetworkPkg/HttpDxe: Consider TLS certificate not found as a success case Chang, Abner via groups.io
2024-01-07 13:26 ` [edk2-devel] [PATCH V2 3/6] NetworkPkg/HttpDxe: Add HttpEventTlsConfigured HTTP callback event Chang, Abner via groups.io
2024-01-09 23:25   ` Saloni Kasbekar
2024-01-07 13:26 ` [edk2-devel] [PATCH V2 4/6] RedfishPkg/RedfishRestExDxe: Implement EDKII_HTTP_CALLBACK_PROTOCOL Chang, Abner via groups.io
2024-01-08 14:02   ` Nickle Wang via groups.io
2024-01-07 13:27 ` [edk2-devel] [PATCH V2 5/6] RedfishPkg/RedfishRestExDxe: Uncrustify RedfishRestExDriver.h Chang, Abner via groups.io
2024-01-08 14:03   ` Nickle Wang via groups.io [this message]
2024-01-07 13:27 ` [edk2-devel] [PATCH V2 6/6] RedfishPkg/RedfishRestExDxe: Update Supported function Chang, Abner via groups.io
2024-01-08 14:03   ` Nickle Wang via groups.io

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MW4PR12MB70317C1FBC7317E3F902154DD96B2@MW4PR12MB7031.namprd12.prod.outlook.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox