mirror of https://github.com/acidanthera/audk.git
MdePkg: Update comments for LocateProtocol to follow UEFI 2.7 spec
Cc: Liming Gao <liming.gao@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
ed960a1d11
commit
d65f7eeb4c
|
@ -1575,6 +1575,7 @@ EFI_STATUS
|
||||||
@retval EFI_NOT_FOUND No protocol instances were found that match Protocol and
|
@retval EFI_NOT_FOUND No protocol instances were found that match Protocol and
|
||||||
Registration.
|
Registration.
|
||||||
@retval EFI_INVALID_PARAMETER Interface is NULL.
|
@retval EFI_INVALID_PARAMETER Interface is NULL.
|
||||||
|
Protocol is NULL.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
typedef
|
typedef
|
||||||
|
|
Loading…
Reference in New Issue