From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D48CD81DB8 for ; Wed, 9 Nov 2016 23:40:49 -0800 (PST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 09 Nov 2016 23:40:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,617,1473145200"; d="scan'208";a="784735932" Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.157.135]) by FMSMGA003.fm.intel.com with ESMTP; 09 Nov 2016 23:40:52 -0800 From: Dandan Bi To: edk2-devel@lists.01.org Cc: Ruiyu Ni Date: Thu, 10 Nov 2016 15:40:14 +0800 Message-Id: <1478763614-16892-3-git-send-email-dandan.bi@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 In-Reply-To: <1478763614-16892-1-git-send-email-dandan.bi@intel.com> References: <1478763614-16892-1-git-send-email-dandan.bi@intel.com> Subject: [patch] ShellPkg: Fix the coding style issue X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2016 07:40:49 -0000 Cc: Ruiyu Ni Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi --- ShellPkg/Application/Shell/FileHandleWrappers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ShellPkg/Application/Shell/FileHandleWrappers.c b/ShellPkg/Application/Shell/FileHandleWrappers.c index 9a75a68..18f4169 100644 --- a/ShellPkg/Application/Shell/FileHandleWrappers.c +++ b/ShellPkg/Application/Shell/FileHandleWrappers.c @@ -296,12 +296,12 @@ FileInterfaceNulWrite( Create the TAB completion list. @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 ( IN CONST CHAR16 *InputString, IN CONST UINTN StringLen, -- 1.9.5.msysgit.1