diff options
author | Dandan Bi <dandan.bi@intel.com> | 2016-12-12 13:55:44 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2016-12-14 21:34:37 +0800 |
commit | 26f7580566fa7124776b3cef92a64f7f5a131900 (patch) | |
tree | 4f336e44c6a034edbf8990f9d7cfbf70e6dddbf0 /SecurityPkg | |
parent | 824abed53d94d49b0c7cd0d6df9b0f3ef35abe06 (diff) | |
download | edk2-26f7580566fa7124776b3cef92a64f7f5a131900.tar.gz edk2-26f7580566fa7124776b3cef92a64f7f5a131900.tar.bz2 edk2-26f7580566fa7124776b3cef92a64f7f5a131900.zip |
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>
Diffstat (limited to 'SecurityPkg')
-rw-r--r-- | SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHii.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHii.c b/SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHii.c index 4f82c1c545..4881e72c55 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.
|