diff --git a/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c b/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c index cc8d5ef3f0..a0eac33981 100644 --- a/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c +++ b/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c @@ -927,7 +927,7 @@ OpalSetLockingSpAuthorityEnabledAndPin( if (*MethodStatus != TCG_METHOD_STATUS_CODE_SUCCESS) { DEBUG ((DEBUG_INFO, "Update ACE for GLOBALRANGE_GENKEY failed\n")); // - // TODO do we want to disable user1 if all permissions are not granted + // Disable user1 if all permissions are not granted. // return TcgResultFailure; }