mirror of https://github.com/acidanthera/audk.git
ShellPkg/HandleParsingLib: Fix coding style issue
Cc: Jaben Carsey <jaben.carsey@intel.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
This commit is contained in:
parent
c326e0780a
commit
a08cdd228a
|
@ -392,8 +392,8 @@ GetHandleListByProtocolList (
|
||||||
/**
|
/**
|
||||||
Return all supported GUIDs.
|
Return all supported GUIDs.
|
||||||
|
|
||||||
@param[out] Guids The buffer to return all supported GUIDs.
|
@param[out] Guids The buffer to return all supported GUIDs.
|
||||||
@param[in out] Count On input, the count of GUIDs the buffer can hold,
|
@param[in, out] Count On input, the count of GUIDs the buffer can hold,
|
||||||
On output, the count of GUIDs to return.
|
On output, the count of GUIDs to return.
|
||||||
|
|
||||||
@retval EFI_INVALID_PARAMETER Count is NULL.
|
@retval EFI_INVALID_PARAMETER Count is NULL.
|
||||||
|
|
Loading…
Reference in New Issue