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 62C321A1E72 for ; Thu, 20 Oct 2016 23:55:24 -0700 (PDT) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP; 20 Oct 2016 23:55:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,375,1473145200"; d="scan'208";a="22085836" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga005.jf.intel.com with ESMTP; 20 Oct 2016 23:55:17 -0700 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 20 Oct 2016 23:55:17 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 20 Oct 2016 23:55:17 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.139]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.96]) with mapi id 14.03.0248.002; Fri, 21 Oct 2016 14:55:13 +0800 From: "Long, Qin" To: "Zhang, Chao B" , "edk2-devel@lists.01.org" CC: "Bi, Dandan" Thread-Topic: [PATCH] SecurityPkg: SmmTcg2PhysicalPresenceLib: Fix coding style issue Thread-Index: AQHSK1uMfpSB2gQtEEmNg0sccDd6UKCyeTtA Date: Fri, 21 Oct 2016 06:55:13 +0000 Message-ID: References: <1477027526-13104-1-git-send-email-chao.b.zhang@intel.com> In-Reply-To: <1477027526-13104-1-git-send-email-chao.b.zhang@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH] SecurityPkg: SmmTcg2PhysicalPresenceLib: 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: Fri, 21 Oct 2016 06:55:24 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Qin Long > -----Original Message----- > From: Zhang, Chao B > Sent: Friday, October 21, 2016 1:25 PM > To: edk2-devel@lists.01.org > Cc: Bi, Dandan ; Long, Qin ; > Zhang, Chao B > Subject: [PATCH] SecurityPkg: SmmTcg2PhysicalPresenceLib: Fix coding styl= e > issue >=20 > Fix coding style issue for function descriptor. >=20 > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Chao Zhang > --- > SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h | = 4 ++-- > .../Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.c | = 4 > ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h > b/SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h > index 696c7e8..910da7a 100644 > --- a/SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h > +++ b/SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h > @@ -125,8 +125,8 @@ > Tcg2PhysicalPresenceLibReturnOperationResponseToOsFunction ( >=20 > Caution: This function may receive untrusted input. >=20 > - @param[in out] Pointer to OperationRequest TPM physical presence > operation request. > - @param[in out] Pointer to RequestParameter TPM physical presence > operation request parameter. > + @param[in, out] Pointer to OperationRequest TPM physical presence > operation request. > + @param[in, out] Pointer to RequestParameter TPM physical presence > operation request parameter. >=20 > @return Return Code for Submit TPM Operation Request to Pre-OS > Environment and > Submit TPM Operation Request to Pre-OS Environment 2. > diff --git > a/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPrese > nceLib.c > b/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPrese > nceLib.c > index c03b42b..039bca1 100644 > --- > a/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPrese > nceLib.c > +++ > b/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPrese > nceLib.c > @@ -91,8 +91,8 @@ > Tcg2PhysicalPresenceLibReturnOperationResponseToOsFunction ( >=20 > Caution: This function may receive untrusted input. >=20 > - @param[in out] Pointer to OperationRequest TPM physical presence > operation request. > - @param[in out] Pointer to RequestParameter TPM physical presence > operation request parameter. > + @param[in, out] Pointer to OperationRequest TPM physical presence > operation request. > + @param[in, out] Pointer to RequestParameter TPM physical presence > operation request parameter. >=20 > @return Return Code for Submit TPM Operation Request to Pre-OS > Environment and > Submit TPM Operation Request to Pre-OS Environment 2. > -- > 1.9.5.msysgit.1