X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SecurityPkg%2FTcg%2FTcg2PlatformDxe%2FTcg2PlatformDxe.c;fp=SecurityPkg%2FTcg%2FTcg2PlatformDxe%2FTcg2PlatformDxe.c;h=b9ed6cf8f94dd3c54495f06426e0a93b2ed19859;hp=150cf748ffd07d7e5d79412bec1a1d02ff6d4f30;hb=c411b485b63a671a1e276700cff025c73997233c;hpb=39de741e2dcb8f11e9b4438e37224797643d8451 diff --git a/SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.c b/SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.c index 150cf748ff..b9ed6cf8f9 100644 --- a/SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.c +++ b/SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.c @@ -30,8 +30,8 @@ SmmReadyToLockEventCallBack ( IN VOID *Context ) { - EFI_STATUS Status; - VOID *Interface; + EFI_STATUS Status; + VOID *Interface; // // Try to locate it because EfiCreateProtocolNotifyEvent will trigger it once when registration. @@ -43,7 +43,7 @@ SmmReadyToLockEventCallBack ( &Interface ); if (EFI_ERROR (Status)) { - return ; + return; } ConfigureTpmPlatformHierarchy (); @@ -64,8 +64,8 @@ SmmReadyToLockEventCallBack ( EFI_STATUS EFIAPI Tcg2PlatformDxeEntryPoint ( - IN EFI_HANDLE ImageHandle, - IN EFI_SYSTEM_TABLE *SystemTable + IN EFI_HANDLE ImageHandle, + IN EFI_SYSTEM_TABLE *SystemTable ) { VOID *Registration;