From 8c3883b68d1696c2f151d03fdce83c247526c16d Mon Sep 17 00:00:00 2001 From: czhang46 Date: Mon, 5 Nov 2012 02:52:13 +0000 Subject: [PATCH] Fix ECC issue Signed-off-by : chao zhang Reviewed-by : fan jeff git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13926 6f19259b-4bc3-4df7-8a09-765794883524 --- .../DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.c b/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.c index 2130b2b43c..44845b0f85 100644 --- a/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.c +++ b/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.c @@ -896,7 +896,7 @@ UserConfirm ( Check if there is a valid physical presence command request. Also updates parameter value to whether the requested physical presence command already confirmed by user - @param[in] TcgProtocol EFI TCG Protocol instance. + @param[in] TcgPpData EFI TCG Physical Presence request data. @param[out] RequestConfirmed If the physical presence operation command required user confirm from UI. True, it indicates the command doesn't require user confirm, or already confirmed in last boot cycle by user.