summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application
diff options
context:
space:
mode:
authorBi, Dandan <dandan.bi@intel.com>2016-11-10 15:40:14 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-11-10 15:58:38 +0800
commit8009b2e47ff4d877879b6dded83a4d9adb4445d2 (patch)
tree4f063c8d85d09a0ea1ecb82614fb3d93658054a6 /ShellPkg/Application
parent7937bf2b04b83afae8c75d5d66c39c40c0335201 (diff)
downloadedk2-8009b2e47ff4d877879b6dded83a4d9adb4445d2.tar.gz
edk2-8009b2e47ff4d877879b6dded83a4d9adb4445d2.tar.bz2
edk2-8009b2e47ff4d877879b6dded83a4d9adb4445d2.zip
ShellPkg: Fix the coding style issue
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'ShellPkg/Application')
-rw-r--r--ShellPkg/Application/Shell/FileHandleWrappers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Application/Shell/FileHandleWrappers.c b/ShellPkg/Application/Shell/FileHandleWrappers.c
index 9a75a686a4..18f4169c7d 100644
--- a/ShellPkg/Application/Shell/FileHandleWrappers.c
+++ b/ShellPkg/Application/Shell/FileHandleWrappers.c
@@ -298,8 +298,8 @@ FileInterfaceNulWrite(
@param[in] InputString The command line to expand.
@param[in] StringLen Length of the command line.
@param[in] BufferSize Buffer size.
- @param[out] TabCompletionList Return the TAB completion list.
- @param[out] TabUpdatePos Return the TAB update position.
+ @param[in, out] TabCompletionList Return the TAB completion list.
+ @param[in, out] TabUpdatePos Return the TAB update position.
**/
EFI_STATUS
CreateTabCompletionList (