summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDandan Bi <dandan.bi@intel.com>2016-12-12 13:55:44 +0800
committerHao Wu <hao.a.wu@intel.com>2016-12-15 09:38:42 +0800
commit41b748ba5517472f61bfadb6e5cf750224d4a18a (patch)
tree093967d0a92476cd5d258dead505b7f31e32c08a
parentedf001e631b6912e741a0be930cde982a40c5a5e (diff)
downloadedk2-41b748ba5517472f61bfadb6e5cf750224d4a18a.zip
edk2-41b748ba5517472f61bfadb6e5cf750224d4a18a.tar.gz
edk2-41b748ba5517472f61bfadb6e5cf750224d4a18a.tar.bz2
SecurityPkg/OpalPasswordDxe: Make comments align with the function
Cc: Eric Dong <eric.dong@intel.com> Cc: Chao Zhang <chao.b.zhang@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> (cherry picked from commit 26f7580566fa7124776b3cef92a64f7f5a131900)
-rw-r--r--SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHii.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHii.c b/SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHii.c
index 4f82c1c..4881e72 100644
--- a/SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHii.c
+++ b/SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHii.c
@@ -1174,9 +1174,9 @@ HiiPasswordEntered(
}
/**
- Update block sid info.
+ Send BlockSid request through TPM physical presence module.
- @param Enable Enable/disable BlockSid.
+ @param PpRequest TPM physical presence operation request.
@retval EFI_SUCCESS Do the required action success.
@retval Others Other error occur.