mirror of https://github.com/acidanthera/audk.git
Add comments to describe the difference between code and spec to fix the bug #202409
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8838 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
18d7ae2ee6
commit
e89985504d
|
@ -116,7 +116,9 @@ EFI_STATUS
|
||||||
data records exist in the system.
|
data records exist in the system.
|
||||||
@retval EFI_OUT_OF_RESOURCES Record was not returned due to lack
|
@retval EFI_OUT_OF_RESOURCES Record was not returned due to lack
|
||||||
of system resources.
|
of system resources.
|
||||||
|
@note: Inconsistent with specification here:
|
||||||
|
In Framework for EFI Data Hub Specification,Version 0.9, This definition is named as
|
||||||
|
EFI_DATA_HUB_GET_NEXT_DATA_RECORD. The inconsistance is remained for backward compatibility
|
||||||
**/
|
**/
|
||||||
typedef
|
typedef
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
@ -146,7 +148,9 @@ EFI_STATUS
|
||||||
@retval EFI_ALREADY_STARTED FilterEvent was previously registered and cannot be registered again.
|
@retval EFI_ALREADY_STARTED FilterEvent was previously registered and cannot be registered again.
|
||||||
@retval EFI_OUT_OF_RESOURCES The filter driver event was not registered
|
@retval EFI_OUT_OF_RESOURCES The filter driver event was not registered
|
||||||
due to lack of system resources.
|
due to lack of system resources.
|
||||||
|
@note: Inconsistent with specification here:
|
||||||
|
In Framework for EFI Data Hub Specification,Version 0.9, This definition is named as
|
||||||
|
EFI_DATA_HUB_REGISTER_DATA_FILTER_DRIVER. The inconsistance is remained for backward compatibility
|
||||||
**/
|
**/
|
||||||
typedef
|
typedef
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
@ -167,7 +171,9 @@ EFI_STATUS
|
||||||
|
|
||||||
@retval EFI_SUCCESS The filter driver represented by FilterEvent was shut off.
|
@retval EFI_SUCCESS The filter driver represented by FilterEvent was shut off.
|
||||||
@retval EFI_NOT_FOUND FilterEvent did not exist.
|
@retval EFI_NOT_FOUND FilterEvent did not exist.
|
||||||
|
@note: Inconsistent with specification here:
|
||||||
|
In Framework for EFI Data Hub Specification,Version 0.9, This definition is named as
|
||||||
|
EFI_DATA_HUB_UNREGISTER_DATA_FILTER_DRIVER. The inconsistance is remained for backward compatibility
|
||||||
**/
|
**/
|
||||||
typedef
|
typedef
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
|
|
Loading…
Reference in New Issue