]> git.proxmox.com Git - mirror_edk2.git/commitdiff
RedfishPkg: Fix various typos
authorAbner Chang <abner.chang@hpe.com>
Tue, 7 Sep 2021 03:25:46 +0000 (11:25 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 7 Sep 2021 03:56:13 +0000 (03:56 +0000)
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>
Reviewed-by: Abner Chang <abner.chang@hpe.com>
RedfishPkg/Include/Library/RedfishHostInterfaceLib.h
RedfishPkg/RedfishCredentialDxe/RedfishCredentialDxe.c
RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.c
RedfishPkg/RedfishRestExDxe/RedfishRestExImpl.c
RedfishPkg/RedfishRestExDxe/RedfishRestExInternal.h

index fe37b2739a73424575b4166a87628ff139806e30..ad134e8f9b06630ccad1ca1228d24cf38fcbce4a 100644 (file)
@@ -40,7 +40,7 @@ RedfishPlatformHostInterfaceDeviceDescriptor (
                                   this function using FreePool().\r
   param[in] IndexOfProtocolData   The index of protocol data.\r
 \r
-  @retval EFI_SUCESS      Protocol records are all returned.\r
+  @retval EFI_SUCCESS     Protocol records are all returned.\r
   @retval EFI_NOT_FOUND   No more protocol records.\r
   @retval Others          Fail to get protocol records.\r
 **/\r
index f48d1d011c803e783ddc01a21407d02389e930cc..0c6891ce9c0e7a777baf4b6e0dd6da827d05dafa 100644 (file)
@@ -129,7 +129,7 @@ RedfishCredentialStopService (
   @param ImageHandle     Image handle this driver.\r
   @param SystemTable     Pointer to SystemTable.\r
 \r
-  @retval EFI_SUCESS     This function always complete successfully.\r
+  @retval EFI_SUCCESS    This function always complete successfully.\r
 \r
 **/\r
 EFI_STATUS\r
index ec7faefed7892f4f170187acb538216431b9325c..531f44ef030b95de36e243bc31ecb4517957a092 100644 (file)
@@ -24,7 +24,7 @@
 /**\r
   Create SMBIOS type 42 record for Redfish host interface.\r
 \r
-  @retval EFI_SUCESS     SMBIOS type 42 record is created.\r
+  @retval EFI_SUCCESS    SMBIOS type 42 record is created.\r
   @retval Others         Fail to create SMBIOS 42 record.\r
 \r
 **/\r
@@ -226,7 +226,7 @@ ON_EXIT:
   @param ImageHandle     Image handle this driver.\r
   @param SystemTable     Pointer to SystemTable.\r
 \r
-  @retval EFI_SUCESS     This function always complete successfully.\r
+  @retval EFI_SUCCESS    This function always complete successfully.\r
 \r
 **/\r
 EFI_STATUS\r
index 006b64adc03a8d90415f91f8ff918f2efcde406f..18d8811f69c6a2e681d94427c5823576ca85e33a 100644 (file)
@@ -47,7 +47,7 @@ ResetHttpTslSession (
                                    REST service.\r
   @param[in]  HttpIoReceiveStatus  This is the status return from HttpIoRecvResponse\r
 \r
-  @retval EFI_SUCCESS           The payload receive from Redfish service in sucessfully.\r
+  @retval EFI_SUCCESS           The payload receive from Redfish service in successfully.\r
   @retval EFI_NOT_READY         May need to resend the HTTP request.\r
   @retval EFI_DEVICE_ERROR      Something wrong and can't be resolved.\r
   @retval Others                Other errors as indicated.\r
index a75985928ce2e765652ead14f16d50d811eaf8ec..b91bf39fdaa12a117e2ef814816a5b4de37ec9cc 100644 (file)
@@ -41,7 +41,7 @@
                                 REST service.\r
   @param[in]  HttpReceiveEfiStatus  This is the status return from HttpIoRecvResponse\r
 \r
-  @retval EFI_SUCCESS           The payload receive from Redfish service in sucessfully.\r
+  @retval EFI_SUCCESS           The payload receive from Redfish service in successfully.\r
   @retval EFI_NOT_READY         May need to resend the HTTP request.\r
   @retval EFI_DEVICE_ERROR      Something wrong and can't be resolved.\r
   @retval Others                Other errors as indicated.\r