diff options
author | Zhang, Chao B <chao.b.zhang@intel.com> | 2016-10-21 13:22:18 +0800 |
---|---|---|
committer | Zhang, Chao B <chao.b.zhang@intel.com> | 2016-10-21 23:09:37 +0800 |
commit | 3e14edf82031845233f3825ac9239609c0ee98fc (patch) | |
tree | 8d1160e8822260f620bbad9cf4d4180c43ff26b0 /SecurityPkg | |
parent | a750b4ae24ce072f7c5ced1b89c18f9cc23debc8 (diff) | |
download | edk2-3e14edf82031845233f3825ac9239609c0ee98fc.zip edk2-3e14edf82031845233f3825ac9239609c0ee98fc.tar.gz edk2-3e14edf82031845233f3825ac9239609c0ee98fc.tar.bz2 |
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 <chao.b.zhang@intel.com>
Reviewed-by: Long Qin <qin.long@intel.com>
Reviewed-by: Bi Dandan <dandan.bi@intel.com>
Diffstat (limited to 'SecurityPkg')
-rw-r--r-- | SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h | 4 | ||||
-rw-r--r-- | SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.c | 4 |
2 files changed, 4 insertions, 4 deletions
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 ( Caution: This function may receive untrusted input.
- @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.
@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/SmmTcg2PhysicalPresenceLib.c b/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.c index c03b42b..039bca1 100644 --- a/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.c +++ b/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.c @@ -91,8 +91,8 @@ Tcg2PhysicalPresenceLibReturnOperationResponseToOsFunction ( Caution: This function may receive untrusted input.
- @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.
@return Return Code for Submit TPM Operation Request to Pre-OS Environment and
Submit TPM Operation Request to Pre-OS Environment 2.
|