public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH V1 0/1] RedfishPkg:Fix various typos
@ 2021-09-07  2:17 zhoucheng
  2021-09-07  2:17 ` [PATCH V1 1/1] " zhoucheng
  0 siblings, 1 reply; 4+ messages in thread
From: zhoucheng @ 2021-09-07  2:17 UTC (permalink / raw)
  To: devel

Fix various typos in comments and documentation.

zhoucheng (1):
  RedfishPkg:Fix various typos

 RedfishPkg/Include/Library/RedfishHostInterfaceLib.h         | 2 +-
 RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h          | 2 +-
 RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c       | 2 +-
 RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.c | 4 ++--
 RedfishPkg/RedfishRestExDxe/RedfishRestExImpl.c              | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH V1 1/1] RedfishPkg:Fix various typos
  2021-09-07  2:17 [PATCH V1 0/1] RedfishPkg:Fix various typos zhoucheng
@ 2021-09-07  2:17 ` zhoucheng
  2021-09-07  2:41   ` Abner Chang
  0 siblings, 1 reply; 4+ messages in thread
From: zhoucheng @ 2021-09-07  2:17 UTC (permalink / raw)
  To: devel; +Cc: Abner Chang

Fix various typos in comments and documentation.

Signed-off-by: Cheng Zhou <zhoucheng@phytium.com.cn>
Reviewed-by: Nickle Wang <nickle.wang@hpe.com>
Cc: Abner Chang <abner.chang@hpe.com>
---
 RedfishPkg/Include/Library/RedfishHostInterfaceLib.h         | 2 +-
 RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h          | 2 +-
 RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c       | 2 +-
 RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.c | 4 ++--
 RedfishPkg/RedfishRestExDxe/RedfishRestExImpl.c              | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h b/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h
index fe37b2739a73..ad134e8f9b06 100644
--- a/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h
+++ b/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h
@@ -40,7 +40,7 @@ RedfishPlatformHostInterfaceDeviceDescriptor (
                                   this function using FreePool().
   param[in] IndexOfProtocolData   The index of protocol data.
 
-  @retval EFI_SUCESS      Protocol records are all returned.
+  @retval EFI_SUCCESS     Protocol records are all returned.
   @retval EFI_NOT_FOUND   No more protocol records.
   @retval Others          Fail to get protocol records.
 **/
diff --git a/RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h b/RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h
index a75985928ce2..b91bf39fdaa1 100644
--- a/RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h
+++ b/RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h
@@ -41,7 +41,7 @@
                                 REST service.
   @param[in]  HttpReceiveEfiStatus  This is the status return from HttpIoRecvResponse
 
-  @retval EFI_SUCCESS           The payload receive from Redfish service in sucessfully.
+  @retval EFI_SUCCESS           The payload receive from Redfish service in successfully.
   @retval EFI_NOT_READY         May need to resend the HTTP request.
   @retval EFI_DEVICE_ERROR      Something wrong and can't be resolved.
   @retval Others                Other errors as indicated.
diff --git a/RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c b/RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c
index f48d1d011c80..0c6891ce9c0e 100644
--- a/RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c
+++ b/RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c
@@ -129,7 +129,7 @@ RedfishCredentialStopService (
   @param ImageHandle     Image handle this driver.
   @param SystemTable     Pointer to SystemTable.
 
-  @retval EFI_SUCESS     This function always complete successfully.
+  @retval EFI_SUCCESS    This function always complete successfully.
 
 **/
 EFI_STATUS
diff --git a/RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.c b/RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.c
index ec7faefed789..531f44ef030b 100644
--- a/RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.c
+++ b/RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.c
@@ -24,7 +24,7 @@
 /**
   Create SMBIOS type 42 record for Redfish host interface.
 
-  @retval EFI_SUCESS     SMBIOS type 42 record is created.
+  @retval EFI_SUCCESS    SMBIOS type 42 record is created.
   @retval Others         Fail to create SMBIOS 42 record.
 
 **/
@@ -226,7 +226,7 @@ ON_EXIT:
   @param ImageHandle     Image handle this driver.
   @param SystemTable     Pointer to SystemTable.
 
-  @retval EFI_SUCESS     This function always complete successfully.
+  @retval EFI_SUCCESS    This function always complete successfully.
 
 **/
 EFI_STATUS
diff --git a/RedfishPkg/RedfishRestExDxe/RedfishRestExImpl.c b/RedfishPkg/RedfishRestExDxe/RedfishRestExImpl.c
index 006b64adc03a..18d8811f69c6 100644
--- a/RedfishPkg/RedfishRestExDxe/RedfishRestExImpl.c
+++ b/RedfishPkg/RedfishRestExDxe/RedfishRestExImpl.c
@@ -47,7 +47,7 @@ ResetHttpTslSession (
                                    REST service.
   @param[in]  HttpIoReceiveStatus  This is the status return from HttpIoRecvResponse
 
-  @retval EFI_SUCCESS           The payload receive from Redfish service in sucessfully.
+  @retval EFI_SUCCESS           The payload receive from Redfish service in successfully.
   @retval EFI_NOT_READY         May need to resend the HTTP request.
   @retval EFI_DEVICE_ERROR      Something wrong and can't be resolved.
   @retval Others                Other errors as indicated.
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH V1 1/1] RedfishPkg:Fix various typos
  2021-09-07  2:17 ` [PATCH V1 1/1] " zhoucheng
@ 2021-09-07  2:41   ` Abner Chang
  2021-09-07  3:26     ` [edk2-devel] " Nickle Wang
  0 siblings, 1 reply; 4+ messages in thread
From: Abner Chang @ 2021-09-07  2:41 UTC (permalink / raw)
  To: zhoucheng, devel@edk2.groups.io

Thanks for the corrections.

Reviewed-by: Abner Chang <abner.chang@hpe.com>


> -----Original Message-----
> From: zhoucheng [mailto:zhoucheng@phytium.com.cn]
> Sent: Tuesday, September 7, 2021 10:18 AM
> To: devel@edk2.groups.io
> Cc: Chang, Abner (HPS SW/FW Technologist) <abner.chang@hpe.com>
> Subject: [PATCH V1 1/1] RedfishPkg:Fix various typos
> 
> Fix various typos in comments and documentation.
> 
> Signed-off-by: Cheng Zhou <zhoucheng@phytium.com.cn>
> Reviewed-by: Nickle Wang <nickle.wang@hpe.com>
> Cc: Abner Chang <abner.chang@hpe.com>
> ---
>  RedfishPkg/Include/Library/RedfishHostInterfaceLib.h         | 2 +-
>  RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h          | 2 +-
>  RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c       | 2 +-
>  RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.c | 4 ++--
>  RedfishPkg/RedfishRestExDxe/RedfishRestExImpl.c              | 2 +-
>  5 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h
> b/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h
> index fe37b2739a73..ad134e8f9b06 100644
> --- a/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h
> +++ b/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h
> @@ -40,7 +40,7 @@ RedfishPlatformHostInterfaceDeviceDescriptor (
>                                    this function using FreePool().
>    param[in] IndexOfProtocolData   The index of protocol data.
> 
> -  @retval EFI_SUCESS      Protocol records are all returned.
> +  @retval EFI_SUCCESS     Protocol records are all returned.
>    @retval EFI_NOT_FOUND   No more protocol records.
>    @retval Others          Fail to get protocol records.
>  **/
> diff --git a/RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h
> b/RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h
> index a75985928ce2..b91bf39fdaa1 100644
> --- a/RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h
> +++ b/RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h
> @@ -41,7 +41,7 @@
>                                  REST service.
>    @param[in]  HttpReceiveEfiStatus  This is the status return from
> HttpIoRecvResponse
> 
> -  @retval EFI_SUCCESS           The payload receive from Redfish service in
> sucessfully.
> +  @retval EFI_SUCCESS           The payload receive from Redfish service in
> successfully.
>    @retval EFI_NOT_READY         May need to resend the HTTP request.
>    @retval EFI_DEVICE_ERROR      Something wrong and can't be resolved.
>    @retval Others                Other errors as indicated.
> diff --git a/RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c
> b/RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c
> index f48d1d011c80..0c6891ce9c0e 100644
> --- a/RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c
> +++ b/RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c
> @@ -129,7 +129,7 @@ RedfishCredentialStopService (
>    @param ImageHandle     Image handle this driver.
>    @param SystemTable     Pointer to SystemTable.
> 
> -  @retval EFI_SUCESS     This function always complete successfully.
> +  @retval EFI_SUCCESS    This function always complete successfully.
> 
>  **/
>  EFI_STATUS
> diff --git a/RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.c
> b/RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.c
> index ec7faefed789..531f44ef030b 100644
> --- a/RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.c
> +++ b/RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.c
> @@ -24,7 +24,7 @@
>  /**
>    Create SMBIOS type 42 record for Redfish host interface.
> 
> -  @retval EFI_SUCESS     SMBIOS type 42 record is created.
> +  @retval EFI_SUCCESS    SMBIOS type 42 record is created.
>    @retval Others         Fail to create SMBIOS 42 record.
> 
>  **/
> @@ -226,7 +226,7 @@ ON_EXIT:
>    @param ImageHandle     Image handle this driver.
>    @param SystemTable     Pointer to SystemTable.
> 
> -  @retval EFI_SUCESS     This function always complete successfully.
> +  @retval EFI_SUCCESS    This function always complete successfully.
> 
>  **/
>  EFI_STATUS
> diff --git a/RedfishPkg/RedfishRestExDxe/RedfishRestExImpl.c
> b/RedfishPkg/RedfishRestExDxe/RedfishRestExImpl.c
> index 006b64adc03a..18d8811f69c6 100644
> --- a/RedfishPkg/RedfishRestExDxe/RedfishRestExImpl.c
> +++ b/RedfishPkg/RedfishRestExDxe/RedfishRestExImpl.c
> @@ -47,7 +47,7 @@ ResetHttpTslSession (
>                                     REST service.
>    @param[in]  HttpIoReceiveStatus  This is the status return from
> HttpIoRecvResponse
> 
> -  @retval EFI_SUCCESS           The payload receive from Redfish service in
> sucessfully.
> +  @retval EFI_SUCCESS           The payload receive from Redfish service in
> successfully.
>    @retval EFI_NOT_READY         May need to resend the HTTP request.
>    @retval EFI_DEVICE_ERROR      Something wrong and can't be resolved.
>    @retval Others                Other errors as indicated.
> --
> 2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [edk2-devel] [PATCH V1 1/1] RedfishPkg:Fix various typos
  2021-09-07  2:41   ` Abner Chang
@ 2021-09-07  3:26     ` Nickle Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Nickle Wang @ 2021-09-07  3:26 UTC (permalink / raw)
  To: devel@edk2.groups.io, Chang, Abner (HPS SW/FW Technologist),
	zhoucheng

Thanks for catching these typos.

Reviewed-by: Nickle Wang <nickle.wang@hpe.com>

Nickle

-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Abner Chang
Sent: Tuesday, September 7, 2021 10:41 AM
To: zhoucheng <zhoucheng@phytium.com.cn>; devel@edk2.groups.io
Subject: Re: [edk2-devel] [PATCH V1 1/1] RedfishPkg:Fix various typos

Thanks for the corrections.

Reviewed-by: Abner Chang <abner.chang@hpe.com>


> -----Original Message-----
> From: zhoucheng [mailto:zhoucheng@phytium.com.cn]
> Sent: Tuesday, September 7, 2021 10:18 AM
> To: devel@edk2.groups.io
> Cc: Chang, Abner (HPS SW/FW Technologist) <abner.chang@hpe.com>
> Subject: [PATCH V1 1/1] RedfishPkg:Fix various typos
> 
> Fix various typos in comments and documentation.
> 
> Signed-off-by: Cheng Zhou <zhoucheng@phytium.com.cn>
> Reviewed-by: Nickle Wang <nickle.wang@hpe.com>
> Cc: Abner Chang <abner.chang@hpe.com>
> ---
>  RedfishPkg/Include/Library/RedfishHostInterfaceLib.h         | 2 +-
>  RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h          | 2 +-
>  RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c       | 2 +-
>  RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.c | 4 ++--
>  RedfishPkg/RedfishRestExDxe/RedfishRestExImpl.c              | 2 +-
>  5 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h
> b/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h
> index fe37b2739a73..ad134e8f9b06 100644
> --- a/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h
> +++ b/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h
> @@ -40,7 +40,7 @@ RedfishPlatformHostInterfaceDeviceDescriptor (
>                                    this function using FreePool().
>    param[in] IndexOfProtocolData   The index of protocol data.
> 
> -  @retval EFI_SUCESS      Protocol records are all returned.
> +  @retval EFI_SUCCESS     Protocol records are all returned.
>    @retval EFI_NOT_FOUND   No more protocol records.
>    @retval Others          Fail to get protocol records.
>  **/
> diff --git a/RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h
> b/RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h
> index a75985928ce2..b91bf39fdaa1 100644
> --- a/RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h
> +++ b/RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h
> @@ -41,7 +41,7 @@
>                                  REST service.
>    @param[in]  HttpReceiveEfiStatus  This is the status return from 
> HttpIoRecvResponse
> 
> -  @retval EFI_SUCCESS           The payload receive from Redfish service in
> sucessfully.
> +  @retval EFI_SUCCESS           The payload receive from Redfish service in
> successfully.
>    @retval EFI_NOT_READY         May need to resend the HTTP request.
>    @retval EFI_DEVICE_ERROR      Something wrong and can't be resolved.
>    @retval Others                Other errors as indicated.
> diff --git a/RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c
> b/RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c
> index f48d1d011c80..0c6891ce9c0e 100644
> --- a/RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c
> +++ b/RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c
> @@ -129,7 +129,7 @@ RedfishCredentialStopService (
>    @param ImageHandle     Image handle this driver.
>    @param SystemTable     Pointer to SystemTable.
> 
> -  @retval EFI_SUCESS     This function always complete successfully.
> +  @retval EFI_SUCCESS    This function always complete successfully.
> 
>  **/
>  EFI_STATUS
> diff --git 
> a/RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.c
> b/RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.c
> index ec7faefed789..531f44ef030b 100644
> --- a/RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.c
> +++ b/RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.c
> @@ -24,7 +24,7 @@
>  /**
>    Create SMBIOS type 42 record for Redfish host interface.
> 
> -  @retval EFI_SUCESS     SMBIOS type 42 record is created.
> +  @retval EFI_SUCCESS    SMBIOS type 42 record is created.
>    @retval Others         Fail to create SMBIOS 42 record.
> 
>  **/
> @@ -226,7 +226,7 @@ ON_EXIT:
>    @param ImageHandle     Image handle this driver.
>    @param SystemTable     Pointer to SystemTable.
> 
> -  @retval EFI_SUCESS     This function always complete successfully.
> +  @retval EFI_SUCCESS    This function always complete successfully.
> 
>  **/
>  EFI_STATUS
> diff --git a/RedfishPkg/RedfishRestExDxe/RedfishRestExImpl.c
> b/RedfishPkg/RedfishRestExDxe/RedfishRestExImpl.c
> index 006b64adc03a..18d8811f69c6 100644
> --- a/RedfishPkg/RedfishRestExDxe/RedfishRestExImpl.c
> +++ b/RedfishPkg/RedfishRestExDxe/RedfishRestExImpl.c
> @@ -47,7 +47,7 @@ ResetHttpTslSession (
>                                     REST service.
>    @param[in]  HttpIoReceiveStatus  This is the status return from 
> HttpIoRecvResponse
> 
> -  @retval EFI_SUCCESS           The payload receive from Redfish service in
> sucessfully.
> +  @retval EFI_SUCCESS           The payload receive from Redfish service in
> successfully.
>    @retval EFI_NOT_READY         May need to resend the HTTP request.
>    @retval EFI_DEVICE_ERROR      Something wrong and can't be resolved.
>    @retval Others                Other errors as indicated.
> --
> 2.17.1







^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-07  3:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-07  2:17 [PATCH V1 0/1] RedfishPkg:Fix various typos zhoucheng
2021-09-07  2:17 ` [PATCH V1 1/1] " zhoucheng
2021-09-07  2:41   ` Abner Chang
2021-09-07  3:26     ` [edk2-devel] " Nickle Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox