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 2AC851A1E72 for ; Fri, 21 Oct 2016 01:16:43 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 21 Oct 2016 01:16:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,375,1473145200"; d="scan'208";a="775546772" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by FMSMGA003.fm.intel.com with ESMTP; 21 Oct 2016 01:16:41 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 21 Oct 2016 01:16:36 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.206]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.2]) with mapi id 14.03.0248.002; Fri, 21 Oct 2016 16:15:49 +0800 From: "Bi, Dandan" To: "Zhang, Chao B" , "edk2-devel@lists.01.org" CC: "Long, Qin" Thread-Topic: [PATCH] SecurityPkg: SmmTcg2PhysicalPresenceLib: Fix coding style issue Thread-Index: AQHSK1uMyf4P5Sm7q0irQwrlPgy56qCyj9IQ Date: Fri, 21 Oct 2016 08:15:48 +0000 Message-ID: <3C0D5C461C9E904E8F62152F6274C0BB3963D5DB@shsmsx102.ccr.corp.intel.com> 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: 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 08:16:43 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Dandan Bi Thanks, Dandan -----Original Message----- From: Zhang, Chao B=20 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 style = issue Fix coding style issue for function descriptor. 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(-) diff --git a/SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h b/Securi= tyPkg/Include/Library/Tcg2PhysicalPresenceLib.h index 696c7e8..910da7a 100644 --- a/SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h +++ b/SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h @@ -125,8 +125,8 @@ Tcg2PhysicalPresenceLibReturnOperationResponseToOsFunct= ion ( =20 Caution: This function may receive untrusted input. =20 - @param[in out] Pointer to OperationRequest TPM physical presence operat= ion request. - @param[in out] Pointer to RequestParameter TPM physical presence operat= ion request parameter. + @param[in, out] Pointer to OperationRequest TPM physical presence opera= tion request. + @param[in, out] Pointer to RequestParameter TPM physical presence opera= tion request parameter. =20 @return Return Code for Submit TPM Operation Request to Pre-OS Environme= nt and Submit TPM Operation Request to Pre-OS Environment 2. diff --git a/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2Physical= PresenceLib.c b/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2Physi= calPresenceLib.c index c03b42b..039bca1 100644 --- a/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenc= eLib.c +++ b/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenc= eLib.c @@ -91,8 +91,8 @@ Tcg2PhysicalPresenceLibReturnOperationResponseToOsFunctio= n ( =20 Caution: This function may receive untrusted input. =20 - @param[in out] Pointer to OperationRequest TPM physical presence operat= ion request. - @param[in out] Pointer to RequestParameter TPM physical presence operat= ion request parameter. + @param[in, out] Pointer to OperationRequest TPM physical presence opera= tion request. + @param[in, out] Pointer to RequestParameter TPM physical presence opera= tion request parameter. =20 @return Return Code for Submit TPM Operation Request to Pre-OS Environme= nt and Submit TPM Operation Request to Pre-OS Environment 2. --=20 1.9.5.msysgit.1