diff options
author | Dandan Bi <dandan.bi@intel.com> | 2017-01-16 09:58:47 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2017-01-19 10:14:26 +0800 |
commit | a08cdd228a3ec593c28e1d445cd92cee8e17535b (patch) | |
tree | a113cd8879f9381d6e113c804013235201687d34 /ShellPkg/Include | |
parent | c326e0780a12f912bc6cb7a37ea0f6b201a7567c (diff) | |
download | edk2-platforms-a08cdd228a3ec593c28e1d445cd92cee8e17535b.tar.xz |
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.h | 4 |
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.
|