summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c
diff options
context:
space:
mode:
Diffstat (limited to 'SecurityPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c')
-rw-r--r--SecurityPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/SecurityPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c b/SecurityPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c
index 9bfbdad394..27fc6e2965 100644
--- a/SecurityPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c
+++ b/SecurityPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c
@@ -1,7 +1,7 @@
/** @file
Implement TPM2 Hierarchy related command.
-Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved. <BR>
+Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved. <BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -214,7 +214,7 @@ Done:
@param[in] AuthHandle TPM_RH_LOCKOUT or TPM_RH_PLATFORM+{PP}
@param[in] AuthSession Auth Session context
-
+
@retval EFI_SUCCESS Operation completed successfully.
@retval EFI_DEVICE_ERROR Unexpected device behavior.
**/
@@ -455,8 +455,8 @@ Tpm2HierarchyChangeAuth (
// Call the TPM
//
Status = Tpm2SubmitCommand (
- CmdSize,
- (UINT8 *)&Cmd,
+ CmdSize,
+ (UINT8 *)&Cmd,
&ResultBufSize,
ResultBuf
);
@@ -553,8 +553,8 @@ Tpm2ChangeEPS (
// Call the TPM
//
Status = Tpm2SubmitCommand (
- CmdSize,
- (UINT8 *)&Cmd,
+ CmdSize,
+ (UINT8 *)&Cmd,
&ResultBufSize,
ResultBuf
);
@@ -651,8 +651,8 @@ Tpm2ChangePPS (
// Call the TPM
//
Status = Tpm2SubmitCommand (
- CmdSize,
- (UINT8 *)&Cmd,
+ CmdSize,
+ (UINT8 *)&Cmd,
&ResultBufSize,
ResultBuf
);
@@ -759,8 +759,8 @@ Tpm2HierarchyControl (
// Call the TPM
//
Status = Tpm2SubmitCommand (
- CmdSize,
- (UINT8 *)&Cmd,
+ CmdSize,
+ (UINT8 *)&Cmd,
&ResultBufSize,
ResultBuf
);