mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
OvmfPkg: Fix EFI_SUCCESS typos
EFI_SUCESS -> EFI_SUCCESS Signed-off-by: Gao Qihang <gaoqihang@loongson.cn>
This commit is contained in:
parent
dcfb898199
commit
0a5bdcb63c
3 changed files with 5 additions and 5 deletions
|
|
@ -243,7 +243,7 @@ CheckDevice (
|
|||
@param[in] ImageHandle Image handle of this driver.
|
||||
@param[in] SystemTable Pointer to SystemTable.
|
||||
|
||||
@retval EFI_SUCESS Driver has loaded successfully.
|
||||
@retval EFI_SUCCESS Driver has loaded successfully.
|
||||
@retval EFI_UNSUPPORTED PCI resource allocation has been disabled.
|
||||
@retval EFI_UNSUPPORTED There is no 64-bit PCI MMIO aperture.
|
||||
@return Error codes from lower level functions.
|
||||
|
|
|
|||
|
|
@ -802,7 +802,7 @@ GetResourcePadding (
|
|||
@param[in] ImageHandle Image handle of this driver.
|
||||
@param[in] SystemTable Pointer to SystemTable.
|
||||
|
||||
@retval EFI_SUCESS Driver has loaded successfully.
|
||||
@retval EFI_SUCCESS Driver has loaded successfully.
|
||||
@return Error codes from lower level functions.
|
||||
|
||||
**/
|
||||
|
|
|
|||
|
|
@ -620,7 +620,7 @@ FreeGopModes:
|
|||
|
||||
@param[in] GopModes Array of resolutions retrieved from the GOP.
|
||||
|
||||
@retval EFI_SUCESS Opcodes have been successfully produced.
|
||||
@retval EFI_SUCCESS Opcodes have been successfully produced.
|
||||
|
||||
@return Status codes from underlying functions. PackageList may
|
||||
have been extended with new strings. OpCodeBuffer is
|
||||
|
|
@ -697,7 +697,7 @@ FreeOutputBuffer:
|
|||
The drop down list of video resolutions is generated from (NumGopModes,
|
||||
GopModes).
|
||||
|
||||
@retval EFI_SUCESS Form successfully updated.
|
||||
@retval EFI_SUCCESS Form successfully updated.
|
||||
@return Status codes from underlying functions.
|
||||
|
||||
**/
|
||||
|
|
@ -949,7 +949,7 @@ GopInstalled (
|
|||
@param[in] ImageHandle Image handle of this driver.
|
||||
@param[in] SystemTable Pointer to SystemTable.
|
||||
|
||||
@retval EFI_SUCESS Driver has loaded successfully.
|
||||
@retval EFI_SUCCESS Driver has loaded successfully.
|
||||
@retval EFI_OUT_OF_RESOURCES Failed to install HII packages.
|
||||
@return Error codes from lower level functions.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue