From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 B05D881E44 for ; Wed, 18 Jan 2017 13:27:40 -0800 (PST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP; 18 Jan 2017 13:27:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,250,1477983600"; d="scan'208";a="1114663258" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga002.fm.intel.com with ESMTP; 18 Jan 2017 13:27:40 -0800 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 18 Jan 2017 13:27:40 -0800 Received: from fmsmsx103.amr.corp.intel.com ([169.254.2.47]) by fmsmsx118.amr.corp.intel.com ([169.254.1.242]) with mapi id 14.03.0248.002; Wed, 18 Jan 2017 13:27:39 -0800 From: "Carsey, Jaben" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: "Ni, Ruiyu" , "Carsey, Jaben" Thread-Topic: [patch] ShellPkg/HandleParsingLib: Fix coding style issue Thread-Index: AQHSb5zjyE1hbfd+m0Ox4KcOp5zjQKE+xCEA Date: Wed, 18 Jan 2017 21:27:39 +0000 Message-ID: References: <1484532214-124596-1-git-send-email-dandan.bi@intel.com> In-Reply-To: <1484532214-124596-1-git-send-email-dandan.bi@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjBlNTE3MWYtNmRjYi00ZTE2LTkyOWUtZWY4YjZiZTMyN2I3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImN4TDUrQ004ZVZmRVV5em5UTEhPWkJnUG12YlNMWElZQ1lBWkIrWHlubVE9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.1.200.107] MIME-Version: 1.0 Subject: Re: [patch] ShellPkg/HandleParsingLib: Fix 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: Wed, 18 Jan 2017 21:27:40 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jaben Carsey > -----Original Message----- > From: Bi, Dandan > Sent: Sunday, January 15, 2017 6:04 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben ; Ni, Ruiyu > Subject: [patch] ShellPkg/HandleParsingLib: Fix coding style issue > Importance: High >=20 > Cc: Jaben Carsey > Cc: Ruiyu Ni > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Dandan Bi > --- > ShellPkg/Include/Library/HandleParsingLib.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/ShellPkg/Include/Library/HandleParsingLib.h > b/ShellPkg/Include/Library/HandleParsingLib.h > index b02cf4f..6416128 100644 > --- a/ShellPkg/Include/Library/HandleParsingLib.h > +++ b/ShellPkg/Include/Library/HandleParsingLib.h > @@ -390,12 +390,12 @@ GetHandleListByProtocolList ( >=20 >=20 > /** > Return all supported GUIDs. >=20 > - @param[out] Guids The buffer to return all supported GUIDs. > - @param[in out] Count On input, the count of GUIDs the buffer can hol= d, > + @param[out] Guids The buffer to return all supported GUIDs. > + @param[in, out] Count On input, the count of GUIDs the buffer can ho= ld, > On output, the count of GUIDs to return. >=20 > @retval EFI_INVALID_PARAMETER Count is NULL. > @retval EFI_BUFFER_TOO_SMALL Buffer is not enough to hold all GUIDs. > @retval EFI_SUCCESS GUIDs are returned successfully. > -- > 1.9.5.msysgit.1