summaryrefslogtreecommitdiffstats
path: root/SecurityPkg
diff options
context:
space:
mode:
authorEric Dong <eric.dong@intel.com>2018-05-22 13:47:16 +0800
committerEric Dong <eric.dong@intel.com>2018-05-24 10:48:32 +0800
commit4b8552d794e7b17a6627e0f752fd298e8bcb2587 (patch)
treeee658e1e468f0065ceef76080e3d543b1c403127 /SecurityPkg
parentbc623a1125601227072ee5412018756bb98a1117 (diff)
downloadedk2-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')
-rw-r--r--SecurityPkg/Include/Library/TcgStorageCoreLib.h2
-rw-r--r--SecurityPkg/Include/Library/TcgStorageOpalLib.h12
-rw-r--r--SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalUtil.c2
3 files changed, 8 insertions, 8 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.
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.
**/