From 4b8552d794e7b17a6627e0f752fd298e8bcb2587 Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Tue, 22 May 2018 13:47:16 +0800 Subject: SecurityPkg/TcgStorage*Lib.h: Fix ECC reported issues. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong Reviewed-by: Dandan Bi --- SecurityPkg/Include/Library/TcgStorageCoreLib.h | 2 +- SecurityPkg/Include/Library/TcgStorageOpalLib.h | 12 ++++++------ SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalUtil.c | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'SecurityPkg') diff --git a/SecurityPkg/Include/Library/TcgStorageCoreLib.h b/SecurityPkg/Include/Library/TcgStorageCoreLib.h index 97f9a9f968..6e178c968f 100644 --- a/SecurityPkg/Include/Library/TcgStorageCoreLib.h +++ b/SecurityPkg/Include/Library/TcgStorageCoreLib.h @@ -2,7 +2,7 @@ Public API for the Tcg Core library to perform the lowest level TCG Data encoding. (TCG Storage Architecture Core Specification, Version 2.01, Revision 1.00, - @https://trustedcomputinggroup.org/tcg-storage-architecture-core-specification/) + https://trustedcomputinggroup.org/tcg-storage-architecture-core-specification/) Check http://trustedcomputinggroup.org for latest specification updates. diff --git a/SecurityPkg/Include/Library/TcgStorageOpalLib.h b/SecurityPkg/Include/Library/TcgStorageOpalLib.h index b3092eb5cd..33f8fee183 100644 --- a/SecurityPkg/Include/Library/TcgStorageOpalLib.h +++ b/SecurityPkg/Include/Library/TcgStorageOpalLib.h @@ -2,22 +2,22 @@ Public API for Opal Core library. (TCG Storage Architecture Core Specification, Version 2.01, Revision 1.00, - @https://trustedcomputinggroup.org/tcg-storage-architecture-core-specification/ + https://trustedcomputinggroup.org/tcg-storage-architecture-core-specification/ Storage Work Group Storage Security Subsystem Class: Pyrite, Version 1.00 Final, Revision 1.00, - @https://trustedcomputinggroup.org/tcg-storage-security-subsystem-class-pyrite/ + https://trustedcomputinggroup.org/tcg-storage-security-subsystem-class-pyrite/ Storage Work Group Storage Security Subsystem Class: Opal, Version 2.01 Final, Revision 1.00, - @https://trustedcomputinggroup.org/storage-work-group-storage-security-subsystem-class-opal/ + https://trustedcomputinggroup.org/storage-work-group-storage-security-subsystem-class-opal/ TCG Storage Security Subsystem Class: Opalite Version 1.00 Revision 1.00, - @https://trustedcomputinggroup.org/tcg-storage-security-subsystem-class-opalite/ + https://trustedcomputinggroup.org/tcg-storage-security-subsystem-class-opalite/ TCG Storage Feature Set: Block SID Authentication, Version 1.00 Final, Revision 1.00, - @https://trustedcomputinggroup.org/tcg-storage-feature-set-block-sid-authentication-specification/ + https://trustedcomputinggroup.org/tcg-storage-feature-set-block-sid-authentication-specification/ TCG Storage Opal SSC Feature Set: PSID Version 1.00, Revision 1.00, - @https://trustedcomputinggroup.org/tcg-storage-opal-feature-set-psid/) + https://trustedcomputinggroup.org/tcg-storage-opal-feature-set-psid/) Check http://trustedcomputinggroup.org for latest specification updates. diff --git a/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalUtil.c b/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalUtil.c index a8bf3a9160..ca8e7fbbdf 100644 --- a/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalUtil.c +++ b/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalUtil.c @@ -981,7 +981,7 @@ OpalUtilGetActiveDataRemovalMechanism ( /** Calculate the estimated time. - @param[in] IsMinite Whether the input time value is minute type or second type. + @param[in] IsMinute Whether the input time value is minute type or second type. @param[in] Time The input time value. **/ -- cgit v1.2.3