Reviewed-by: Qiu Shumin <[email protected]> -----Original Message----- From: Dong, Eric Sent: Tuesday, May 10, 2016 5:57 PM To: [email protected] Cc: Qiu, Shumin Subject: [Patch] SecurityPkg TcgStorageOpalLib: Avoid using special word in comments.
Cc: Shumin Qiu <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <[email protected]> --- SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c b/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c index cc8d5ef..a0eac33 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; } -- 2.6.4.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

