Skip to content

Commit 2e5b357

Browse files
LeviYeoReumlgao4
authored andcommitted
SecurityPkg/Tpm2InstanceLibFfa: Fix constructor wrong name
Fix unmatched constructor name of Tpm2InstanceLibFfa. Signed-off-by: Yeoreum Yun <[email protected]>
1 parent 5ea30a0 commit 2e5b357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SecurityPkg/Library/Tpm2DeviceLibFfa/Tpm2InstanceLibFfa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ TPM2_DEVICE_INTERFACE mFfaTpm2InternalTpm2Device = {
3333
**/
3434
EFI_STATUS
3535
EFIAPI
36-
Tpm2DeviceLibFfaConstructor (
36+
Tpm2InstanceLibFfaConstructor (
3737
VOID
3838
)
3939
{

0 commit comments

Comments
 (0)