summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Include
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2017-01-16 09:58:47 +0800
committerHao Wu <hao.a.wu@intel.com>2017-01-19 10:14:26 +0800
commita08cdd228a3ec593c28e1d445cd92cee8e17535b (patch)
treea113cd8879f9381d6e113c804013235201687d34 /ShellPkg/Include
parentc326e0780a12f912bc6cb7a37ea0f6b201a7567c (diff)
downloadedk2-a08cdd228a3ec593c28e1d445cd92cee8e17535b.tar.gz
edk2-a08cdd228a3ec593c28e1d445cd92cee8e17535b.tar.bz2
edk2-a08cdd228a3ec593c28e1d445cd92cee8e17535b.zip
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>
Diffstat (limited to 'ShellPkg/Include')
-rw-r--r--ShellPkg/Include/Library/HandleParsingLib.h4
1 files 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.