mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
UefiPayloadPkg: Fix EFI_SUCCESS typos
EFI_SUCESS -> EFI_SUCCESS Signed-off-by: Gao Qihang <gaoqihang@loongson.cn>
This commit is contained in:
parent
9720cccecf
commit
dd5ea931ea
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@
|
|||
@param[in] InstanceNum The instance number which can be used as a ID
|
||||
to locate this FwhInstance in other functions.
|
||||
|
||||
@retval EFI_SUCESS Installed successfully.
|
||||
@retval EFI_SUCCESS Installed successfully.
|
||||
@retval Else Did not install successfully.
|
||||
|
||||
**/
|
||||
|
|
|
|||
|
|
@ -375,7 +375,7 @@ FdtPpiNotifyCallback (
|
|||
Install Pei Load File PPI.
|
||||
@param FileHandle Handle of the file being invoked.
|
||||
@param PeiServices Describes the list of possible PEI Services.
|
||||
@retval EFI_SUCESS The entry point executes successfully.
|
||||
@retval EFI_SUCCESS The entry point executes successfully.
|
||||
@retval Others Some error occurs during the execution of this function.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue