We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32262ea commit ff2eb2bCopy full SHA for ff2eb2b
SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c
@@ -81,7 +81,7 @@ typedef struct {
81
82
typedef struct _TCG_DXE_DATA {
83
EFI_TCG2_BOOT_SERVICE_CAPABILITY BsCap;
84
- BOOLEAN TpmUpdateFlag;
+ BOOLEAN TpmUpdateFlag;
85
TCG_EVENT_LOG_AREA_STRUCT EventLogAreaStruct[TCG_EVENT_LOG_AREA_COUNT_MAX];
86
BOOLEAN GetEventLogCalled[TCG_EVENT_LOG_AREA_COUNT_MAX];
87
TCG_EVENT_LOG_AREA_STRUCT FinalEventLogAreaStruct[TCG_EVENT_LOG_AREA_COUNT_MAX];
0 commit comments