mirror of https://github.com/acidanthera/audk.git
to describe the gap between Framework spec and code to fix the bug #202434
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8820 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
890986ca2a
commit
66ea28dffd
|
@ -355,8 +355,12 @@ EFI_STATUS
|
|||
|
||||
@retval EFI_SUCCESS The modes were accepted without any errors.
|
||||
@retval EFI_INVALID_PARAMETER Channel is invalid (Channel >= ChannelCount).
|
||||
Or Device is invalid,
|
||||
Or IdentifyData is NULL.
|
||||
Or Device is invalid.
|
||||
|
||||
@note: Inconsistent with specification here:
|
||||
Framework Spec IdeCont defined another case to return EFI_INVALID_PARAMETER when
|
||||
IdentifyData is NULL. However in the function there is no parameter named IdentifyData.
|
||||
So that should be a typo error in spec.
|
||||
|
||||
**/
|
||||
typedef
|
||||
|
|
Loading…
Reference in New Issue