From a08cdd228a3ec593c28e1d445cd92cee8e17535b Mon Sep 17 00:00:00 2001 From: Dandan Bi Date: Mon, 16 Jan 2017 09:58:47 +0800 Subject: [PATCH] ShellPkg/HandleParsingLib: Fix coding style issue Cc: Jaben Carsey Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi Reviewed-by: Jaben Carsey --- ShellPkg/Include/Library/HandleParsingLib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ShellPkg/Include/Library/HandleParsingLib.h b/ShellPkg/Include/Library/HandleParsingLib.h index b02cf4f089..64161281c5 100644 --- a/ShellPkg/Include/Library/HandleParsingLib.h +++ b/ShellPkg/Include/Library/HandleParsingLib.h @@ -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. -- 2.39.2