]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Fix the coding style issue
authorBi, Dandan <dandan.bi@intel.com>
Thu, 10 Nov 2016 07:40:14 +0000 (15:40 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Thu, 10 Nov 2016 07:58:38 +0000 (15:58 +0800)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
ShellPkg/Application/Shell/FileHandleWrappers.c

index 9a75a686a4ff71d5641ed30bbaf7e7e7e63c4302..18f4169c7d3ae899fe0bdd7647113aaa9c8e96f0 100644 (file)
@@ -298,8 +298,8 @@ FileInterfaceNulWrite(
   @param[in]  InputString       The command line to expand.\r
   @param[in]  StringLen         Length of the command line.\r
   @param[in]  BufferSize        Buffer size.\r
-  @param[out] TabCompletionList Return the TAB completion list.\r
-  @param[out] TabUpdatePos      Return the TAB update position.\r
+  @param[in, out] TabCompletionList Return the TAB completion list.\r
+  @param[in, out] TabUpdatePos      Return the TAB update position.\r
 **/\r
 EFI_STATUS\r
 CreateTabCompletionList (\r