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>
Reviewed-by: Abner Chang <abner.chang@hpe.com>
This commit is contained in:
Abner Chang 2021-09-07 11:25:46 +08:00 committed by mergify[bot]
parent 4473834e7d
commit a7cf2c5664
5 changed files with 6 additions and 6 deletions

View File

@ -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.
**/

View File

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

View File

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

View File

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

View File

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