mirror of https://github.com/acidanthera/audk.git
Update the comments of InstallConfigurationTable to follow UEFI Spec.
Signed-off-by: niruiyu Reviewed-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11715 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
47b2710184
commit
bfe0572bb0
|
@ -1492,7 +1492,7 @@ EFI_STATUS
|
|||
|
||||
@retval EFI_SUCCESS The (Guid, Table) pair was added, updated, or removed.
|
||||
@retval EFI_NOT_FOUND An attempt was made to delete a nonexistent entry.
|
||||
@retval EFI_INVALID_PARAMETER Guid is not valid.
|
||||
@retval EFI_INVALID_PARAMETER Guid is NULL.
|
||||
@retval EFI_OUT_OF_RESOURCES There is not enough memory available to complete the operation.
|
||||
|
||||
**/
|
||||
|
|
Loading…
Reference in New Issue