diff options
author | Eric Dong <eric.dong@intel.com> | 2018-05-22 13:47:16 +0800 |
---|---|---|
committer | Eric Dong <eric.dong@intel.com> | 2018-05-24 10:48:32 +0800 |
commit | 4b8552d794e7b17a6627e0f752fd298e8bcb2587 (patch) | |
tree | ee658e1e468f0065ceef76080e3d543b1c403127 /SecurityPkg/Include/Library | |
parent | bc623a1125601227072ee5412018756bb98a1117 (diff) | |
download | edk2-4b8552d794e7b17a6627e0f752fd298e8bcb2587.tar.gz edk2-4b8552d794e7b17a6627e0f752fd298e8bcb2587.tar.bz2 edk2-4b8552d794e7b17a6627e0f752fd298e8bcb2587.zip |
SecurityPkg/TcgStorage*Lib.h: Fix ECC reported issues.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
Diffstat (limited to 'SecurityPkg/Include/Library')
-rw-r--r-- | SecurityPkg/Include/Library/TcgStorageCoreLib.h | 2 | ||||
-rw-r--r-- | SecurityPkg/Include/Library/TcgStorageOpalLib.h | 12 |
2 files changed, 7 insertions, 7 deletions
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.
|