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:
Dandan Bi 2017-01-16 09:58:47 +08:00 committed by Hao Wu
parent c326e0780a
commit a08cdd228a
1 changed files with 2 additions and 2 deletions

View File

@ -392,8 +392,8 @@ GetHandleListByProtocolList (
/**
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[out] Guids The buffer to return all supported GUIDs.
@param[in, out] Count On input, the count of GUIDs the buffer can hold,
On output, the count of GUIDs to return.
@retval EFI_INVALID_PARAMETER Count is NULL.