mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
fixed typo. EFI_OUT_OF_MEMORY should be EFI_OUT_OF_RESOURCES.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8299 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9920798948
commit
e1f1fb1658
@ -426,7 +426,7 @@ IScsiFormExtractConfig (
|
|||||||
|
|
||||||
@retval EFI_SUCCESS The results have been distributed or are
|
@retval EFI_SUCCESS The results have been distributed or are
|
||||||
awaiting distribution.
|
awaiting distribution.
|
||||||
@retval EFI_OUT_OF_MEMORY Not enough memory to store the
|
@retval EFI_OUT_OF_RESOURCES Not enough memory to store the
|
||||||
parts of the results that must be
|
parts of the results that must be
|
||||||
stored awaiting possible future
|
stored awaiting possible future
|
||||||
protocols.
|
protocols.
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
This protocol is published by drivers providing and requesting
|
This protocol is published by drivers providing and requesting
|
||||||
configuration data from HII. It may only be invoked by HII.
|
configuration data from HII. It may only be invoked by HII.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2008, Intel Corporation
|
Copyright (c) 2006 - 2009, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
@ -74,7 +74,7 @@ typedef UINTN EFI_BROWSER_ACTION;
|
|||||||
values corresponding to all requested
|
values corresponding to all requested
|
||||||
names.
|
names.
|
||||||
|
|
||||||
@retval EFI_OUT_OF_MEMORY Not enough memory to store the
|
@retval EFI_OUT_OF_RESOURCES Not enough memory to store the
|
||||||
parts of the results that must be
|
parts of the results that must be
|
||||||
stored awaiting possible future
|
stored awaiting possible future
|
||||||
protocols.
|
protocols.
|
||||||
@ -141,7 +141,7 @@ EFI_STATUS
|
|||||||
@retval EFI_SUCCESS The results have been distributed or are
|
@retval EFI_SUCCESS The results have been distributed or are
|
||||||
awaiting distribution.
|
awaiting distribution.
|
||||||
|
|
||||||
@retval EFI_OUT_OF_MEMORY Not enough memory to store the
|
@retval EFI_OUT_OF_RESOURCES Not enough memory to store the
|
||||||
parts of the results that must be
|
parts of the results that must be
|
||||||
stored awaiting possible future
|
stored awaiting possible future
|
||||||
protocols.
|
protocols.
|
||||||
|
@ -78,7 +78,7 @@ typedef struct _EFI_HII_CONFIG_ROUTING_PROTOCOL EFI_HII_CONFIG_ROUTING_PROTOCOL;
|
|||||||
values corresponding to all requested
|
values corresponding to all requested
|
||||||
names.
|
names.
|
||||||
|
|
||||||
@retval EFI_OUT_OF_MEMORY Not enough memory to store the
|
@retval EFI_OUT_OF_RESOURCES Not enough memory to store the
|
||||||
parts of the results that must be
|
parts of the results that must be
|
||||||
stored awaiting possible future
|
stored awaiting possible future
|
||||||
protocols.
|
protocols.
|
||||||
@ -138,7 +138,7 @@ EFI_STATUS
|
|||||||
values corresponding to all requested
|
values corresponding to all requested
|
||||||
names.
|
names.
|
||||||
|
|
||||||
@retval EFI_OUT_OF_MEMORY Not enough memory to store the
|
@retval EFI_OUT_OF_RESOURCES Not enough memory to store the
|
||||||
parts of the results that must be
|
parts of the results that must be
|
||||||
stored awaiting possible future
|
stored awaiting possible future
|
||||||
protocols.
|
protocols.
|
||||||
@ -183,7 +183,7 @@ EFI_STATUS
|
|||||||
@retval EFI_SUCCESS The results have been distributed or are
|
@retval EFI_SUCCESS The results have been distributed or are
|
||||||
awaiting distribution.
|
awaiting distribution.
|
||||||
|
|
||||||
@retval EFI_OUT_OF_MEMORY Not enough memory to store the
|
@retval EFI_OUT_OF_RESOURCES Not enough memory to store the
|
||||||
parts of the results that must be
|
parts of the results that must be
|
||||||
stored awaiting possible future
|
stored awaiting possible future
|
||||||
protocols.
|
protocols.
|
||||||
@ -242,7 +242,7 @@ EFI_STATUS
|
|||||||
to the null terminator at the end of the
|
to the null terminator at the end of the
|
||||||
ConfigRequest string.
|
ConfigRequest string.
|
||||||
|
|
||||||
@retval EFI_OUT_OF_MEMORY Not enough memory to allocate
|
@retval EFI_OUT_OF_RESOURCES Not enough memory to allocate
|
||||||
Config. Progress points to the
|
Config. Progress points to the
|
||||||
first character of ConfigRequest.
|
first character of ConfigRequest.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user