From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 D0E9B81DB7 for ; Wed, 9 Nov 2016 23:48:47 -0800 (PST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP; 09 Nov 2016 23:48:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,617,1473145200"; d="scan'208";a="29654177" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga004.jf.intel.com with ESMTP; 09 Nov 2016 23:48:50 -0800 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 9 Nov 2016 23:48:50 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 9 Nov 2016 23:48:45 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.142]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.96]) with mapi id 14.03.0248.002; Thu, 10 Nov 2016 15:48:42 +0800 From: "Ni, Ruiyu" To: "Bi, Dandan" , "edk2-devel@lists.01.org" Thread-Topic: [patch] ShellPkg: Fix the coding style issue Thread-Index: AQHSOyXIJgioIcHENkGwLqJMk2DoLaDR1ylw Date: Thu, 10 Nov 2016 07:48:41 +0000 Deferred-Delivery: Thu, 10 Nov 2016 07:48:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D58E703D5@SHSMSX104.ccr.corp.intel.com> References: <1478763614-16892-1-git-send-email-dandan.bi@intel.com> <1478763614-16892-3-git-send-email-dandan.bi@intel.com> In-Reply-To: <1478763614-16892-3-git-send-email-dandan.bi@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [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:48:48 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ruiyu Ni Thanks/Ray > -----Original Message----- > From: Bi, Dandan > Sent: Thursday, November 10, 2016 3:40 PM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu > Subject: [patch] ShellPkg: Fix the coding style issue >=20 > 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(-) >=20 > 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. >=20 > @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