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>
This commit is contained in:
Dandan Bi 2016-12-12 13:55:44 +08:00 committed by Star Zeng
parent 824abed53d
commit 26f7580566
1 changed files with 2 additions and 2 deletions

View File

@ -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 EFI_SUCCESS Do the required action success.
@retval Others Other error occur. @retval Others Other error occur.