mirror of https://github.com/acidanthera/audk.git
SecurityPkg/TcgStorageOpalLib: Avoid using special word in comments
Cc: Shumin Qiu <shumin.qiu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Qiu Shumin <shumin.qiu@intel.com>
This commit is contained in:
parent
0efc3be0af
commit
dbff6ed05e
|
@ -927,7 +927,7 @@ OpalSetLockingSpAuthorityEnabledAndPin(
|
||||||
if (*MethodStatus != TCG_METHOD_STATUS_CODE_SUCCESS) {
|
if (*MethodStatus != TCG_METHOD_STATUS_CODE_SUCCESS) {
|
||||||
DEBUG ((DEBUG_INFO, "Update ACE for GLOBALRANGE_GENKEY failed\n"));
|
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;
|
return TcgResultFailure;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue